
On 07/02/2023 05:02, Simon Glass wrote:
On Sun, 5 Feb 2023 at 16:50, Safae Ouajih souajih@baylibre.com wrote:
Introduce vendor boot image for version 3 and 4 of boot image header. The vendor boot image will hold extra information about kernel, dtb and ramdisk.
This is done to prepare for boot image version 3 and 4 support.
Signed-off-by: Safae Ouajih souajih@baylibre.com
boot/bootm.c | 8 +++---- boot/image-android.c | 54 ++++++++++++++++++++++++++++---------------- boot/image-board.c | 3 +-- boot/image-fdt.c | 3 ++- cmd/abootimg.c | 4 ++-- include/image.h | 48 ++++++++++++++++++++++++++++++--------- 6 files changed, 81 insertions(+), 39 deletions(-)
I don't see a change log but I see some comments. Not sure what else I said on the review.
Only the comments changed to add the new partition
Thank you for the review,
BR,
Safae
Reviewed-by: Simon Glass sjg@chromium.org