[U-Boot] [PATCH 0/3] efi_loader: ARM: add support for ARMV7_NONSEC=y

Mark Kettenis kettenis at openbsd.org
Tue Jun 12 17:27:45 UTC 2018


This series makes it possible to run EFI applications in non-secure
mode.  It allows me to run OpenBSD on the imx7d-pico-pi board while
using the PSCI implementation provided by U-Boot.

Mark Kettenis (3):
  ARM: HYP/non-sec: save and restore stack
  efi_loader: ARM: run EFI payloads non-secure
  Revert "efi_loader: no support for ARMV7_NONSEC=y"

 arch/arm/cpu/armv7/nonsec_virt.S |  6 ++++--
 cmd/bootefi.c                    | 32 ++++++++++++++++++++++++++++++++
 doc/README.uefi                  |  2 --
 lib/efi_loader/Kconfig           |  2 --
 4 files changed, 36 insertions(+), 6 deletions(-)

-- 
2.16.2



More information about the U-Boot mailing list