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)
commitc79a2e6823d5a3a2813f66d03023c0a192c27e7e
tree679e97bca8656fb6d76d55690df017f54725419e
parent1115027d2f75ade805f0d4d44a6a2c21e74ea6b2
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