updates from YhLu, plus fixes for PPC/K8 issues.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1059 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
b265254e1c
commit
57ffeb0578
13 changed files with 79 additions and 38 deletions
|
|
@ -1,13 +1,13 @@
|
|||
#include <console/console.h>
|
||||
#include <cpu/p5/cpuid.h>
|
||||
#ifdef i586
|
||||
#if i586==1
|
||||
#include <cpu/p6/msr.h>
|
||||
#endif
|
||||
|
||||
|
||||
int mtrr_check(void)
|
||||
{
|
||||
#ifdef i686
|
||||
#if i686==1
|
||||
/* Only Pentium Pro and later have MTRR */
|
||||
msr_t msr;
|
||||
printk_debug("\nMTRR check\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue