Please pull u-boot-dm/next
Simon Glass
sjg at chromium.org
Tue Aug 15 00:48:28 CEST 2023
Hi Tom,
This is for the -next branch
The following changes since commit 321d7b4d875a77552a969dd6ea5bbed2644fcb0c:
Merge branch '2023-08-09-misc-cleanups' into next (2023-08-09 13:15:51 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-dm.git tags/dm-next-14aug23
for you to fetch changes up to daffb0be2c839f3abe431cd68c772fae0e7e49ca:
bootstd: cros: Add ARM support (2023-08-11 07:33:40 -0600)
----------------------------------------------------------------
Enhance bootmeth_cros
----------------------------------------------------------------
Simon Glass (16):
bootstd: cros: Correct reporting of I/O errors
bootstd: cros: Move partition reading into a function
bootstd: cros: Bring in some ChromiumOS structures
bootstd: cros: Support a kernel on either partition
bootstd: cros: Decode some kernel preamble fields
bootstd: cros: Simplify setup and cmdline expressions
bootstd: Move common zimage functions to bootm.h
bootstd: cros: Add docs for the kernel layout
bootstd: cros: Add private info for ChromiumOS
bootstd: Add private bootmeth data to the bootflow
bootstd: cros: Add a function to read info from partition
bootstd: cros: Add a function to read a kernel
bootstd: cros: Split up reading info and kernel
bootstd: Allow display of the x86 setup information
bootstd: Add a command to read all files for a bootflow
bootstd: cros: Add ARM support
arch/x86/include/asm/zimage.h | 37 -----
arch/x86/lib/zimage.c | 8 +-
boot/Kconfig | 4 +-
boot/bootflow.c | 17 ++
boot/bootm.c | 37 +++++
boot/bootmeth-uclass.c | 12 ++
boot/bootmeth_cros.c | 367 +++++++++++++++++++++++++++++++++++-------
boot/bootmeth_cros.h | 197 +++++++++++++++++++++++
cmd/bootflow.c | 47 +++++-
doc/usage/cmd/bootflow.rst | 139 +++++++++++++++-
include/bootflow.h | 15 +-
include/bootm.h | 47 ++++++
include/bootmeth.h | 25 ++-
13 files changed, 845 insertions(+), 107 deletions(-)
create mode 100644 boot/bootmeth_cros.h
Regards,
Simon
More information about the U-Boot
mailing list