Re: [PATCH v2 15/17] android: boot: support boot image header version 3 and 4

2023-02-02 Thread Safae Ouajih
On 01/02/2023 09:44, Mattijs Korpershoek wrote: On Thu, Jan 26, 2023 at 17:55, Simon Glass wrote: Hi Safae, On Thu, 26 Jan 2023 at 09:05, Safae Ouajih wrote: This enables the support for boot image header version 3 and 4 using abootimg command. In order to use version 3 or 4: 1- Vendor

Re: [PATCH v2 15/17] android: boot: support boot image header version 3 and 4

2023-02-01 Thread Mattijs Korpershoek
On Thu, Jan 26, 2023 at 17:55, Simon Glass wrote: > Hi Safae, > > On Thu, 26 Jan 2023 at 09:05, Safae Ouajih wrote: >> >> This enables the support for boot image header version 3 and 4 >> using abootimg command. >> >> In order to use version 3 or 4: >> >> 1- Vendor boot image address should be g

Re: [PATCH v2 15/17] android: boot: support boot image header version 3 and 4

2023-01-26 Thread Simon Glass
Hi Safae, On Thu, 26 Jan 2023 at 09:05, Safae Ouajih wrote: > > This enables the support for boot image header version 3 and 4 > using abootimg command. > > In order to use version 3 or 4: > > 1- Vendor boot image address should be given to abootimg cmd. > > abootimg addr $1 $vendor_boot_

[PATCH v2 15/17] android: boot: support boot image header version 3 and 4

2023-01-26 Thread Safae Ouajih
This enables the support for boot image header version 3 and 4 using abootimg command. In order to use version 3 or 4: 1- Vendor boot image address should be given to abootimg cmd. abootimg addr $1 $vendor_boot_load_addr 2- "ramdisk_addr_r" env variable (ramdisk address) should be set t