From 0139a15c4b29350f7fd0f12aa4006fb9740aa284 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Sun, 29 Nov 2020 23:25:17 -0600 Subject: mb/google/{beltino,fizz,jecht}: Set Tianocore boot timeout to 5s MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/48978 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber Reviewed-by: Michael Niewöhner --- src/mainboard/google/jecht/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mainboard/google/jecht') 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 -- cgit v1.2.3