fix the msr.lo for olpc 0x20000019
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2275 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@ -117,6 +117,10 @@ static void sdram_set_spd_registers(const struct mem_controller *ctrl)
|
||||
(2<<6)| // dplwr
|
||||
(2<<4)| // dplrd
|
||||
(3); // dal
|
||||
/* the msr value reported by quanta is very, very different.
|
||||
* we will go with that value for now.
|
||||
*/
|
||||
msr.lo = 0x286332a3;
|
||||
|
||||
wrmsr(0x20000019, msr);
|
||||
|
||||
|
Reference in New Issue
Block a user