Sven Schnelle ([email protected]) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/92
-gerrit commit 45a424419a5647d5016b1462255b1241988d36df Author: Sven Schnelle <[email protected]> Date: Mon Jul 11 14:58:48 2011 +0200 T60: dont use X60 USB init flag ec byte 0x03, bit 2 seems to be only used on the X60s for USB switch initialization. Don't touch it on T60. Change-Id: Icb89a514757a0e06ccea200fde62a778fa8c268e Signed-off-by: Sven Schnelle <[email protected]> --- src/mainboard/lenovo/t60/devicetree.cb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mainboard/lenovo/t60/devicetree.cb b/src/mainboard/lenovo/t60/devicetree.cb index 3615e59..27ce46c 100644 --- a/src/mainboard/lenovo/t60/devicetree.cb +++ b/src/mainboard/lenovo/t60/devicetree.cb @@ -121,7 +121,7 @@ chip northbridge/intel/i945 register "config0" = "0xa6" register "config1" = "0x05" register "config2" = "0xa0" - register "config3" = "0x05" + register "config3" = "0x01" register "beepmask0" = "0xfe" register "beepmask1" = "0x96" -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

