u-boot/arch/x86/lib/efi
Simon Glass 8e36650875 x86: Add helper code for running from EFI
When U-Boot is running from EFI some of the x86 init is replaced with
EFI-specific init. For example, since DRAM has already been set up, we only
need to find it, not init it. Add these functions so that boards can easily
allow booting from EFI if required.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2015-08-05 08:44:08 -06:00
..
Kconfig x86: Handle running as EFI payload 2015-08-05 08:44:08 -06:00
Makefile x86: Add helper code for running from EFI 2015-08-05 08:44:08 -06:00
car.S x86: Add helper code for running from EFI 2015-08-05 08:44:08 -06:00
crt0-efi-ia32.S x86: Add support for U-Boot as an EFI application 2015-08-05 08:44:06 -06:00
crt0-efi-x86_64.S efi: Add 64-bit payload support 2015-08-05 08:44:07 -06:00
efi.c x86: Add helper code for running from EFI 2015-08-05 08:44:08 -06:00
reloc_ia32.c x86: Add support for U-Boot as an EFI application 2015-08-05 08:44:06 -06:00
reloc_x86_64.c x86: Add relocation and link script for a 64-bit EFI application 2015-08-05 08:44:06 -06:00