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

Arthur Heymans (arthur@aheymans.xyz) gerrit at coreboot.org
Sun Oct 16 23:13:54 CEST 2016


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 20bc8dc42a186ba8d8d7f3da42d8661df56a351c
Author: Arthur Heymans <arthur at aheymans.xyz>
Date:   Sun Oct 16 23:09:16 2016 +0200

    mb/lenovo/x60: Move EC CMOS parameters in checksummed space
    
    This allows for defaults to be applied to CMOS parameters
    when cmos checksum is incorrect.
    
    Change-Id: Ifec0093f4b0dbaa51b96812a041f0eaf5c58ee86
    Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
 src/mainboard/lenovo/x60/cmos.layout | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/src/mainboard/lenovo/x60/cmos.layout b/src/mainboard/lenovo/x60/cmos.layout
index 3e316c9..91fe4da 100644
--- a/src/mainboard/lenovo/x60/cmos.layout
+++ b/src/mainboard/lenovo/x60/cmos.layout
@@ -72,6 +72,17 @@ 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
+
 # coreboot config options: check sums
 984         16       h       0        check_sum
 #1000        24       r       0        amd_reserved
@@ -85,15 +96,6 @@ entries
 
 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