diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2020-11-29 22:16:55 -0600 |
---|---|---|
committer | Matt DeVillier <matt.devillier@gmail.com> | 2021-01-04 01:15:12 +0000 |
commit | 6da4de1e7a5ca6ad040704497eb20da053857992 (patch) | |
tree | 2cdfa5378a0b6d77527eb3a5b4fc834122f87614 /src/mainboard/google/hatch | |
parent | 0139a15c4b29350f7fd0f12aa4006fb9740aa284 (diff) |
mb/google/hatch: set Tianocore boot timeout to 5s for PUFF-based boards
PUFF-based Chromeboxes need more than the 2s default in order to init
an external display and show the boot splash/menu prompt.
Test: build/boot WYVERN variant, ensure boot splash/menu prompt visible
regardless of display init type used.
Change-Id: Ie6d2151d28058501498a4c501bb221919b4e1b39
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/48979
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/mainboard/google/hatch')
-rw-r--r-- | src/mainboard/google/hatch/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/hatch/Kconfig b/src/mainboard/google/hatch/Kconfig index a4e91b6b0a..548a8a69a9 100644 --- a/src/mainboard/google/hatch/Kconfig +++ b/src/mainboard/google/hatch/Kconfig @@ -188,4 +188,8 @@ config VBOOT config USE_PM_ACPI_TIMER default n +config TIANOCORE_BOOT_TIMEOUT + int + default 5 if BOARD_GOOGLE_BASEBOARD_PUFF + endif # BOARD_GOOGLE_HATCH_COMMON |