[coreboot-gerrit] Patch set updated for coreboot: mb/lenovo/x60, t60: Move EC CMOS parameters in checksummed space

Arthur Heymans (arthur@aheymans.xyz) gerrit at coreboot.org
Thu Jan 19 10:17:45 CET 2017


Arthur Heymans (arthur at aheymans.xyz) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17041

-gerrit

commit b21996281578afe888683445dba554b2ffafd515
Author: Arthur Heymans <arthur at aheymans.xyz>
Date:   Sun Oct 16 23:09:16 2016 +0200

    mb/lenovo/x60,t60: Move EC CMOS parameters in checksummed space
    
    This allows for defaults to be applied to CMOS parameters
    when cmos checksum is incorrect.
    
    This probably resutlts in changed cmos settings for current users of
    these targets.
    
    Change-Id: Ifec0093f4b0dbaa51b96812a041f0eaf5c58ee86
    Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
 src/mainboard/lenovo/t60/cmos.layout | 24 +++++++++++++-----------
 src/mainboard/lenovo/x60/cmos.layout | 25 +++++++++++++------------
 2 files changed, 26 insertions(+), 23 deletions(-)

diff --git a/src/mainboard/lenovo/t60/cmos.layout b/src/mainboard/lenovo/t60/cmos.layout
index 2cd4e7b..63d1bab 100644
--- a/src/mainboard/lenovo/t60/cmos.layout
+++ b/src/mainboard/lenovo/t60/cmos.layout
@@ -72,6 +72,19 @@ entries
 944          1       e       2        hyper_threading
 #945         7       r       0        unused
 
+# coreboot config options: ec
+952         1       e       1        touchpad
+953         1       e       1        bluetooth
+954         1       e       1        wwan
+955         1       e       1        wlan
+956         8       h       0        volume
+964         1       e       9        first_battery
+965         1       e       1        trackpoint
+966         1       e       1        fn_ctrl_swap
+967         1       e       1        sticky_fn
+968         1       e       1        power_management_beeps
+969         1       e       1        low_battery_beep
+
 # coreboot config options: check sums
 984         16       h       0        check_sum
 #1000        24       r       0        amd_reserved
@@ -83,17 +96,6 @@ entries
 1048         4       r       0        C0DRT1
 1052         4       r       0        C1DRT1
 
-1060         1       e       1        touchpad
-1061         1       e       1        bluetooth
-1062         1       e       1        wwan
-1063         1       e       1        wlan
-1064         8       h       0        volume
-1072         1       e       9        first_battery
-1073         1       e       1        trackpoint
-1074         1       e       1        fn_ctrl_swap
-1075         1       e       1        sticky_fn
-1076         1       e       1        power_management_beeps
-1077         1       e       1        low_battery_beep
 # -----------------------------------------------------------------
 
 enumerations
diff --git a/src/mainboard/lenovo/x60/cmos.layout b/src/mainboard/lenovo/x60/cmos.layout
index 3e316c9..234fdf5 100644
--- a/src/mainboard/lenovo/x60/cmos.layout
+++ b/src/mainboard/lenovo/x60/cmos.layout
@@ -72,6 +72,19 @@ entries
 944          1       e       2        hyper_threading
 #945         7       r       0        unused
 
+# coreboot config options: ec
+946         1       e       9        first_battery
+947         1       e       1        bluetooth
+948         1       e       1        wwan
+949         1       e       1        wlan
+950         1       e       1        trackpoint
+951         1       e       1        fn_ctrl_swap
+952         1       e       1        sticky_fn
+953         1       e       1        power_management_beeps
+954         1       e       1        low_battery_beep
+955         8       h       0        volume
+963         8       h       0        tft_brightness
+
 # coreboot config options: check sums
 984         16       h       0        check_sum
 #1000        24       r       0        amd_reserved
@@ -82,18 +95,6 @@ entries
 1040         8       r       0        RCVENMT
 1048         4       r       0        C0DRT1
 1052         4       r       0        C1DRT1
-
-1064         8       h       0        volume
-1072         8       h       0        tft_brightness
-1080         1       e       9        first_battery
-1081         1       e       1        bluetooth
-1082         1       e       1        wwan
-1083         1       e       1        wlan
-1084         1       e       1        trackpoint
-1085         1       e       1        fn_ctrl_swap
-1086         1       e       1        sticky_fn
-1087         1       e       1        power_management_beeps
-1088         1       e       1        low_battery_beep
 # -----------------------------------------------------------------
 
 enumerations



More information about the coreboot-gerrit mailing list