changes for the lx and artecgroup mobo

Signed-off-by: Indrek Kruusa
Approved-by: Ronald G. Minnich


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2412 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Indrek Kruusa
2006-09-13 21:59:09 +00:00
committed by Ronald G. Minnich
parent 5c16ebde91
commit 7d9441276f
12 changed files with 608 additions and 483 deletions

View File

@@ -349,9 +349,10 @@ void disablememoryreadorder(void)
void
cpubug(void)
{
#if 0 //GX3: any CPU bugs to fix here? :)
msr_t msr;
int rev;
#if 0 //GX3
msr = rdmsr(GLCP_CHIP_REVID);
rev = msr.lo & 0xff;