]> Git Repo - J-u-boot.git/commit
android: boot: support vendor boot image in abootimg
authorSafae Ouajih <[email protected]>
Sun, 5 Feb 2023 23:50:04 +0000 (00:50 +0100)
committerTom Rini <[email protected]>
Tue, 4 Apr 2023 18:50:46 +0000 (14:50 -0400)
commit86b62947eb237daddc7014a6b3b5545d1848b02c
tree8101192f749897350878cae20fa7dde36c814ff8
parentd71a732af45e2d3acef92649f4f7986a83175cf4
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Mattijs Korpershoek <[email protected]>
Tested-by: Mattijs Korpershoek <[email protected]>
cmd/abootimg.c
This page took 0.035685 seconds and 4 git commands to generate.