projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ec29aa
)
efi_loader: enable EFI_SET_TIME on sandbox and QEMU ARM
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Sat, 21 Nov 2020 19:52:18 +0000
(20:52 +0100)
committer
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Sun, 29 Nov 2020 04:18:37 +0000
(
05:18
+0100)
Enable EFI_SET_TIME on the sandbox and QEMU ARM to ensure that we compile
and test the relevant code.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/Kconfig
patch
|
blob
|
history
diff --git
a/lib/efi_loader/Kconfig
b/lib/efi_loader/Kconfig
index 29ea14b2ee2a51a12b6f1c4b0c3eb94d3a1ddbc2..7fd3a3c90c596b3ae21e6ce7e07218815a2f441f 100644
(file)
--- a/
lib/efi_loader/Kconfig
+++ b/
lib/efi_loader/Kconfig
@@
-88,6
+88,7
@@
config EFI_GET_TIME
config EFI_SET_TIME
bool "SetTime() runtime service"
depends on EFI_GET_TIME
+ default y if ARCH_QEMU || SANDBOX
default n
help
Provide the SetTime() runtime service at boottime. This service