Re: [PATCH v3 06/19] android: boot: move to andr_image_data structure

2023-02-09 Thread Safae Ouajih
On 09/02/2023 15:26, Mattijs Korpershoek wrote: On Mon, Feb 06, 2023 at 00:50, Safae Ouajih wrote: Move from andr_boot_img_hdr_v0 to andr_image_data structure to prepare for boot image header version 3 and 4. Signed-off-by: Safae Ouajih --- boot/image-android.c | 121

Re: [PATCH v3 06/19] android: boot: move to andr_image_data structure

2023-02-09 Thread Safae Ouajih
On 07/02/2023 05:02, Simon Glass wrote: Hi Safae, On Sun, 5 Feb 2023 at 16:50, Safae Ouajih wrote: Move from andr_boot_img_hdr_v0 to andr_image_data structure to prepare for boot image header version 3 and 4. Change log? Hi Simon, I will make sure to include changelogs in v4. For this

Re: [PATCH v3 06/19] android: boot: move to andr_image_data structure

2023-02-09 Thread Mattijs Korpershoek
On Mon, Feb 06, 2023 at 00:50, Safae Ouajih wrote: > Move from andr_boot_img_hdr_v0 to andr_image_data > structure to prepare for boot image header > version 3 and 4. > > Signed-off-by: Safae Ouajih > --- > boot/image-android.c | 121 +++ > cmd/abootimg.c

Re: [PATCH v3 06/19] android: boot: move to andr_image_data structure

2023-02-06 Thread Simon Glass
Hi Safae, On Sun, 5 Feb 2023 at 16:50, Safae Ouajih wrote: > > Move from andr_boot_img_hdr_v0 to andr_image_data > structure to prepare for boot image header > version 3 and 4. > Change log? > Signed-off-by: Safae Ouajih > --- > boot/image-android.c | 121 +++-

[PATCH v3 06/19] android: boot: move to andr_image_data structure

2023-02-05 Thread Safae Ouajih
Move from andr_boot_img_hdr_v0 to andr_image_data structure to prepare for boot image header version 3 and 4. Signed-off-by: Safae Ouajih --- boot/image-android.c | 121 +++ cmd/abootimg.c | 31 +-- 2 files changed, 81 insertions(+), 71 dele