All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/5] board: sl28: enable EFI_SET_TIME support
@ 2021-09-13 15:22 Michael Walle
  2021-09-13 15:22 ` [PATCH v2 2/5] board: sl28: generate FIT update image Michael Walle
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Michael Walle @ 2021-09-13 15:22 UTC (permalink / raw)
  To: u-boot; +Cc: Michael Walle

Allow EFI to actually set the time before ExitBootServices().

Signed-off-by: Michael Walle <michael@walle.cc>
---
changes since v1:
 - none

 configs/kontron_sl28_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/kontron_sl28_defconfig b/configs/kontron_sl28_defconfig
index e15928bead..8bd7d5be4b 100644
--- a/configs/kontron_sl28_defconfig
+++ b/configs/kontron_sl28_defconfig
@@ -92,3 +92,4 @@ CONFIG_USB_XHCI_HCD=y
 CONFIG_USB_XHCI_DWC3=y
 CONFIG_OF_LIBFDT_ASSUME_MASK=0x0
 CONFIG_OF_LIBFDT_OVERLAY=y
+CONFIG_EFI_SET_TIME=y
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-09-25  6:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-13 15:22 [PATCH v2 1/5] board: sl28: enable EFI_SET_TIME support Michael Walle
2021-09-13 15:22 ` [PATCH v2 2/5] board: sl28: generate FIT update image Michael Walle
2021-09-13 15:22 ` [PATCH v2 3/5] board: sl28: enable EFI UpdateCapsule support Michael Walle
2021-09-25  6:59   ` Michael Walle
2021-09-13 15:22 ` [PATCH v2 4/5] doc: board: kontron: sl28: Reduce section levels and change title Michael Walle
2021-09-13 15:22 ` [PATCH v2 5/5] board: sl28: add update image documentation Michael Walle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.