Skip to content

Commit

Permalink
mainboard/asus: Increase reboot count on boards with recovery jumper
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
madscientist159 authored and pgeorgi committed Nov 4, 2015
1 parent 6c4751d commit bc39b48
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/mainboard/asus/kfsn4-dre/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 4 additions & 0 deletions src/mainboard/asus/kfsn4-dre_k8/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 4 additions & 0 deletions src/mainboard/asus/kgpe-d16/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bc39b48

Please sign in to comment.