projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6bcc35
)
efi_loader: export efi_set_time()
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Fri, 31 May 2019 05:38:29 +0000
(07:38 +0200)
committer
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Fri, 31 May 2019 21:27:12 +0000
(23:27 +0200)
To let a board implement the runtime version of SetTime() we have to
provide the definition of the weak function in an include.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/efi_loader.h
patch
|
blob
|
history
diff --git
a/include/efi_loader.h
b/include/efi_loader.h
index
77b2f60
..
23ce732
100644
(file)
--- a/
include/efi_loader.h
+++ b/
include/efi_loader.h
@@
-594,6
+594,8
@@
efi_status_t __efi_runtime EFIAPI efi_get_time(
struct efi_time *time,
struct efi_time_cap *capabilities);
+efi_status_t __efi_runtime EFIAPI efi_set_time(struct efi_time *time);
+
#ifdef CONFIG_CMD_BOOTEFI_SELFTEST
/*
* Entry point for the tests of the EFI API.