[PATCH 16/16] bootstd: cros: Add ARM support
Simon Glass
sjg at chromium.org
Fri Aug 11 15:37:39 CEST 2023
Support booting ChromiumOS on ARM devices using FIT. Add an entry into the
boot implementation which does not require a command line. This can be
expanded over time as the bootm code is refactored.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
boot/Kconfig | 4 ++--
boot/bootm.c | 37 +++++++++++++++++++++++++++++++++++++
boot/bootmeth_cros.c | 16 ++++++++++------
include/bootm.h | 8 ++++++++
4 files changed, 57 insertions(+), 8 deletions(-)
Applied to u-boot-dm/next, thanks!
More information about the U-Boot
mailing list