2004-01-13 22:59:17 +01:00
|
|
|
# Config file for the Total Impact briQ
|
|
|
|
# This will make a target directory of ./briq
|
|
|
|
|
|
|
|
target briq
|
2005-08-29 11:54:25 +02:00
|
|
|
|
|
|
|
mainboard totalimpact/briq
|
2004-01-13 22:59:17 +01:00
|
|
|
|
|
|
|
## Use stage 1 initialization code
|
|
|
|
option CONFIG_USE_INIT=1
|
|
|
|
|
|
|
|
## We don't use compressed image
|
|
|
|
option CONFIG_COMPRESS=0
|
|
|
|
|
|
|
|
## Turn off POST codes
|
|
|
|
option NO_POST=1
|
|
|
|
|
|
|
|
## Enable serial console
|
|
|
|
option DEFAULT_CONSOLE_LOGLEVEL=8
|
|
|
|
option CONFIG_CONSOLE_SERIAL8250=1
|
|
|
|
|
|
|
|
## Boot linux from IDE
|
2006-12-15 13:56:28 +01:00
|
|
|
option CONFIG_IDE_PAYLOAD=1
|
2004-01-13 22:59:17 +01:00
|
|
|
option IDE_BOOT_DRIVE=0
|
|
|
|
option IDE_SWAB=1
|
|
|
|
option IDE_OFFSET=0
|
|
|
|
|
|
|
|
# ROM is 1Mb
|
2006-09-06 18:42:51 +02:00
|
|
|
option ROM_SIZE=1024*1024
|
2004-01-13 22:59:17 +01:00
|
|
|
|
|
|
|
# Set stack and heap sizes (stage 2)
|
|
|
|
option STACK_SIZE=0x10000
|
|
|
|
option HEAP_SIZE=0x10000
|
|
|
|
|
|
|
|
# Sandpoint Demo Board
|
|
|
|
romimage "normal"
|
|
|
|
## Base of ROM
|
|
|
|
option _ROMBASE=0xfff00000
|
|
|
|
|
|
|
|
## Sandpoint reset vector
|
|
|
|
option _RESET=_ROMBASE+0x100
|
|
|
|
|
|
|
|
## Exception vectors (other than reset vector)
|
|
|
|
option _EXCEPTION_VECTORS=_RESET+0x100
|
|
|
|
|
|
|
|
## Start of linuxBIOS in the boot rom
|
|
|
|
## = _RESET + exeception vector table size
|
|
|
|
option _ROMSTART=_RESET+0x3100
|
|
|
|
|
|
|
|
## LinuxBIOS C code runs at this location in RAM
|
|
|
|
option _RAMBASE=0x00100000
|
|
|
|
option _RAMSTART=0x00100000
|
|
|
|
|
|
|
|
option CONFIG_BRIQ_750FX=1
|
|
|
|
#option CONFIG_BRIQ_7400=1
|
|
|
|
|
|
|
|
end
|
|
|
|
|
|
|
|
buildrom ./linuxbios.rom ROM_SIZE "normal"
|