Pull request for efi-2023-04-rc3-2
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Fri Feb 24 11:02:57 CET 2023
The following changes since commit 8c39999acb726ef083d3d5de12f20318ee0e5070:
Merge branch 'master' of
https://source.denx.de/u-boot/custodians/u-boot-usb (2023-02-22 13:36:29
-0500)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2023-04-rc3-2
for you to fetch changes up to 0bb5d6b1e4105ec4215239958830a396658bfed8:
cmd: bootefi: allocate device-tree copy from high memory (2023-02-24
07:44:35 +0100)
Gitlab CI showed no issues:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/15340
----------------------------------------------------------------
Pull request for efi-2023-04-rc3-2
Documentation:
Fix links to fwu_updates.rst
UEFI:
Allocate device-tree copy from high memory in bootefi command
Correct attributes checks in SetVariable()
Other:
Allow SPL to load main U-Boot via partition type GUID
Test case for crc8 function
----------------------------------------------------------------
Heinrich Schuchardt (5):
disk: accessors for conditional partition fields
kconfig: new macro IF_ENABLED()
spl: allow loading via partition type GUID
test: unit test for crc8
cmd: bootefi: allocate device-tree copy from high memory
Masahisa Kojima (1):
efi_loader: update SetVariable attribute check
Vincent Stehlé (1):
doc: uefi: fix links
cmd/bootefi.c | 19 +++----------------
common/spl/Kconfig | 27 ++++++++++++++++++++++-----
common/spl/spl_mmc.c | 18 ++++++++++++++++++
doc/develop/uefi/fwu_updates.rst | 3 ++-
doc/develop/uefi/uefi.rst | 4 ++--
include/linux/kconfig.h | 7 +++++++
include/part.h | 36 ++++++++++++++++++++++++++++++++++++
lib/efi_loader/efi_variable.c | 31 +++++++++++++++++++++++++------
test/lib/Makefile | 1 +
test/lib/test_crc8.c | 29 +++++++++++++++++++++++++++++
10 files changed, 145 insertions(+), 30 deletions(-)
create mode 100644 test/lib/test_crc8.c
More information about the U-Boot
mailing list