Pull request for efi-2023-01-rc1-4
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Sun Nov 6 12:47:10 CET 2022
The following changes since commit 36bc9b6113ca96ca5c0d821195adede38395befd:
Merge branch '2022-11-02-assorted-updates' (2022-11-03 08:29:10 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2023-01-rc1-4
for you to fetch changes up to 53def68df5ec10c9aaa46d3422c58fc85d0c93e6:
efi_loader: AllocateAddress requires page address (2022-11-06
10:50:04 +0100)
----------------------------------------------------------------
Pull request for efi-2023-01-rc1-4
Documentation:
* Provide a document about security issue handling.
UEFI:
* Let networking support depend on NETDEVICES.
* Discover if no efi_system_partition is set.
Other:
* MAINTAINERS: add arch/arm/lib/*_efi.* to EFI_PAYLOAD.
----------------------------------------------------------------
AKASHI Takahiro (1):
efi_loader: remove CONFIG_EFI_SETUP_EARLY
Heinrich Schuchardt (4):
doc: update sbi command example
MAINTAINERS: add arch/arm/lib/*_efi.* to EFI_PAYLOAD
efi_loader: discover if no efi_system_partition is set
efi_loader: AllocateAddress requires page address
Jan Kiszka (1):
efi_loader: Let networking support depend on NETDEVICES
Masahisa Kojima (1):
test/py: efi_secboot: Remove unnecessary cert-to-efi-hash-list option
Tom Rini (1):
docs: Add a basic security document
MAINTAINERS | 1 +
common/board_r.c | 2 +-
doc/develop/index.rst | 3 +-
doc/develop/security.rst | 32 +++++++++++++++++++++
doc/usage/cmd/sbi.rst | 31 ++++++++++++--------
lib/efi_loader/Kconfig | 6 ----
lib/efi_loader/Makefile | 2 +-
lib/efi_loader/efi_device_path.c | 6 ++--
lib/efi_loader/efi_disk.c | 6 ++--
lib/efi_loader/efi_memory.c | 2 ++
lib/efi_loader/efi_setup.c | 45
++++++++----------------------
lib/efi_selftest/Makefile | 2 +-
net/bootp.c | 4 ++-
test/py/tests/test_efi_secboot/conftest.py | 8 +++---
14 files changed, 85 insertions(+), 65 deletions(-)
create mode 100644 doc/develop/security.rst
More information about the U-Boot
mailing list