aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2020-11-29 23:25:17 -0600
committerMatt DeVillier <matt.devillier@gmail.com>2021-01-04 01:15:04 +0000
commit0139a15c4b29350f7fd0f12aa4006fb9740aa284 (patch)
tree9d8c80017b545d30f4b32a5b3a8c176bc95a1984 /src/mainboard/google
parentd990455c0a8c90b778fe932771e9719e8140811b (diff)
mb/google/{beltino,fizz,jecht}: Set Tianocore boot timeout to 5s
These Chromeboxes need more than the 2s default in order to init an external display and show the boot splash/menu prompt. Test: build/boot one of each variant, ensure boot splash/menu prompt visible regardless of display init type used. Change-Id: Ib90136b7e564451aff638af4d42abd97e42b3c19 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/48978 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')
-rw-r--r--src/mainboard/google/beltino/Kconfig4
-rw-r--r--src/mainboard/google/fizz/Kconfig4
-rw-r--r--src/mainboard/google/jecht/Kconfig4
3 files changed, 12 insertions, 0 deletions
diff --git a/src/mainboard/google/beltino/Kconfig b/src/mainboard/google/beltino/Kconfig
index cbf9dc40dc..9cd71a852f 100644
--- a/src/mainboard/google/beltino/Kconfig
+++ b/src/mainboard/google/beltino/Kconfig
@@ -62,4 +62,8 @@ config ENABLE_DDR_2X_REFRESH
config PCIEXP_AER
def_bool n
+config TIANOCORE_BOOT_TIMEOUT
+ int
+ default 5
+
endif # BOARD_GOOGLE_BASEBOARD_BELTINO
diff --git a/src/mainboard/google/fizz/Kconfig b/src/mainboard/google/fizz/Kconfig
index e09f853337..548f2ebf13 100644
--- a/src/mainboard/google/fizz/Kconfig
+++ b/src/mainboard/google/fizz/Kconfig
@@ -99,4 +99,8 @@ config UART_FOR_CONSOLE
config USE_PM_ACPI_TIMER
default n
+config TIANOCORE_BOOT_TIMEOUT
+ int
+ default 5
+
endif # BOARD_GOOGLE_BASEBOARD_FIZZ
diff --git a/src/mainboard/google/jecht/Kconfig b/src/mainboard/google/jecht/Kconfig
index 4851bd7a68..5955565832 100644
--- a/src/mainboard/google/jecht/Kconfig
+++ b/src/mainboard/google/jecht/Kconfig
@@ -59,4 +59,8 @@ config MAINBOARD_SMBIOS_MANUFACTURER
config PCIEXP_AER
def_bool n
+config TIANOCORE_BOOT_TIMEOUT
+ int
+ default 5
+
endif