[U-Boot] Pull request for UEFI sub-system for efi-2020-01-rc3
Heinrich Schuchardt
xypron.glpk at gmx.de
Thu Nov 14 03:02:32 UTC 2019
The following changes since commit 3ff1ff3ff76c15efe0451309af084ee6c096c583:
Merge branch '2019-11-12-migrate-SYS_REDUNDAND_ENVIRONMENT'
(2019-11-12 13:40:58 -0500)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2020-01-rc3
for you to fetch changes up to 2e716b8e299309139daa9513707951c622fc2bdf:
efi_selftest: enable all UEFI unit tests on the sandbox (2019-11-12
23:13:54 +0100)
Gitlab CI showed no problems:
https://gitlab.denx.de/u-boot/custodians/u-boot-efi/pipelines/1288
Primary key fingerprint:
6DC4 F9C7 1F29 A6FA 06B7 6D33 C481 DBBC 2C05 1AC4
----------------------------------------------------------------
Pull request for UEFI sub-system for efi-2020-01-rc3
The following changes for the UEFI subsystem are provided:
* allow building UEFI binaries on the sandbox
* enable access to file systems without partition tables
* correctly check the return value of efi_dp_from_file()
----------------------------------------------------------------
AKASHI Takahiro (1):
efi_loader: disk: install file system protocol to a whole disk
Heinrich Schuchardt (4):
efi_loader: fix efi_dp_from_name()
efi_loader: call add_u_boot_and_runtime() on sandbox
efi_loader: support building UEFI binaries on sandbox
efi_selftest: enable all UEFI unit tests on the sandbox
Makefile | 19 +++++++++++++++++++
arch/sandbox/config.mk | 28 ++++++++++++++++++++++++++++
arch/sandbox/lib/crt0_sandbox_efi.S | 32 ++++++++++++++++++++++++++++++++
arch/sandbox/lib/reloc_sandbox_efi.c | 32 ++++++++++++++++++++++++++++++++
cmd/Kconfig | 2 +-
include/host_arch.h | 24 ++++++++++++++++++++++++
lib/efi_loader/Makefile | 3 +++
lib/efi_loader/efi_device_path.c | 15 ++++++++++++---
lib/efi_loader/efi_disk.c | 4 +++-
lib/efi_loader/efi_memory.c | 9 +++++----
lib/efi_selftest/Makefile | 7 +++++--
11 files changed, 164 insertions(+), 11 deletions(-)
create mode 100644 arch/sandbox/lib/crt0_sandbox_efi.S
create mode 100644 arch/sandbox/lib/reloc_sandbox_efi.c
create mode 100644 include/host_arch.h
More information about the U-Boot
mailing list