[coreboot-gerrit] New patch to review for coreboot: asus/kgpe-d16: Use Enable/Disable for `power_on_after_fail`

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Sun Jan 15 18:55:27 CET 2017


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18145

-gerrit

commit 9d80e6e86220dc993fc846224806cc65b089c6ff
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Sun Jan 15 18:39:44 2017 +0100

    asus/kgpe-d16: Use Enable/Disable for `power_on_after_fail`
    
    The Asus KGPE-D16 is the only board, using *On*/*Off* over
    *Enable*/*Disable* for the option `power_on_after_fail`. So change that.
    
    Change-Id: Ibbd70daff9a5a732b60393966edf6976c46a80d4
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 src/mainboard/asus/kgpe-d16/cmos.default | 2 +-
 src/mainboard/asus/kgpe-d16/cmos.layout  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mainboard/asus/kgpe-d16/cmos.default b/src/mainboard/asus/kgpe-d16/cmos.default
index 481022c..9621a9a 100644
--- a/src/mainboard/asus/kgpe-d16/cmos.default
+++ b/src/mainboard/asus/kgpe-d16/cmos.default
@@ -27,5 +27,5 @@ ieee1394_controller = Enable
 gart = Enable
 ehci_async_data_cache = Enable
 experimental_memory_speed_boost = Disable
-power_on_after_fail = On
+power_on_after_fail = Enable
 boot_option = Fallback
diff --git a/src/mainboard/asus/kgpe-d16/cmos.layout b/src/mainboard/asus/kgpe-d16/cmos.layout
index 18c7a3f..f58c3b0 100644
--- a/src/mainboard/asus/kgpe-d16/cmos.layout
+++ b/src/mainboard/asus/kgpe-d16/cmos.layout
@@ -32,7 +32,7 @@ entries
 440          4       e       9        slow_cpu
 444          1       e       1        nmi
 445          1       e       1        gart
-446          2       e       3        power_on_after_fail
+446          2       e       1        power_on_after_fail
 456          1       e       1        ECC_memory
 457          1       e       1        ECC_redirection
 458          4       e       11       hypertransport_speed_limit



More information about the coreboot-gerrit mailing list