coreboot-kgpe-d16/src/cpu
Myles Watson d73c1b5bf1 Define some variables that were not defined. There are a couple left.
Do kbuildall then grep not.defined kbuildall.results/*
The interesting ones were GENERATE_*  I had to put them in twice to make it work
correctly: once outside the menu setting the defaults, and once inside the menu.
Now they show up when they should, and are always defined

Define HAVE_INIT_TIMER to only exclude the three boards that define it to be 0
in newconfig.
Define MEM_TRAIN_SEQ to be an integer and set it correctly.
Remove CAR_FAM10 and just depend on NORTHBRIDGE_AMD_AMDFAM10
MOVNTI is a performance enhancement, and should default to 0 so it doesn't break
boards that forget to define it.

Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4856 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2009-10-26 15:14:07 +00:00
..
amd Define some variables that were not defined. There are a couple left. 2009-10-26 15:14:07 +00:00
emulation Change QEMU CPU Makefile.inc files to match other CPUs. 2009-10-24 19:07:05 +00:00
intel Some ACPI implementations don't like to see full paths within a scope for 2009-10-24 18:36:51 +00:00
via White space and comment fixes for cache_as_ram.inc files so it's easier to spot 2009-10-23 18:22:27 +00:00
x86 hook up missing x86 SMM into Makefile 2009-10-24 18:47:43 +00:00
Kconfig Fix kconfig build error due to "source"ing a non-existant file (trivial). 2009-10-24 22:42:53 +00:00
Makefile.inc hook up missing x86 SMM into Makefile 2009-10-24 18:47:43 +00:00