u-boot-brain/lib/efi
Simon Glass 867a6ac86d efi: Add start-up library code
When running as an EFI application, U-Boot must request memory from EFI,
and provide access to the boot services U-Boot needs.

Add library code to perform these tasks. This includes efi_main() which is
the entry point from EFI. U-Boot is built as a shared library.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
2015-08-05 08:42:41 -06:00
..
efi_app.c efi: Add start-up library code 2015-08-05 08:42:41 -06:00
efi.c efi: Add start-up library code 2015-08-05 08:42:41 -06:00
Kconfig efi: Add start-up library code 2015-08-05 08:42:41 -06:00
Makefile efi: Add start-up library code 2015-08-05 08:42:41 -06:00