diff options
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/amd/rumba/auto.c | 11 | ||||
-rw-r--r-- | src/mainboard/dell/s1850/Config.lb | 2 |
2 files changed, 11 insertions, 2 deletions
diff --git a/src/mainboard/amd/rumba/auto.c b/src/mainboard/amd/rumba/auto.c index 82776281e5..160fddc72f 100644 --- a/src/mainboard/amd/rumba/auto.c +++ b/src/mainboard/amd/rumba/auto.c @@ -25,7 +25,16 @@ static void msr_init(void) { __builtin_wrmsr(0x1808, 0x10f3bf00, 0x22fffc02); - +/* Ollie: here are some registers I think you should also set. */ +#if 0 + /* FIX THIS FOR RUMBA -- this is LIPPERT SETTING */ + __builtin_wrmsr(0x10000018, 0, 0x10076013); + __builtin_wrmsr(0x10000019, 0x696332a3, 0x18000008); + __builtin_wrmsr(0x1000001a, 0x101, 0); + __builtin_wrmsr(0x1000001c, 0xff00ff, 0); + __builtin_wrmsr(0x1000001d, 0x300, 0); + __builtin_wrmsr(0x1000001f, 0, 0); +#endif __builtin_wrmsr(0x10000020, 0xfff80, 0x20000000); __builtin_wrmsr(0x10000021, 0x80fffe0, 0x20000000); __builtin_wrmsr(0x10000026, 0x400fffc0, 0x2cfbc040); diff --git a/src/mainboard/dell/s1850/Config.lb b/src/mainboard/dell/s1850/Config.lb index 57e6b0a1f7..407dedd9dc 100644 --- a/src/mainboard/dell/s1850/Config.lb +++ b/src/mainboard/dell/s1850/Config.lb @@ -147,7 +147,7 @@ chip northbridge/intel/E7520 # mch # -> ISA device pci 1f.0 on - chip superio/NSC/pc8734 + chip superio/NSC/pc8374 device pnp 2e.0 off end device pnp 2e.1 off end device pnp 2e.2 off end |