Please pull u-boot-dm/next

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

On Mon, Aug 14, 2023 at 04:48:28PM -0600, Simon Glass wrote:
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)
Applied to u-boot/next, thanks!
participants (2)
-
Simon Glass
-
Tom Rini