uboot/cmd
Alexander Graf 69bd459d34 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>
2016-11-17 11:52:21 +01:00
..
fastboot fastboot: move FASTBOOT_FLASH options into Kconfig 2016-10-01 20:04:59 -04:00
Kconfig efi: x86: Adjust EFI files support efi_loader 2016-11-14 23:24:04 +01:00
Makefile cmd: cros_ec: Move crosec commands to cmd subdirectory 2016-10-11 10:17:08 -06:00
aes.c
ambapp.c
armflash.c
bdinfo.c x86: bdinfo: Drop meaningless values 2016-08-16 11:44:09 +08:00
bedbug.c
blkcache.c
blob.c crypto/fsl: Update blob cmd to accept 64bit addresses 2016-08-02 09:45:39 -07:00
bmp.c
boot.c
bootefi.c efi_loader: AArch64: Run EFI payloads in EL2 if U-Boot runs in EL3 2016-11-17 11:52:21 +01:00
booti.c cmd: Split 'bootz' and 'booti' out from 'bootm' 2016-08-20 11:35:07 -04:00
bootldr.c
bootm.c Fix spelling of "extended". 2016-10-31 10:13:17 -04:00
bootmenu.c
bootstage.c
bootz.c cmd: Split 'bootz' and 'booti' out from 'bootm' 2016-08-20 11:35:07 -04:00
cache.c
cbfs.c
clk.c
console.c
cplbinfo.c
cpu.c
cramfs.c
cros_ec.c cmd: cros_ec: Move crosec commands to cmd subdirectory 2016-10-11 10:17:08 -06:00
dataflash_mmc_mux.c
date.c
dcr.c
demo.c
dfu.c common: dfu: saperate the dfu common functionality 2016-09-27 23:30:18 +02:00
diag.c
disk.c cmd: Rework disk.c usage 2016-09-09 15:53:14 -04:00
display.c
dtt.c
echo.c
eeprom.c eeprom: merge cmdline parsing of eeprom commands 2016-05-20 20:42:57 -04:00
efi.c
elf.c
ethsw.c
exit.c
ext2.c
ext4.c
fastboot.c
fat.c cmd/fat: Do not crash on write when <bytes> is not specified 2016-09-23 08:55:58 -04:00
fdc.c Fix spelling of "occurred". 2016-05-02 18:37:09 -04:00
fdt.c cmd/fdt: add possibilty to have 'extrasize' on fdt resize 2016-10-13 13:54:10 -06:00
fitupd.c
flash.c
fpga.c
fpgad.c
fs.c
fs_uuid.c
fuse.c treewide: replace #include <asm/errno.h> with <linux/errno.h> 2016-09-23 17:55:42 -04:00
gettime.c
gpio.c
gpt.c cmd: gpt: fix the wrong size parse for the last partition 2016-08-05 20:55:16 -04:00
hash.c
help.c
host.c treewide: replace #include <asm/errno.h> with <linux/errno.h> 2016-09-23 17:55:42 -04:00
i2c.c Various, unrelated tree-wide typo fixes. 2016-07-16 09:43:12 -04:00
ide.c dm: ide: Separate the non-command code into its own file 2016-05-17 09:54:43 -06:00
immap.c
ini.c
io.c
iotrace.c
irq.c
itest.c cmd: replace the cast of the memory access to a fixed bit type in itest 2016-05-27 10:01:07 -04:00
jffs2.c nand: Embed mtd_info in struct nand_chip 2016-06-03 20:27:48 -05:00
ldrinfo.c
led.c
license.c
load.c cmd: load: align cache flush 2016-10-31 10:13:18 -04:00
log.c
lzmadec.c lzmadec: Use the same type as the lzma call 2016-07-25 12:05:54 -04:00
mac.c
md5sum.c
mdio.c
mem.c
mfsl.c
mii.c
misc.c cmd: misc: Add support for fractions in sleep 2016-07-25 12:00:05 -04:00
mmc.c mmc: Drop dead mmc code for non-generic MMC 2016-05-26 20:50:29 -06:00
mmc_spi.c
mp.c
mtdparts.c mtd: fix compiler warnings 2016-07-24 20:36:29 -05:00
nand.c nand: Fix some more NULL name tests 2016-09-01 20:08:48 -05:00
net.c net: Fix cache misalignment message after network load operations 2016-10-13 12:25:33 -05:00
nvedit.c Various, accumulated typos collected from around the tree. 2016-10-06 20:57:40 -04:00
onenand.c cmd/onenand.c: block align warning 2016-10-06 20:57:42 -04:00
otp.c
part.c
pci.c
pcmcia.c
pmic.c
portio.c
pxe.c pxe: Fix pxe boot with FIT image 2016-09-07 08:49:02 -04:00
qfw.c cmd: qfw: do not require default macros when building qfw command 2016-05-23 15:18:00 +08:00
read.c
reginfo.c
regulator.c
reiser.c
remoteproc.c
sata.c dm: sata: Separate the non-command code into its own file 2016-05-17 09:54:43 -06:00
scsi.c dm: scsi: Separate the non-command code into its own file 2016-05-17 09:54:43 -06:00
setexpr.c
sf.c sf: fix sf probe 2016-09-12 08:44:54 -04:00
sha1sum.c
softswitch.c
sound.c
source.c
spi.c
spibootldr.c
spl.c
strings.c
terminal.c
test.c
thordown.c
time.c
tpm.c
tpm_test.c
trace.c
tsi148.c
ubi.c cmd: ubi: add option to specify volume id 2016-09-27 07:00:12 +02:00
ubifs.c
universe.c
unzip.c
usb.c usb: dm: Make "usb info" use usb_for_each_root_dev() 2016-07-05 14:14:11 +02:00
usb_mass_storage.c dm: usb: Use blk_dread/write() instead of direct calls 2016-07-27 14:15:54 -06:00
version.c
ximg.c
yaffs2.c
zfs.c
zip.c