[coreboot-gerrit] Patch set updated for coreboot: bde5605 lenovo/x60: Move non-raminit config to checksummed area

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Sat Jan 25 15:22:39 CET 2014


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4794

-gerrit

commit bde56055cae765a981c3389135ea7c48826aa645
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Sat Jan 25 04:03:35 2014 +0100

    lenovo/x60: Move non-raminit config to checksummed area
    
    Some non-raminit config was erroneously put to non-checksummed
    non-restored area. Put it to right place.
    
    Change-Id: If907bd771a37cb7b7310e3a8533e409b8c42b4fe
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/mainboard/lenovo/x60/cmos.layout | 33 ++++++++++++++++++---------------
 1 file changed, 18 insertions(+), 15 deletions(-)

diff --git a/src/mainboard/lenovo/x60/cmos.layout b/src/mainboard/lenovo/x60/cmos.layout
index c0cb680..0d6060f 100644
--- a/src/mainboard/lenovo/x60/cmos.layout
+++ b/src/mainboard/lenovo/x60/cmos.layout
@@ -93,10 +93,24 @@ entries
 
 # coreboot config options: bootloader
 416        512       s       0        boot_devices
-928          8       h       0        boot_default
-936          1       e       8        cmos_defaults_loaded
-937          1       e       1        lpt
-#938         46       r       0        unused
+928         8       h       0        boot_default
+936         1       e       8        cmos_defaults_loaded
+937         1       e       1        lpt
+938         1       e       9        first_battery
+939         1       e       1        bluetooth
+940         1       e       1        wwan
+941         1       e       1        wlan
+942         1       e       1        trackpoint
+943         1       e       1        fn_ctrl_swap
+
+944         8       h       0        volume
+952         8       h       0        tft_brightness
+960         1       e       1        power_management_beeps
+961         1       e       1        low_battery_beep
+962         1       e       1        sticky_fn
+963         1       e       1        touchpad
+
+#964         20       r       0        unused
 
 # coreboot config options: check sums
 984         16       h       0        check_sum
@@ -109,17 +123,6 @@ entries
 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