Re: [PATCH 1/6] bootstd: android: add support of bootimage v2

2024-11-08 Thread Julien Masson
On Fri 08 Nov 2024 at 11:07, Guillaume La Roque wrote: > Android bootmeth only support boot image v3/4. > > Add support of Android Boot Image version 2 [1]. > Vendor boot image is only supported in version 3 and 4 so don't try to > read it when header version if version is less than 3. > > 1:

Re: [PATCH 1/6] bootstd: android: add support of bootimage v2

2024-10-22 Thread Mattijs Korpershoek
Hi Guillaume, Thank you for the patch. On jeu., oct. 17, 2024 at 18:10, Guillaume La Roque wrote: > Android bootmeth only support boot image v3/4. > > Add support of Android Boot Image version 2 [1]. > Vendor boot image is only supported in version 3 and 4 so don't try to > read it when header

[PATCH 1/6] bootstd: android: add support of bootimage v2

2024-10-17 Thread Guillaume La Roque
Android bootmeth only support boot image v3/4. Add support of Android Boot Image version 2 [1]. Vendor boot image is only supported in version 3 and 4 so don't try to read it when header version if version is less than 3. 1: https://source.android.com/docs/core/architecture/bootloader/boot-image