]> git.ipfire.org Git - thirdparty/u-boot.git/commit
efi_loader: export efi_get_configuration_table
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 26 Jan 2024 07:54:30 +0000 (08:54 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 29 Jan 2024 10:31:06 +0000 (11:31 +0100)
commitfa0772180edd404f8ac06fea5bc4f601db1731d6
treed61d6e108c7d043f93b6b755af6670058d1b0d40
parent3a99d05a39ac779861dc8300d078229c0217543b
efi_loader: export efi_get_configuration_table

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.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
include/efi_loader.h
lib/efi_loader/efi_helper.c