]> git.ipfire.org Git - people/ms/u-boot.git/commit
efi_loader: Expose efi_install_configuration_table
authorAlexander Graf <agraf@suse.de>
Thu, 18 Aug 2016 23:23:24 +0000 (01:23 +0200)
committerAlexander Graf <agraf@suse.de>
Wed, 19 Oct 2016 07:01:51 +0000 (09:01 +0200)
commit488bf12d842e51b8d596f104bc9bd9aa4d0501b6
tree90942ec818c5115369f0e03977555accca1f6ca9
parent4b6dddc294a58fd9010926719e5c907beebf9b4d
efi_loader: Expose efi_install_configuration_table

We want to be able to add configuration table entries from our own code as
well as from EFI payload code. Export the boot service function internally
too, so that we can reuse it.

Signed-off-by: Alexander Graf <agraf@suse.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/efi_loader.h
lib/efi_loader/efi_boottime.c