[PATCH 0/2] efi_loader: export efi_get_configuration_table
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Fri Jan 26 08:54:29 CET 2024
In multiple places we need a function to find an EFI configuration table.
Rename get_config_table() to efi_get_configuration_table() and export it.
Use the new function for the 'efidebug capsule esrt' command.
Due a pending change find_smbios_table() shall be replaced separately.
Heinrich Schuchardt (2):
efi_loader: export efi_get_configuration_table
cmd: in do_efi_capsule_esrt use efi_get_configuration_table
cmd/efidebug.c | 7 ++-----
include/efi_loader.h | 2 ++
lib/efi_loader/efi_helper.c | 6 +++---
3 files changed, 7 insertions(+), 8 deletions(-)
--
2.43.0
More information about the U-Boot
mailing list