From 5ee2bbb90cdc079e3e598c1f20237a32eed43e04 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Tue, 25 Apr 2006 04:07:44 +0000 Subject: fix the msr.lo for olpc 0x20000019 git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2275 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/olpc/rev_a/auto.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mainboard/olpc') diff --git a/src/mainboard/olpc/rev_a/auto.c b/src/mainboard/olpc/rev_a/auto.c index 249df48814..06c235bf66 100644 --- a/src/mainboard/olpc/rev_a/auto.c +++ b/src/mainboard/olpc/rev_a/auto.c @@ -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); -- cgit v1.2.3