[U-Boot] efi_loader: patches for v2018.03-rc2
Heinrich Schuchardt
xypron.glpk at gmx.de
Thu Feb 8 20:14:02 UTC 2018
Hello Alex,
could you, please, review the following patches and select them for your
pull request for v2018.03-rc2.
https://github.com/xypron2/u-boot.git, branch v2018.03-rc2
up to commit 55e90f0e97a846113518eab71757740051cd9d4b.
Travis ran without errors:
https://travis-ci.org/xypron2/u-boot/builds/338861562
Best regards
Heinrich
Heinrich Schuchardt (8):
efi_loader: fix building crt0 on arm
efi_loader: fix the online help for bootefi bootmgr
efi_selftest: use correct compiler flags for miniapps
efi_loader: add missing runtime services stubs
efi_loader: create stub for CreateEventEx
efi_driver: return type of efi_driver_init()
efi_loader: split README.efi into two separate documents
efi_loader: rewrite README.efi
MAINTAINERS | 3 +
arch/arm/lib/crt0_aarch64_efi.S | 4 +-
arch/arm/lib/crt0_arm_efi.S | 4 +-
cmd/bootefi.c | 2 +-
doc/README.efi | 537 +++++++++++++++++---------------------
doc/README.u-boot_on_efi | 259 ++++++++++++++++++
include/asm-generic/pe.h | 21 ++
include/efi_api.h | 37 ++-
include/efi_loader.h | 2 +-
include/pe.h | 8 +-
lib/efi_driver/efi_uclass.c | 6 +-
lib/efi_loader/efi_boottime.c | 33 +++
lib/efi_loader/efi_image_loader.c | 2 +-
lib/efi_loader/efi_runtime.c | 29 ++
lib/efi_selftest/Makefile | 6 +-
15 files changed, 642 insertions(+), 311 deletions(-)
create mode 100644 doc/README.u-boot_on_efi
create mode 100644 include/asm-generic/pe.h
--
2.14.2
More information about the U-Boot
mailing list