u-boot/lib/efi
Simon Glass 866e2ac5aa efi: Move exit_boot_services into a function
At present this code is inline in the app and stub. But they do the same
thing. The difference is that the stub does it immediately and the app
doesn't want to do it until the end (when it boots a kernel) or not at
all, if returning to UEFI.

Move it into a function so it can be called as needed.

Add a comment showing how to store the memory map so that it can be
accessed within the app if needed, for debugging purposes only. The map
can change without notice.

Signed-off-by: Simon Glass <sjg@chromium.org>
2022-01-15 10:57:22 +01:00
..
efi.c efi: Move exit_boot_services into a function 2022-01-15 10:57:22 +01:00
efi_app.c efi: Move exit_boot_services into a function 2022-01-15 10:57:22 +01:00
efi_info.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
efi_stub.c efi: Move exit_boot_services into a function 2022-01-15 10:57:22 +01:00
Kconfig x86: Create a 32/64-bit selection for the app 2021-11-07 18:36:55 +01:00
Makefile efi.h: Do not use config options 2018-06-24 08:56:04 +08:00