coreboot-kgpe-d16/src/console
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
..
Config.lb Refactor copy_and_run so that it uses a single code base instead of 2009-04-30 07:07:22 +00:00
Kconfig Define some variables that were not defined. There are a couple left. 2009-10-26 15:14:07 +00:00
Makefile.inc re-order console output functions, add proper prototypes, 2009-10-24 13:06:04 +00:00
btext_console.c Rename almost all occurences of LinuxBIOS to coreboot. 2008-01-18 15:08:58 +00:00
console.c Revert deletion that snuck in to 4794. Sorry. 2009-10-16 20:15:06 +00:00
font-8x16.c
logbuf_console.c
printk.c re-order console output functions, add proper prototypes, 2009-10-24 13:06:04 +00:00
uart8250_console.c This patch unifies the use of config options in v2 to all start with CONFIG_ 2009-06-30 15:17:49 +00:00
usbdebug_direct_console.c Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE. 2009-10-16 16:32:57 +00:00
vga_console.c Implement native VGA Support. 2009-05-29 03:04:16 +00:00
vsprintf.c re-order console output functions, add proper prototypes, 2009-10-24 13:06:04 +00:00
vtxprintf.c re-order console output functions, add proper prototypes, 2009-10-24 13:06:04 +00:00