diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2006-03-01 16:11:05 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2006-03-01 16:11:05 +0000 |
commit | 74f36096ae487d947d6d98c185952bfb95605249 (patch) | |
tree | 6f3721d673ac4207a8becade070706b227c5d3c2 /src/mainboard | |
parent | c0fe3190c49aca5339ee37e32c4dfd3e3e824dd0 (diff) |
a few new items and mods for ollie
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2189 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
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 |