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>
This commit is contained in:
Timothy Pearson 2015-11-03 22:11:51 -06:00 committed by Patrick Georgi
parent 6c4751d596
commit bc39b488a5
3 changed files with 12 additions and 0 deletions

View File

@ -93,4 +93,8 @@ config MAINBOARD_POWER_ON_AFTER_POWER_FAIL
bool bool
default y default y
config MAX_REBOOT_CNT
int
default 10
endif # BOARD_ASUS_KFSN4_DRE endif # BOARD_ASUS_KFSN4_DRE

View File

@ -98,4 +98,8 @@ config MAINBOARD_POWER_ON_AFTER_POWER_FAIL
bool bool
default y default y
config MAX_REBOOT_CNT
int
default 10
endif # BOARD_ASUS_KFSN4_DRE_K8 endif # BOARD_ASUS_KFSN4_DRE_K8

View File

@ -88,4 +88,8 @@ config MAINBOARD_POWER_ON_AFTER_POWER_FAIL
bool bool
default y default y
config MAX_REBOOT_CNT
int
default 10
endif # BOARD_ASUS_KGPE_D16 endif # BOARD_ASUS_KGPE_D16