Re: [PATCH v2 10/17] android: boot: update android_image_get_data to support v3,v4

2023-01-26 Thread Simon Glass
On Thu, 26 Jan 2023 at 09:05, Safae Ouajih wrote: > > Since boot image header version 3 and 4 introduced vendor boot image, > the following functions are used to fill the generic android > structure : andr_image_data: > > - android_boot_image_v3_v4_parse_hdr() > - android_vendor_boot_image_v3_v4

[PATCH v2 10/17] android: boot: update android_image_get_data to support v3, v4

2023-01-26 Thread Safae Ouajih
Since boot image header version 3 and 4 introduced vendor boot image, the following functions are used to fill the generic android structure : andr_image_data: - android_boot_image_v3_v4_parse_hdr() - android_vendor_boot_image_v3_v4_parse_hdr() android_image_get_data() is then updated to suppor