Re: [PATCH v2 0/5] bootstd: Add Android support

2024-06-20 Thread Tom Rini
On Thu, Jun 13, 2024 at 12:13:07PM +0200, Mattijs Korpershoek wrote: > Android boot flow is a bit different than a regular Linux distro. > Android relies on multiple partitions in order to boot. > > A typical boot flow would be: > 1. Parse the Bootloader Control Block (BCB, misc partition) > 2.

Re: [PATCH v2 0/5] bootstd: Add Android support

2024-06-19 Thread Mattijs Korpershoek
Hi Simon. On mar., juin 18, 2024 at 21:03, Simon Glass wrote: > Hi Mattijs, > > On Mon, 17 Jun 2024 at 09:15, Mattijs Korpershoek > wrote: >> >> Hi Simon, >> >> On lun., juin 17, 2024 at 07:53, Simon Glass wrote: >> >> > Hi Mattijs, >> > >> > On Thu, 13 Jun 2024 at 04:13, Mattijs Korpershoek

Re: [PATCH v2 0/5] bootstd: Add Android support

2024-06-18 Thread Simon Glass
Hi Mattijs, On Mon, 17 Jun 2024 at 09:15, Mattijs Korpershoek wrote: > > Hi Simon, > > On lun., juin 17, 2024 at 07:53, Simon Glass wrote: > > > Hi Mattijs, > > > > On Thu, 13 Jun 2024 at 04:13, Mattijs Korpershoek > > wrote: > >> > >> Android boot flow is a bit different than a regular Linux

Re: [PATCH v2 0/5] bootstd: Add Android support

2024-06-17 Thread Mattijs Korpershoek
Hi Simon, On lun., juin 17, 2024 at 07:53, Simon Glass wrote: > Hi Mattijs, > > On Thu, 13 Jun 2024 at 04:13, Mattijs Korpershoek > wrote: >> >> Android boot flow is a bit different than a regular Linux distro. >> Android relies on multiple partitions in order to boot. >> >> A typical boot

Re: [PATCH v2 0/5] bootstd: Add Android support

2024-06-17 Thread Simon Glass
Hi Mattijs, On Thu, 13 Jun 2024 at 04:13, Mattijs Korpershoek wrote: > > Android boot flow is a bit different than a regular Linux distro. > Android relies on multiple partitions in order to boot. > > A typical boot flow would be: > 1. Parse the Bootloader Control Block (BCB, misc partition) >

Re: [PATCH v2 0/5] bootstd: Add Android support

2024-06-14 Thread Mattijs Korpershoek
Hi Guillaume, Thank you for testing. On ven., juin 14, 2024 at 11:53, Guillaume LA ROQUE wrote: > Hi, > > i apply  patch series with commit you give in cover letter and test on > TI AM62S-SK board. > Android boot properly , just with a small changes in uboot eenv > > setenv

Re: [PATCH v2 0/5] bootstd: Add Android support

2024-06-14 Thread Guillaume LA ROQUE
Hi, i apply  patch series with commit you give in cover letter and test on TI AM62S-SK board. Android boot properly , just with a small changes in uboot eenv setenv vendor_boot_comp_addr_r 0xd000 this changes is need link to patch done by roman on ramdisk and vendor boot loading. so

[PATCH v2 0/5] bootstd: Add Android support

2024-06-13 Thread Mattijs Korpershoek
Android boot flow is a bit different than a regular Linux distro. Android relies on multiple partitions in order to boot. A typical boot flow would be: 1. Parse the Bootloader Control Block (BCB, misc partition) 2. If BCB requested bootonce-bootloader, start fastboot and wait. 3. If BCB requested