2003-06-23 03:02:54 +02:00
|
|
|
# Sample config file for Motorola Sandpoint X3 Demo Board with
|
|
|
|
# the Altimus mpc7410 PMC card
|
|
|
|
# This will make a target directory of ./sandpoint
|
|
|
|
|
|
|
|
target sandpoint
|
|
|
|
|
2004-11-24 22:19:27 +01:00
|
|
|
mainboard motorola/sandpointx3_altimus_mpc7410
|
2003-06-23 03:02:54 +02:00
|
|
|
|
|
|
|
# Sandpoint Demo Board
|
2003-07-18 00:11:58 +02:00
|
|
|
romimage "normal"
|
2003-11-15 16:04:58 +01:00
|
|
|
## Base of ROM
|
|
|
|
option _ROMBASE=0xfff00000
|
|
|
|
|
2003-07-28 23:23:02 +02:00
|
|
|
## Sandpoint reset vector
|
2003-11-15 16:04:58 +01:00
|
|
|
option _RESET=_ROMBASE+0x100
|
2003-07-28 23:23:02 +02:00
|
|
|
|
2003-11-15 16:04:58 +01:00
|
|
|
## Exception vectors (other than reset vector)
|
2003-11-10 00:35:11 +01:00
|
|
|
option _EXCEPTION_VECTORS=_RESET+0x100
|
|
|
|
|
2008-01-18 16:08:58 +01:00
|
|
|
## Start of coreboot in the boot rom
|
2003-07-28 23:23:02 +02:00
|
|
|
## = _RESET + exeception vector table size
|
2003-11-15 16:04:58 +01:00
|
|
|
option _ROMSTART=_RESET+0x3100
|
2003-07-28 23:23:02 +02:00
|
|
|
|
2008-01-18 16:08:58 +01:00
|
|
|
## Coreboot C code runs at this location in RAM
|
2003-07-28 23:23:02 +02:00
|
|
|
option _RAMBASE=0x00100000
|
2003-11-15 16:04:58 +01:00
|
|
|
option _RAMSTART=0x00100000
|
2003-07-28 23:23:02 +02:00
|
|
|
|
2003-07-18 00:11:58 +02:00
|
|
|
option CONFIG_SANDPOINT_ALTIMUS=1
|
2003-06-23 03:02:54 +02:00
|
|
|
end
|
2003-07-18 00:11:58 +02:00
|
|
|
|
2008-01-18 16:08:58 +01:00
|
|
|
buildrom ./coreboot.rom ROM_SIZE "normal"
|