summaryrefslogtreecommitdiff
path: root/src/mainboard/motorola/sandpoint/Config.lb
blob: 19a884209edc90866d658f8dc5def033f8a4fc32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
##
## Config file for the Motorola Sandpoint III development system.
## Note that this has only been tested with the Altimus 7410 PMC.
##
uses CONFIG_SANDPOINT_ALTIMUS
uses CONFIG_SANDPOINT_TALUS
uses CONFIG_SANDPOINT_UNITY
uses CONFIG_SANDPOINT_VALIS
uses CONFIG_SANDPOINT_GYRUS

arch ppc end

if CONFIG_SANDPOINT_ALTIMUS
	pmc altimus/mpc7410 end
#	pmc altimus/mpc7400 end
#	pmc altimus/mpc75x end
end
if CONFIG_SANDPOINT_TALUS
	pmc talus/mpc74x end
	pmc talus/mpc603 end
end
if CONFIG_SANDPOINT_UNITY
	pmc unity/mpc824x end
end
if CONFIG_SANDPOINT_VALIS
	pmc valis/mpc745x end
end
if CONFIG_SANDPOINT_GYRUS
	pmc gyrus/mpc744x end
end

##
## Include the secondary Configuration files 
##
southbridge winbond/w83c553 end
superio NSC/pc97307 
	register "com1" = "{1}"
	register "lpt" = "{0}"
	register "port" = "SIO_COM1_BASE"
end

##
## Build the objects we have code for in this directory.
##
#object hardwaremain.o
object sandpoint.o

dir nvram
dir flash

addaction linuxbios.a "$(CROSS_COMPILE)ranlib linuxbios.a"
makedefine CFLAGS += -g