u-boot/arch/x86/cpu/efi
Simon Glass ce1dc0cc17 x86: efi: Update efi_get_next_mem_desc() to avoid needing a map
At present this function requires a pointer to struct efi_entry_memmap
but the only field used in there is the desc_size. We want to be able
to use it from the app, so update it to use desc_size directly.

Signed-off-by: Simon Glass <sjg@chromium.org>
2022-01-15 10:57:22 +01:00
..
app.c x86: Rename board_final_cleanup() to board_final_init() 2020-07-17 14:32:24 +08:00
car.S x86: efi: Refactor the directory of EFI app and payload support 2018-06-17 21:16:04 +08:00
Kconfig x86: efi: Refactor the directory of EFI app and payload support 2018-06-17 21:16:04 +08:00
Makefile x86: Rename efi-x86 target to efi-x86_app 2018-06-17 21:16:04 +08:00
payload.c x86: efi: Update efi_get_next_mem_desc() to avoid needing a map 2022-01-15 10:57:22 +01:00
sdram.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00