2005-10-19 20:07:22 +02:00
|
|
|
# Config file for the Momentum Apache dual 970 board
|
|
|
|
# This will make a target directory of ./apache
|
|
|
|
|
|
|
|
target apache
|
|
|
|
|
|
|
|
mainboard momentum/apache
|
|
|
|
|
|
|
|
# Apache Demo Board
|
|
|
|
romimage "normal"
|
|
|
|
## Base of ROM
|
|
|
|
option _ROMBASE=0xfff00000
|
|
|
|
|
|
|
|
## Apache reset vector
|
|
|
|
option _RESET=_ROMBASE+0x100
|
|
|
|
|
|
|
|
## Exception vectors (other than reset vector)
|
|
|
|
option _EXCEPTION_VECTORS=_RESET+0x100
|
|
|
|
|
2008-01-18 16:08:58 +01:00
|
|
|
## Start of coreboot in the boot rom
|
2005-10-19 20:07:22 +02:00
|
|
|
## = _RESET + exeception vector table size
|
|
|
|
option _ROMSTART=_RESET+0x3100
|
|
|
|
|
2008-01-18 16:08:58 +01:00
|
|
|
## Coreboot C code runs at this location in RAM
|
2005-10-19 20:07:22 +02:00
|
|
|
option _RAMBASE=0x00100000
|
|
|
|
option _RAMSTART=0x00100000
|
|
|
|
end
|
|
|
|
|
2008-01-18 16:08:58 +01:00
|
|
|
buildrom ./coreboot.rom ROM_SIZE "normal"
|