update target config file
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1998 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
ce8cba4d04
commit
1000159ee5
|
@ -1,102 +1,31 @@
|
||||||
# Sample config file for Technologic Systems TS5300
|
# Sample config file for Technologic Systems TS5300
|
||||||
# This will make a target directory of ./ts5300
|
# This will make a target directory of ./ts5300
|
||||||
|
|
||||||
loadoptions
|
|
||||||
|
|
||||||
target ts5300
|
target ts5300
|
||||||
|
mainboard technologic/ts5300
|
||||||
|
|
||||||
uses ARCH
|
option DEFAULT_CONSOLE_LOGLEVEL=10
|
||||||
uses CONFIG_COMPRESS
|
option MAXIMUM_CONSOLE_LOGLEVEL=10
|
||||||
uses CONFIG_IOAPIC
|
option CONFIG_COMPRESS=1
|
||||||
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 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 TTYS0_BAUD
|
|
||||||
|
|
||||||
option TTYS0_BAUD=115200
|
#romimage "normal"
|
||||||
|
# option USE_FALLBACK_IMAGE=0
|
||||||
option CONFIG_CHIP_CONFIGURE=1
|
# option ROM_IMAGE_SIZE=0x10000
|
||||||
|
# option LINUXBIOS_EXTRA_VERSION=".0Normal"
|
||||||
option MAXIMUM_CONSOLE_LOGLEVEL=7
|
# payload /etc/hosts
|
||||||
option DEFAULT_CONSOLE_LOGLEVEL=7
|
#end
|
||||||
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 ROM_SIZE=256*1024
|
|
||||||
|
|
||||||
option HAVE_OPTION_TABLE=1
|
|
||||||
option CONFIG_ROM_STREAM=1
|
|
||||||
option HAVE_FALLBACK_BOOT=1
|
|
||||||
|
|
||||||
###
|
|
||||||
### Compute the location and size of where this firmware image
|
|
||||||
### (linuxBIOS plus bootloader) will live in the boot rom chip.
|
|
||||||
###
|
|
||||||
option FALLBACK_SIZE=131072
|
|
||||||
|
|
||||||
## LinuxBIOS C code runs at this location in RAM
|
|
||||||
option _RAMBASE=0x00004000
|
|
||||||
|
|
||||||
#
|
|
||||||
###
|
|
||||||
### Compute the start location and size size of
|
|
||||||
### The linuxBIOS bootloader.
|
|
||||||
###
|
|
||||||
|
|
||||||
#
|
|
||||||
romimage "normal"
|
|
||||||
option USE_FALLBACK_IMAGE=0
|
|
||||||
option ROM_IMAGE_SIZE=0x10000
|
|
||||||
option LINUXBIOS_EXTRA_VERSION=".0-Normal"
|
|
||||||
mainboard technologic/ts5300
|
|
||||||
payload ../../../../../filo.elf
|
|
||||||
end
|
|
||||||
|
|
||||||
romimage "fallback"
|
romimage "fallback"
|
||||||
|
# option FALLBACK_SIZE = 512 * 1024
|
||||||
|
# option ROM_SIZE=512*1024
|
||||||
|
# option ROM_SECTION_SIZE=512*1024
|
||||||
option USE_FALLBACK_IMAGE=1
|
option USE_FALLBACK_IMAGE=1
|
||||||
option ROM_IMAGE_SIZE=0x10000
|
option ROM_IMAGE_SIZE=32 * 1024 # 0x8000
|
||||||
option LINUXBIOS_EXTRA_VERSION=".0-Fallback"
|
# option ROM_IMAGE_SIZE=64 * 1024 # 0x10000
|
||||||
mainboard technologic/ts5300
|
# option ROM_IMAGE_SIZE=512 * 1024 # 0x10000
|
||||||
payload ../../../../../filo.elf
|
option LINUXBIOS_EXTRA_VERSION=".0Fallback"
|
||||||
|
payload ../../filo.elf
|
||||||
|
# payload ../../eepro100--ide_disk.zelf
|
||||||
end
|
end
|
||||||
|
|
||||||
buildrom ./linuxbios.rom ROM_SIZE "normal" "fallback"
|
buildrom ./linuxbios.rom ROM_SIZE "fallback"
|
||||||
|
|
Loading…
Reference in New Issue