d70562328f4c6441caeb6d0bb93641862c295681
[coreboot.git] / targets / motorola / sandpoint / Config.lb
1 # Sample config file for Motorola Sandpoint X3 Demo Board with
2 # the Altimus mpc7410 PMC card
3 # This will make a target directory of ./sandpoint
4
5 target sandpoint
6
7 mainboard motorola/sandpointx3_altimus_mpc7410
8
9 # Sandpoint Demo Board
10 romimage "normal"
11         ## Base of ROM
12         option _ROMBASE=0xfff00000
13
14         ## Sandpoint reset vector
15         option _RESET=_ROMBASE+0x100
16
17         ## Exception vectors (other than reset vector)
18         option _EXCEPTION_VECTORS=_RESET+0x100
19
20         ## Start of coreboot in the boot rom
21         ## = _RESET + exeception vector table size
22         option _ROMSTART=_RESET+0x3100
23
24         ## Coreboot C code runs at this location in RAM
25         option _RAMBASE=0x00100000
26         option _RAMSTART=0x00100000
27
28         option CONFIG_SANDPOINT_ALTIMUS=1
29 end
30
31 buildrom ./coreboot.rom ROM_SIZE "normal"