]> git.baikalelectronics.ru Git - uboot.git/commit
android: boot: support vendor boot image in abootimg
authorSafae Ouajih <souajih@baylibre.com>
Sun, 5 Feb 2023 23:50:04 +0000 (00:50 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 4 Apr 2023 18:50:46 +0000 (14:50 -0400)
commitb27d217bc3849545f5336d13d0a5c5600df00544
tree8101192f749897350878cae20fa7dde36c814ff8
parentdfc75bd9851aa6b1815ec03df4ae0fe014bd186c
android: boot: support vendor boot image in abootimg

Vendor boot image is introduced in boot image header
version 3 and 4. Please check [1] for more details.

To prepare for boot image v3/v4 support, allow the abootimg command
to store the vendor_boot image address.

Full support for this new format will be done in a future patch.

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

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>
cmd/abootimg.c