On Sun, 5 Feb 2023 at 16:50, Safae Ouajih <[email protected]> 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 <[email protected]> > --- > 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. Reviewed-by: Simon Glass <[email protected]>

