summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2024-01-29 16:19:10 -0500
committerTom Rini <[email protected]>2024-01-29 16:19:10 -0500
commitd5c0c990c3128401810514c66b41b386096d206e (patch)
tree963bd9ee0a9b2a355960b3c9eeef84dc52e8e011 /include
parent341e8a6c7c09112a872d19f855fefa671df40eb7 (diff)
parent21489b4478a72d6c682f24dea80d5ac7790e2692 (diff)
Merge tag 'efi-2024-04-rc1-4' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request efi-2024-04-rc1-4 Documentation: * uefi: remove ".py" suffix for pytest.py command * correct date in migration plan for CONFIG_DM UEFI: * fix conflicting SPDX license in RISC-V EFI linker scripts * page align EFI binary section in RISC-V EFI binaries * separate .data and .text sections of RISC-V EFI binaries * use common function to get EFI configuration table
Diffstat (limited to 'include')
-rw-r--r--include/efi_loader.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/efi_loader.h b/include/efi_loader.h
index 5c5af4f7fd1..7daca0afba2 100644
--- a/include/efi_loader.h
+++ b/include/efi_loader.h
@@ -546,6 +546,8 @@ void efi_setup_console_size(void);
/* Set up load options from environment variable */
efi_status_t efi_env_set_load_options(efi_handle_t handle, const char *env_var,
u16 **load_options);
+/* Get EFI configuration table */
+void *efi_get_configuration_table(const efi_guid_t *guid);
/* Install device tree */
efi_status_t efi_install_fdt(void *fdt);
/* Execute loaded UEFI image */