blob: 398fa9e11b5fc9b4f84ec9ffc30fdf2a39d1dd40 [file] [log] [blame]
Greg Watson5808bac2003-06-23 01:02:54 +00001# 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
Greg Watson5808bac2003-06-23 01:02:54 +00005target sandpoint
6
Greg Watson55895a22004-11-24 21:19:27 +00007mainboard motorola/sandpointx3_altimus_mpc7410
Greg Watson5808bac2003-06-23 01:02:54 +00008
Greg Watson5808bac2003-06-23 01:02:54 +00009# Sandpoint Demo Board
Greg Watson16743b82003-07-17 22:11:58 +000010romimage "normal"
Greg Watson78c19a12003-11-15 15:04:58 +000011 ## Base of ROM
12 option _ROMBASE=0xfff00000
Greg Watsonf4ade7a2003-07-28 21:23:02 +000013
Greg Watson78c19a12003-11-15 15:04:58 +000014 ## Sandpoint reset vector
15 option _RESET=_ROMBASE+0x100
16
17 ## Exception vectors (other than reset vector)
Greg Watsonda754e02003-11-09 23:35:11 +000018 option _EXCEPTION_VECTORS=_RESET+0x100
19
Greg Watsonf4ade7a2003-07-28 21:23:02 +000020 ## Start of linuxBIOS in the boot rom
21 ## = _RESET + exeception vector table size
Greg Watson78c19a12003-11-15 15:04:58 +000022 option _ROMSTART=_RESET+0x3100
Greg Watsonf4ade7a2003-07-28 21:23:02 +000023
24 ## LinuxBIOS C code runs at this location in RAM
25 option _RAMBASE=0x00100000
Greg Watson78c19a12003-11-15 15:04:58 +000026 option _RAMSTART=0x00100000
Greg Watsonf4ade7a2003-07-28 21:23:02 +000027
Greg Watson16743b82003-07-17 22:11:58 +000028 option CONFIG_SANDPOINT_ALTIMUS=1
Greg Watson5808bac2003-06-23 01:02:54 +000029end
Greg Watson16743b82003-07-17 22:11:58 +000030
Stefan Reinauered10c392003-09-17 11:05:29 +000031buildrom ./linuxbios.rom ROM_SIZE "normal"