7ef1668969020045c6fb5577b687e198355b1812
[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 CONFIG_ROMBASE=0xfff00000
13
14         ## Sandpoint reset vector
15         option CONFIG_RESET=CONFIG_ROMBASE+0x100
16
17         ## Exception vectors (other than reset vector)
18         option CONFIG_EXCEPTION_VECTORS=CONFIG_RESET+0x100
19
20         ## Start of coreboot in the boot rom
21         ## = CONFIG_RESET + exeception vector table size
22         option CONFIG_ROMSTART=CONFIG_RESET+0x3100
23
24         ## Coreboot C code runs at this location in RAM
25         option CONFIG_RAMBASE=0x00100000
26         option CONFIG_RAMSTART=0x00100000
27
28         option CONFIG_SANDPOINT_ALTIMUS=1
29 end
30
31 buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal"