Re: [PATCH] bootstd: android: Add U-Boot version to cmdline

2024-09-12 Thread Mattijs Korpershoek
Hi Simon, Thank you for your review. On mer., sept. 11, 2024 at 18:59, Simon Glass wrote: > Hi Mattijs, > > On Wed, 4 Sept 2024 at 03:38, Mattijs Korpershoek > wrote: >> >> When booting into Android fastbootd (a subset of recovery), the default >> UI shows the bootloader version in the screen

Re: [PATCH] bootstd: android: Add U-Boot version to cmdline

2024-09-11 Thread Simon Glass
Hi Mattijs, On Wed, 4 Sept 2024 at 03:38, Mattijs Korpershoek wrote: > > When booting into Android fastbootd (a subset of recovery), the default > UI shows the bootloader version in the screen [1]. > This is done via the ro.bootloader property which should come from the > bootloader. > > Provide

Re: [PATCH] bootstd: android: Add U-Boot version to cmdline

2024-09-10 Thread Guillaume LA ROQUE
Le 10/09/2024 à 10:23, Julien Masson a écrit : On Tue 10 Sep 2024 at 10:23, Mattijs Korpershoek wrote: When booting into Android fastbootd (a subset of recovery), the default UI shows the bootloader version in the screen [1]. This is done via the ro.bootloader property which should come from

Re: [PATCH] bootstd: android: Add U-Boot version to cmdline

2024-09-10 Thread Julien Masson
On Tue 10 Sep 2024 at 10:23, Mattijs Korpershoek wrote: > When booting into Android fastbootd (a subset of recovery), the default > UI shows the bootloader version in the screen [1]. > This is done via the ro.bootloader property which should come from the > bootloader. > > Provide the U-Boot

[PATCH] bootstd: android: Add U-Boot version to cmdline

2024-09-04 Thread Mattijs Korpershoek
When booting into Android fastbootd (a subset of recovery), the default UI shows the bootloader version in the screen [1]. This is done via the ro.bootloader property which should come from the bootloader. Provide the U-Boot version via a kernel commandline argument so that fastbootd can show it p