diff options
author | Jonathan McDowell <noodles@earth.li> | 2005-08-29 09:54:25 +0000 |
---|---|---|
committer | Jonathan McDowell <noodles@earth.li> | 2005-08-29 09:54:25 +0000 |
commit | ded1368b1aceb47e7d51dc129586e030865626e5 (patch) | |
tree | 6652c7a8b01da0c6ecb7546f0ad37dcbcdf6dfce /targets/newisys | |
parent | e251c42197225d3783699343e0805c425aeae8e9 (diff) |
Crude fixup of config files currently non parsable by buildtarget.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2010 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/newisys')
-rw-r--r-- | targets/newisys/khepri/Config.lb | 67 |
1 files changed, 4 insertions, 63 deletions
diff --git a/targets/newisys/khepri/Config.lb b/targets/newisys/khepri/Config.lb index bbc45c4741..c8d2949406 100644 --- a/targets/newisys/khepri/Config.lb +++ b/targets/newisys/khepri/Config.lb @@ -2,77 +2,20 @@ # Sample config file for Newisys Khepri systems # -loadoptions - # Target directory for khepri build target khepri - -# list of all used variables: -uses ARCH -uses CONFIG_COMPRESS -uses CONFIG_IOAPIC -uses CONFIG_ROM_STREAM -uses CONFIG_ROM_STREAM_START -uses CONFIG_UDELAY_TSC -uses CPU_FIXUP -uses FALLBACK_SIZE -uses HAVE_FALLBACK_BOOT -uses HAVE_MP_TABLE -uses HAVE_PIRQ_TABLE -uses HAVE_HARD_RESET -uses i586 -uses i686 -uses INTEL_PPRO_MTRR -uses HEAP_SIZE -uses IRQ_SLOT_COUNT -uses k7 -uses k8 -uses MAINBOARD_PART_NUMBER -uses MAINBOARD_VENDOR -uses CONFIG_SMP -uses CONFIG_MAX_CPUS -uses MEMORY_HOLE -uses PAYLOAD_SIZE -uses _RAMBASE -uses _ROMBASE -uses ROM_IMAGE_SIZE -uses ROM_SECTION_OFFSET -uses ROM_SECTION_SIZE -uses ROM_SIZE -uses STACK_SIZE -uses USE_FALLBACK_IMAGE -uses USE_OPTION_TABLE -uses HAVE_OPTION_TABLE -uses MAXIMUM_CONSOLE_LOGLEVEL -uses DEFAULT_CONSOLE_LOGLEVEL -uses CONFIG_CONSOLE_SERIAL8250 -uses MAINBOARD -uses CONFIG_CHIP_CONFIGURE -uses XIP_ROM_SIZE -uses XIP_ROM_BASE -uses LINUXBIOS_EXTRA_VERSION -uses CC + +mainboard newisys/khepri # set target C compiler to 32bit gcc. option CC="gcc -m32" # Configuration options. -option CONFIG_CHIP_CONFIGURE=1 - option MAXIMUM_CONSOLE_LOGLEVEL=8 option DEFAULT_CONSOLE_LOGLEVEL=8 option CONFIG_CONSOLE_SERIAL8250=1 -option CPU_FIXUP=1 -option CONFIG_UDELAY_TSC=0 -option i686=1 -option i586=1 -option INTEL_PPRO_MTRR=1 -option k7=1 -option k8=1 - - # Size of the image. Khepri comes with 512k per default. option ROM_SIZE=524288 @@ -89,16 +32,14 @@ romimage "normal" option USE_FALLBACK_IMAGE=0 option ROM_IMAGE_SIZE=0x10000 option LINUXBIOS_EXTRA_VERSION="-Khepri-Normal" - mainboard newisys/khepri - payload /usr/share/LinuxBIOS/tg3--ide_disk.zelf + payload ../../../payloads/tg3--ide_disk.zelf end romimage "fallback" option USE_FALLBACK_IMAGE=1 option ROM_IMAGE_SIZE=0x10000 option LINUXBIOS_EXTRA_VERSION="-Khepri-Fallback" - mainboard newisys/khepri - payload /usr/share/LinuxBIOS/tg3--ide_disk.zelf + payload ../../../payloads/tg3--ide_disk.zelf end buildrom ./khepri.rom ROM_SIZE "normal" "fallback" |