]> git.dujemihanovic.xyz Git - u-boot.git/commit
abootimg: Add init_boot image support
authorRoman Stratiienko <r.stratiienko@gmail.com>
Thu, 23 May 2024 07:06:07 +0000 (07:06 +0000)
committerTom Rini <trini@konsulko.com>
Fri, 7 Jun 2024 22:20:33 +0000 (16:20 -0600)
commit17b1656dcd07136d83082b23118c20b2042d73e0
tree534bbadcdf31f8beaa30d7ef8a4ef38fb867f704
parentda3447d09fa045c6919370a0ac24693efe317901
abootimg: Add init_boot image support

Quote from [1]:

"For devices launching with Android 13, the generic ramdisk is removed
from the boot image and placed in a separate init_boot image.
This change leaves the boot image with only the GKI kernel."

While at it, update wrong error handling message when vendor_boot
cannot be loaded.

[1]: https://source.android.com/docs/core/architecture/partitions/generic-boot

Signed-off-by: Roman Stratiienko <r.stratiienko@gmail.com>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
boot/image-board.c
cmd/abootimg.c
include/image.h