[U-Boot] [PATCH v2 0/2] efi_loader: correctly call images

Heinrich Schuchardt xypron.glpk at gmx.de
Thu Jan 18 07:24:35 UTC 2018


This patch series fixes various problems with the StartImage boot
service. It further provides a unit test.

v2
	Do not build test on x68_64 due to a problem with the build
	system for EFI images.

Heinrich Schuchardt (2):
  efi_loader: correctly call images
  efi_selftest: test start image

 arch/arm/lib/Makefile                       |   1 +
 lib/efi_loader/efi_boottime.c               |  21 ++--
 lib/efi_selftest/.gitignore                 |   2 +
 lib/efi_selftest/Makefile                   |  26 +++++
 lib/efi_selftest/efi_selftest_miniapp.c     |  34 +++++++
 lib/efi_selftest/efi_selftest_start_image.c | 144 ++++++++++++++++++++++++++++
 6 files changed, 221 insertions(+), 7 deletions(-)
 create mode 100644 lib/efi_selftest/.gitignore
 create mode 100644 lib/efi_selftest/efi_selftest_miniapp.c
 create mode 100644 lib/efi_selftest/efi_selftest_start_image.c

-- 
2.14.2



More information about the U-Boot mailing list