On Thu, Jan 26, 2023 at 17:54, Simon Glass <s...@chromium.org> wrote:
> On Thu, 26 Jan 2023 at 09:05, Safae Ouajih <soua...@baylibre.com> wrote: >> >> 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 <soua...@baylibre.com> >> --- >> cmd/abootimg.c | 18 +++++++++++++++--- >> 1 file changed, 15 insertions(+), 3 deletions(-) > > Reviewed-by: Simon Glass <s...@chromium.org> Reviewed-by: Mattijs Korpershoek <mkorpersh...@baylibre.com>