u-boot/lib/efi
Simon Glass f844573762 efi: Add a way to obtain boot services in the app
Add a function to return this information along with a stub for the
efi_info_get() function, since calling it otherwise hangs U-Boot.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2021-11-07 18:36:55 +01:00
..
Kconfig x86: Create a 32/64-bit selection for the app 2021-11-07 18:36:55 +01:00
Makefile
efi.c x86: Don't duplicate global_ptr in 64-bit EFI app 2021-11-07 18:36:55 +01:00
efi_app.c efi: Add a way to obtain boot services in the app 2021-11-07 18:36:55 +01:00
efi_info.c
efi_stub.c