Pull request efi-2023-07-rc6
Dear Tom, The following changes since commit 5fa30f2351ac3c0458069896bc868eae927df410:
smegw01: Fix wrong symbol override (2023-06-29 09:55:50 -0400) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2023-07-rc6 for you to fetch changes up to 2b17dd1d9d8ca2cfc7f5e964384d4d8418904c35: ARM: arm11: Add C wrapper for allow_unaligned() (2023-07-01 17:29:15 +0200) Gitlab CI showed no issues: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/16741 ---------------------------------------------------------------- Pull request efi-2023-07-rc6 Documentation: * man-pages for the loads and saves commands UEFI: * fix implementation of allow_unaligned() for armv7 and arm11 ---------------------------------------------------------------- Heinrich Schuchardt (3): doc: loads man-page doc: saves man-page doc: fix typo loady in loadb man-page Marek Vasut (2): ARM: armv7: Add C wrapper for allow_unaligned() ARM: arm11: Add C wrapper for allow_unaligned() arch/arm/cpu/arm11/cpu.c | 6 +++ arch/arm/cpu/arm11/sctlr.S | 6 +-- arch/arm/cpu/armv7/cpu.c | 5 +++ arch/arm/cpu/armv7/sctlr.S | 6 +-- arch/arm/include/asm/arm11.h | 12 ++++++ arch/arm/include/asm/armv7.h | 1 + doc/usage/cmd/loadb.rst | 2 +- doc/usage/cmd/loads.rst | 96 ++++++++++++++++++++++++++++++++++++++++++++ doc/usage/cmd/saves.rst | 88 ++++++++++++++++++++++++++++++++++++++++ doc/usage/index.rst | 2 + 10 files changed, 217 insertions(+), 7 deletions(-) create mode 100644 arch/arm/include/asm/arm11.h create mode 100644 doc/usage/cmd/loads.rst create mode 100644 doc/usage/cmd/saves.rst
Read more here: Source link