Define some variables that were not defined. There are a couple left.
authorMyles Watson <mylesgw@gmail.com>
Mon, 26 Oct 2009 15:14:07 +0000 (15:14 +0000)
committerMyles Watson <mylesgw@gmail.com>
Mon, 26 Oct 2009 15:14:07 +0000 (15:14 +0000)
commitd73c1b5bf1246855a4d4e847702214a3eeb6ab82
treebd0cbb31eeaad93213abef425135eeaea526a823
parent074356ec819be284fb1e8d18a68678b72c5282da
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
45 files changed:
src/Kconfig
src/config/Options.lb
src/console/Kconfig
src/cpu/amd/car/cache_as_ram.inc
src/cpu/amd/car/post_cache_as_ram.c
src/cpu/amd/model_10xxx/Kconfig
src/cpu/amd/model_10xxx/init_cpus.c
src/cpu/amd/model_fxx/Kconfig
src/cpu/amd/model_fxx/init_cpus.c
src/cpu/amd/socket_AM2r2/Config.lb
src/cpu/amd/socket_AM2r2/Kconfig
src/cpu/amd/socket_F_1207/Config.lb
src/cpu/amd/socket_F_1207/Kconfig
src/mainboard/amd/serengeti_cheetah/Kconfig
src/mainboard/amd/serengeti_cheetah_fam10/Kconfig
src/mainboard/amd/serengeti_cheetah_fam10/Options.lb
src/mainboard/amd/serengeti_cheetah_fam10/resourcemap.c
src/mainboard/asus/a8n_e/Kconfig
src/mainboard/digitallogic/adl855pc/Kconfig
src/mainboard/digitallogic/msm586seg/Kconfig
src/mainboard/gigabyte/ga_2761gxdk/Kconfig
src/mainboard/gigabyte/m57sli/Kconfig
src/mainboard/msi/ms7135/Kconfig
src/mainboard/msi/ms7260/Kconfig
src/mainboard/msi/ms9282/Kconfig
src/mainboard/nvidia/l1_2pvv/Kconfig
src/mainboard/supermicro/h8dme/Kconfig
src/mainboard/supermicro/h8dmr/Kconfig
src/mainboard/supermicro/h8dmr_fam10/Kconfig
src/mainboard/supermicro/h8dmr_fam10/Options.lb
src/mainboard/supermicro/h8dmr_fam10/resourcemap.c
src/mainboard/technexion/tim8690/Kconfig
src/mainboard/tyan/s1846/Kconfig
src/mainboard/tyan/s2880/Kconfig
src/mainboard/tyan/s2881/Kconfig
src/mainboard/tyan/s2882/Kconfig
src/mainboard/tyan/s2885/Kconfig
src/mainboard/tyan/s2891/Kconfig
src/mainboard/tyan/s2892/Kconfig
src/mainboard/tyan/s2895/Kconfig
src/mainboard/tyan/s2912/Kconfig
src/mainboard/tyan/s2912_fam10/Kconfig
src/mainboard/tyan/s2912_fam10/Options.lb
src/northbridge/amd/amdfam10/Kconfig
src/northbridge/amd/amdk8/Kconfig