Timothy Pearson (tpearson@raptorengineeringinc.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8299
-gerrit
commit f702894cf7b89bef7ce0462e058cf1254ce08aa2 Author: Timothy Pearson tpearson@raptorengineeringinc.com Date: Wed Jan 28 15:34:29 2015 -0600
asus/kfsn4-dre/Kconfig: Enable power on after power fail by default
Change-Id: I655843c78d31cc69a007ddaf9b51cde063c48c79 Signed-off-by: Timothy Pearson tpearson@raptorengineeringinc.com --- src/mainboard/asus/kfsn4-dre/Kconfig | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/src/mainboard/asus/kfsn4-dre/Kconfig b/src/mainboard/asus/kfsn4-dre/Kconfig index 07e01fd..245fecf 100644 --- a/src/mainboard/asus/kfsn4-dre/Kconfig +++ b/src/mainboard/asus/kfsn4-dre/Kconfig @@ -105,4 +105,8 @@ config AMDMCT_BACKGROUND_SCRUB_RATE hex default 0x06
+config MAINBOARD_POWER_ON_AFTER_POWER_FAIL + bool + default y + endif # BOARD_ASUS_KFSN4_DRE