Via C3 datasheets don't make any mention of microcode updates, and the
C7 bios programmer's guide explicitly states they're not necessary, and leaves it at that. Even if they are possible and exist, we don't have any info on it, nor any updates, so drop these unneeded references. Signed-off-by: Corey Osgood <corey.osgood@gmail.com> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3048 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
c02d8d88dc
commit
aeea7c1438
|
@ -5,5 +5,4 @@ dir /cpu/x86/mmx
|
||||||
dir /cpu/x86/sse
|
dir /cpu/x86/sse
|
||||||
dir /cpu/x86/lapic
|
dir /cpu/x86/lapic
|
||||||
dir /cpu/x86/cache
|
dir /cpu/x86/cache
|
||||||
dir /cpu/intel/microcode
|
|
||||||
driver model_centaur_init.o
|
driver model_centaur_init.o
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
#include <cpu/x86/mtrr.h>
|
#include <cpu/x86/mtrr.h>
|
||||||
#include <cpu/x86/msr.h>
|
#include <cpu/x86/msr.h>
|
||||||
#include <cpu/x86/lapic.h>
|
#include <cpu/x86/lapic.h>
|
||||||
#include <cpu/intel/microcode.h>
|
|
||||||
#include <cpu/x86/cache.h>
|
#include <cpu/x86/cache.h>
|
||||||
#include <cpu/x86/mtrr.h>
|
#include <cpu/x86/mtrr.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue