From bc39b488a5a721521b7256b7a1ac3a4f664b400d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 3 Nov 2015 22:11:51 -0600 Subject: mainboard/asus: Increase reboot count on boards with recovery jumper On server boards with a recovery jumper, having the fallback path less sensitive to power fluctuations or BMC issues makes sense. Increase the maximum number of boot attempts before automatic fallback to 10 on these boards. Change-Id: Iabe0b0cbf332686db8e9380a8b65a1477173599c Signed-off-by: Timothy Pearson Reviewed-on: http://review.coreboot.org/12320 Reviewed-by: Alexandru Gagniuc Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi Reviewed-by: Nico Huber --- src/mainboard/asus/kfsn4-dre/Kconfig | 4 ++++ src/mainboard/asus/kfsn4-dre_k8/Kconfig | 4 ++++ src/mainboard/asus/kgpe-d16/Kconfig | 4 ++++ 3 files changed, 12 insertions(+) (limited to 'src/mainboard/asus') diff --git a/src/mainboard/asus/kfsn4-dre/Kconfig b/src/mainboard/asus/kfsn4-dre/Kconfig index 28b5dcd201..5e455e07a8 100644 --- a/src/mainboard/asus/kfsn4-dre/Kconfig +++ b/src/mainboard/asus/kfsn4-dre/Kconfig @@ -93,4 +93,8 @@ config MAINBOARD_POWER_ON_AFTER_POWER_FAIL bool default y +config MAX_REBOOT_CNT + int + default 10 + endif # BOARD_ASUS_KFSN4_DRE diff --git a/src/mainboard/asus/kfsn4-dre_k8/Kconfig b/src/mainboard/asus/kfsn4-dre_k8/Kconfig index 39d530bfb0..2b345ff2d8 100644 --- a/src/mainboard/asus/kfsn4-dre_k8/Kconfig +++ b/src/mainboard/asus/kfsn4-dre_k8/Kconfig @@ -98,4 +98,8 @@ config MAINBOARD_POWER_ON_AFTER_POWER_FAIL bool default y +config MAX_REBOOT_CNT + int + default 10 + endif # BOARD_ASUS_KFSN4_DRE_K8 diff --git a/src/mainboard/asus/kgpe-d16/Kconfig b/src/mainboard/asus/kgpe-d16/Kconfig index f5ff81cbb8..29061ca197 100644 --- a/src/mainboard/asus/kgpe-d16/Kconfig +++ b/src/mainboard/asus/kgpe-d16/Kconfig @@ -88,4 +88,8 @@ config MAINBOARD_POWER_ON_AFTER_POWER_FAIL bool default y +config MAX_REBOOT_CNT + int + default 10 + endif # BOARD_ASUS_KGPE_D16 -- cgit v1.2.3