[coreboot-gerrit] New patch to review for coreboot: f87d764 lenovo/x60: Move non-raminit config to checksummed area

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Sat Jan 25 00:01:32 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/4793

-gerrit

commit f87d764094eafbdeacf6c7174fe985514d3b1d5b
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Fri Jan 24 23:59:45 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: I6ae363579cedcfa3ada2085290ef3af02e4a882a
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/mainboard/lenovo/x60/cmos.layout | 26 ++++++++++++++------------
 1 file changed, 14 insertions(+), 12 deletions(-)

diff --git a/src/mainboard/lenovo/x60/cmos.layout b/src/mainboard/lenovo/x60/cmos.layout
index 469371e..3e7f705 100644
--- a/src/mainboard/lenovo/x60/cmos.layout
+++ b/src/mainboard/lenovo/x60/cmos.layout
@@ -94,7 +94,20 @@ entries
 928          8       h       0        boot_default
 936          1       e       8        cmos_defaults_loaded
 937          1       e       1        lpt
-#938         46       r       0        unused
+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         21       r       0        unused
 
 # coreboot config options: check sums
 984         16       h       0        check_sum
@@ -107,17 +120,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