]> git.baikalelectronics.ru Git - uboot.git/commit
android: boot: ramdisk: support vendor ramdisk
authorSafae Ouajih <souajih@baylibre.com>
Sun, 5 Feb 2023 23:50:13 +0000 (00:50 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 4 Apr 2023 18:50:47 +0000 (14:50 -0400)
commit99e1a2072c41b63b10a60d451e8ea51fa64a5f05
tree679e97bca8656fb6d76d55690df017f54725419e
parent358e96e2e4e14d2351f1648e7d69975c6aa82f43
android: boot: ramdisk: support vendor ramdisk

Version 3 and 4 of boot image header introduced
vendor boot ramdisk: Please check include/android_image.h
for details.

The ramdisk is now split into a generic ramdisk in boot image
and a vendor ramdisk in vendor boot image.

Support the new vendor ramdisk.

Signed-off-by: Safae Ouajih <souajih@baylibre.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Tested-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
boot/image-android.c
include/image.h