aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asus
diff options
context:
space:
mode:
authorTimothy Pearson <tpearson@raptorengineeringinc.com>2015-11-03 22:11:51 -0600
committerPatrick Georgi <pgeorgi@google.com>2015-11-04 18:15:55 +0100
commitbc39b488a5a721521b7256b7a1ac3a4f664b400d (patch)
treede701bde40f9faa213e003256d4e369d5b844baa /src/mainboard/asus
parent6c4751d5965c3c8d87b21c39efd66ccc26ff5823 (diff)
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 <tpearson@raptorengineeringinc.com> Reviewed-on: http://review.coreboot.org/12320 Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/asus')
-rw-r--r--src/mainboard/asus/kfsn4-dre/Kconfig4
-rw-r--r--src/mainboard/asus/kfsn4-dre_k8/Kconfig4
-rw-r--r--src/mainboard/asus/kgpe-d16/Kconfig4
3 files changed, 12 insertions, 0 deletions
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