add back in missing line
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2258 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
55e10fe3a4
commit
61083dad0f
|
@ -94,6 +94,9 @@ static void sdram_set_spd_registers(const struct mem_controller *ctrl)
|
||||||
print_debug_hex32(msr.hi);
|
print_debug_hex32(msr.hi);
|
||||||
print_debug("\r\n");
|
print_debug("\r\n");
|
||||||
|
|
||||||
|
|
||||||
|
/* this is a standard value, DOES NOT PROBABLY MATCH FROM ABOVE */
|
||||||
|
/* well, it may be close. It's about 200,000 ticks */
|
||||||
msr.lo = 0x00003000;
|
msr.lo = 0x00003000;
|
||||||
wrmsr(MC_CF07_DATA, msr);
|
wrmsr(MC_CF07_DATA, msr);
|
||||||
|
|
||||||
|
@ -103,6 +106,7 @@ static void sdram_set_spd_registers(const struct mem_controller *ctrl)
|
||||||
|
|
||||||
/* per standard bios settings */
|
/* per standard bios settings */
|
||||||
|
|
||||||
|
msr.hi = 0x18000108;
|
||||||
msr.lo =
|
msr.lo =
|
||||||
(6<<28) | // cas_lat
|
(6<<28) | // cas_lat
|
||||||
(10<<24)| // ref2act
|
(10<<24)| // ref2act
|
||||||
|
|
Loading…
Reference in New Issue