Vladimir Serbinenko (phcoder@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4798
-gerrit
commit 970a6d1650a567bfbd30eb4366d342883d6e3d46 Author: Vladimir Serbinenko phcoder@gmail.com Date: Sat Jan 25 00:17:59 2014 +0100
lenovo/t60: 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: Ic0c81e350b5521bfff27a88f82b5e0bd67224afe Signed-off-by: Vladimir Serbinenko phcoder@gmail.com --- src/mainboard/lenovo/t60/cmos.layout | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-)
diff --git a/src/mainboard/lenovo/t60/cmos.layout b/src/mainboard/lenovo/t60/cmos.layout index 68f8f81..70f7e4b 100644 --- a/src/mainboard/lenovo/t60/cmos.layout +++ b/src/mainboard/lenovo/t60/cmos.layout @@ -93,8 +93,24 @@ entries
# coreboot config options: bootloader 416 512 s 0 boot_devices -928 8 h 0 boot_default -#936 48 r 0 unused +928 8 h 0 boot_default + +# coreboot config options: EC +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 @@ -107,17 +123,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