
17 Aug
2016
17 Aug
'16
6:15 a.m.
On 16 August 2016 at 02:55, Alexander Graf agraf@suse.de wrote:
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
include/efi_loader.h | 2 ++ lib/efi_loader/efi_boottime.c | 22 +++++++++++++--------- 2 files changed, 15 insertions(+), 9 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org