[coreboot-gerrit] Patch set updated for coreboot: asus/kgpe-d16: Use Enable/Disable for `power_on_after_fail`

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Mon Jan 16 22:53:39 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 e2eb5fd9e370dae05a569b03960c4569127945da
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`, which most
    other boards with three options do. So adapt that scheme, to unify the
    tree.
    
    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  | 8 ++++----
 2 files changed, 5 insertions(+), 5 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..aa1c841 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
@@ -66,9 +66,6 @@ enumerations
 1     1     Enable
 2     0     Enable
 2     1     Disable
-3     0     Off
-3     1     On
-3     2     Last
 4     0     Fallback
 4     1     Normal
 5     0     115200
@@ -88,6 +85,9 @@ enumerations
 6     6     Information
 6     7     Debug
 6     8     Spew
+7     0     Disable
+7     1     Enable
+7     2     Keep
 8     0     DDR3-1866
 8     1     DDR3-1600
 8     2     DDR3-1333



More information about the coreboot-gerrit mailing list