Home
last modified time | relevance | path

Searched hist:"69 bd459d343fe1e5a68a6f187d8c99c78c6fc6ce" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Dbootefi.c69bd459d343fe1e5a68a6f187d8c99c78c6fc6ce Thu Nov 17 00:02:58 UTC 2016 Alexander Graf <agraf@suse.de> efi_loader: AArch64: Run EFI payloads in EL2 if U-Boot runs in EL3

Some boards decided not to run ATF or other secure firmware in EL3, so
they instead run U-Boot there. The uEFI spec doesn't know what EL3 is
though - it only knows about EL2 and EL1. So if we see that we're running
in EL3, let's get into EL2 to make payloads happy.

Signed-off-by: Alexander Graf <agraf@suse.de>
Reviewed-by: York Sun <york.sun@nxp.com>