commit | c818a71b21ea98a8d882647b7e4f5ecae4c7e882 | [log] [tgz] |
---|---|---|
author | Mattijs Korpershoek <mkorpershoek@baylibre.com> | Thu Sep 12 16:00:01 2024 +0200 |
committer | Mattijs Korpershoek <mkorpershoek@baylibre.com> | Tue Oct 01 10:57:05 2024 +0200 |
tree | 3c26badf7b99d539cd87a74cc953afdd380e478f | |
parent | a51a2f0ff77ab7d0aed6da07e45636ac50122aae [diff] |
bootstd: android: Add U-Boot version to cmdline 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 properly on the screen. [1] https://android.googlesource.com/platform/bootable/recovery/+/refs/heads/main/fastboot/fastboot.cpp#42 Reviewed-by: Julien Masson <jmasson@baylibre.com> Reviewed-by: Guillaume La Roque <glaroque@baylibre.com> Reviewed-by: Simon Glass <sjg@chromium.org> Link: https://lore.kernel.org/r/20240912-bootmeth-bootloader-version-v2-1-76d4c0b45024@baylibre.com Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>