Re: [PATCH 2/2] boot: android: Add bootconfig support

2024-12-04 Thread Guillaume LA ROQUE
Le 03/12/2024 à 01:34, Tom Rini a écrit : On Mon, Dec 02, 2024 at 05:20:20PM -0700, Simon Glass wrote: Hi Guillaume, On Mon, 2 Dec 2024 at 01:03, Guillaume LA ROQUE wrote: Hi, Le 30/11/2024 à 21:24, Simon Glass a écrit : Hi Guillaume, On Thu, 28 Nov 2024 at 03:15, Guillaume La Roque wrote

Re: [PATCH 2/2] boot: android: Add bootconfig support

2024-12-02 Thread Tom Rini
On Mon, Dec 02, 2024 at 05:20:20PM -0700, Simon Glass wrote: > Hi Guillaume, > > On Mon, 2 Dec 2024 at 01:03, Guillaume LA ROQUE wrote: > > > > Hi, > > > > Le 30/11/2024 à 21:24, Simon Glass a écrit : > > > Hi Guillaume, > > > > > > On Thu, 28 Nov 2024 at 03:15, Guillaume La Roque > > > wrote:

Re: [PATCH 2/2] boot: android: Add bootconfig support

2024-12-02 Thread Simon Glass
Hi Guillaume, On Mon, 2 Dec 2024 at 01:03, Guillaume LA ROQUE wrote: > > Hi, > > Le 30/11/2024 à 21:24, Simon Glass a écrit : > > Hi Guillaume, > > > > On Thu, 28 Nov 2024 at 03:15, Guillaume La Roque > > wrote: > >> For android vendor boot image version 4 bootconfig is mandatory.[1] > >> > >>

Re: [PATCH 2/2] boot: android: Add bootconfig support

2024-12-02 Thread Guillaume LA ROQUE
Hi, Le 30/11/2024 à 21:24, Simon Glass a écrit : Hi Guillaume, On Thu, 28 Nov 2024 at 03:15, Guillaume La Roque wrote: For android vendor boot image version 4 bootconfig is mandatory.[1] In the android_image_get_ramdisk function, after copying both vendor and boot ramdisks, we extract all an

Re: [PATCH 2/2] boot: android: Add bootconfig support

2024-11-30 Thread Simon Glass
Hi Guillaume, On Thu, 28 Nov 2024 at 03:15, Guillaume La Roque wrote: > > For android vendor boot image version 4 bootconfig is mandatory.[1] > > In the android_image_get_ramdisk function, after copying both vendor and > boot ramdisks, we extract all androidboot.* entries from the kernel > comman

[PATCH 2/2] boot: android: Add bootconfig support

2024-11-28 Thread Guillaume La Roque
For android vendor boot image version 4 bootconfig is mandatory.[1] In the android_image_get_ramdisk function, after copying both vendor and boot ramdisks, we extract all androidboot.* entries from the kernel command line. These entries are added to the bootconfig section. We then update the sizes