diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2023-11-19 18:34:11 -0600 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-01-26 15:11:21 +0000 |
commit | 3ac92e972d9c9c2ee113ea60eb1c3c5b0a61175a (patch) | |
tree | e4ab9dd8adb236ffe00d21a9514f1b31781521ca /src/mainboard | |
parent | 20abc3517b6b776fd33458b67c5b0ad4aa249f31 (diff) |
mb/purism/librem_cnl: Set edk2 boot timeout for Librem Mini
As with other devices with only an external display, the Librem mini/
mini-v2 need a few extra seconds (vs an internal panel) for display init in order for the edk2 boot splash to be visible before the
default boot target is booted.
TEST=build/boot Librem Mini v2 w/edk2 payload, verify splash screen
shown / user has time to enter setup menu.
Change-Id: I9d2d514719a9918ee58cc63969b3adae44ac1632
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80182
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jonathon Hall <jonathon.hall@puri.sm>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/purism/librem_cnl/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/purism/librem_cnl/Kconfig b/src/mainboard/purism/librem_cnl/Kconfig index f75f316b95..1628ec6c8b 100644 --- a/src/mainboard/purism/librem_cnl/Kconfig +++ b/src/mainboard/purism/librem_cnl/Kconfig @@ -112,3 +112,7 @@ config ENABLE_EC_UART1 U81 on the bottom of the board near the front edge; the IC is not populated. TX is pin 14, RX is pin 19. The signals are 3.3V (do NOT connect directly to an RS-232 serial port). + +config EDK2_BOOT_TIMEOUT + int + default 4 if BOARD_PURISM_LIBREM_MINI || BOARD_PURISM_LIBREM_MINI_V2 |