a few new items and mods for ollie
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2189 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -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);
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user