- Updates to config.g so that it works more reliably and has initial support
authorEric Biederman <ebiederm@xmission.com>
Mon, 1 Sep 2003 23:17:58 +0000 (23:17 +0000)
committerEric Biederman <ebiederm@xmission.com>
Mon, 1 Sep 2003 23:17:58 +0000 (23:17 +0000)
commit9bdb460a97e87b11167ef22ec2fb737ecb95aa41
treeec82f54e42f3d031d151a9724cec733801543d87
parent0e97fe39048fb9ed22f12dfc9d197de2f0b35631
- Updates to config.g so that it works more reliably and has initial support
  for paths
- Renamed some configuration variables
  SMP -> CONFIG_SMP
  MAX_CPUS -> CONFIG_MAX_CPUS
  MAX_PHYSICAL_CPUS -> CONFIG_MAX_PHYSICAL_CPUS
- Removed some dead configuration variables
MAX_CPUS -> CONFIG_MAX_CPUS
MAX_PHYSICAL_CPUS -> CONFIG_MAX_PHYSICAL_CPUS
SMP -> CONFIG_SMP
FINAL_MAINBOARD_FIXUP
SIO_BASE
SIO_SYSTEM_CLK_INPUT
NO_KEYBOARD
USE_NORMAL_IMAGE
SERIAL_CONSOLE
USE_ELF_BOOT
ENABLE_FIXED_AND_VARIABLE_MTRRS
START_CPU_SEG
DISABLE_WATCHDOG
ENABLE_IOMMU
AMD8111_DEV

- Removed some assembly files that are no longer needed
killed src/southbridge/amd/amd8111/smbus.inc
killed src/southbrideg/amd/amd8111/cmos_boot_failover.inc
killed src/ram/ramtest.inc
- Updates to config.g so that it works more reliably and has initial support
  for paths
- Renamed some configuration variables
  SMP -> CONFIG_SMP
  MAX_CPUS -> CONFIG_MAX_CPUS
  MAX_PHYSICAL_CPUS -> CONFIG_MAX_PHYSICAL_CPUS
- Removed some dead configuration variables
MAX_CPUS -> CONFIG_MAX_CPUS
MAX_PHYSICAL_CPUS -> CONFIG_MAX_PHYSICAL_CPUS
SMP -> CONFIG_SMP
FINAL_MAINBOARD_FIXUP
SIO_BASE
SIO_SYSTEM_CLK_INPUT
NO_KEYBOARD
USE_NORMAL_IMAGE
SERIAL_CONSOLE
USE_ELF_BOOT
ENABLE_FIXED_AND_VARIABLE_MTRRS
START_CPU_SEG
DISABLE_WATCHDOG
ENABLE_IOMMU
AMD8111_DEV

- Removed some assembly files that are no longer needed
killed src/southbridge/amd/amd8111/smbus.inc
killed src/southbrideg/amd/amd8111/cmos_boot_failover.inc
killed src/ram/ramtest.inc
killed src/sdram/generic_dump_spd.inc
killed src/sdram/generic_dump_spd.inc

- Updated the arima/hdama to build with the new configuration system
- Updated config.g to list all of the variables with make echo

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1093 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
38 files changed:
NEWS
documentation/RFC/config.tex
src/arch/i386/boot/tables.c
src/arch/i386/include/arch/smp/mpspec.h
src/arch/i386/lib/c_start.S
src/arch/i386/smp/mpspec.c
src/arch/i386/smp/secondary.S
src/arch/i386/smp/start_stop.c
src/boot/hardwaremain.c
src/config/Options.lb
src/config/linuxbios_c.ld
src/include/device/device.h
src/mainboard/amd/quartet/Config.lb
src/mainboard/amd/quartet/auto.c
src/mainboard/amd/quartet/mainboard.c
src/mainboard/amd/solo/Config.lb
src/mainboard/amd/solo/mainboard.c
src/mainboard/arima/hdama/Config.lb
src/mainboard/arima/hdama/auto.c
src/mainboard/arima/hdama/mainboard.c
src/mainboard/newisys/khepri/Config.lb
src/mainboard/newisys/khepri/auto.c
src/mainboard/newisys/khepri/mainboard.c
src/mainboard/tyan/s2880/Config.lb
src/mainboard/tyan/s2880/mainboard.c
src/mainboard/tyan/s2882/Config.lb
src/mainboard/tyan/s2882/mainboard.c
src/mainboard/tyan/s2885/Config.lb
src/mainboard/tyan/s2885/mainboard.c
src/northbridge/amd/amdk8/coherent_ht.c
src/northbridge/amd/amdk8/raminit.c
targets/arima/hdama/Config.lb
targets/embeddedplanet/ep405pc/Config.lb
targets/motorola/sandpoint/Config.lb
targets/tyan/s2880/Config.lb
targets/tyan/s2882/Config.lb
targets/tyan/s2885/Config.lb
util/newconfig/config.g