diff options
author | Greg Watson <gwatson@lanl.gov> | 2005-10-19 18:07:22 +0000 |
---|---|---|
committer | Greg Watson <gwatson@lanl.gov> | 2005-10-19 18:07:22 +0000 |
commit | e7884d1a36e22529c2e0741e07884e45b0a6d4f2 (patch) | |
tree | 2c147e3839a5394cba8a133b7ea563425aa29d11 /targets/momentum/apache | |
parent | 58b971e79978448890f8afe688c849bf88f59afc (diff) | |
download | coreboot-e7884d1a36e22529c2e0741e07884e45b0a6d4f2.tar.xz |
start of 970 port
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2057 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/momentum/apache')
-rw-r--r-- | targets/momentum/apache/Config.lb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/targets/momentum/apache/Config.lb b/targets/momentum/apache/Config.lb new file mode 100644 index 0000000000..220c791ae2 --- /dev/null +++ b/targets/momentum/apache/Config.lb @@ -0,0 +1,28 @@ +# 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 + + ## 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 +end + +buildrom ./linuxbios.rom ROM_SIZE "normal" |