From f333ba09580c00a6f27e3ee0796431f5df936ecf Mon Sep 17 00:00:00 2001 From: Edwin Beasant Date: Thu, 10 Jun 2010 15:24:57 +0000 Subject: This commit updates the Geode LX GLCP delay control setup from the v2 way to the v3 way. This resolves problems with terminated DRAM modules. Signed-off-by: Edwin Beasant Acked-by: Roland G. Minnich git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5629 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/include/cpu/x86/msr.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/include/cpu/x86/msr.h') diff --git a/src/include/cpu/x86/msr.h b/src/include/cpu/x86/msr.h index daa7e18422..a201ef42f2 100644 --- a/src/include/cpu/x86/msr.h +++ b/src/include/cpu/x86/msr.h @@ -23,6 +23,12 @@ typedef struct msr_struct unsigned hi; } msr_t; +typedef struct msrinit_struct +{ + unsigned index; + msr_t msr; +} msrinit_t; + static inline msr_t rdmsr(unsigned index) { msr_t result; -- cgit v1.2.3