94e0ba79f15100c4421e34cac43bdf0cd16740b9
[coreboot.git] / src / mainboard / motorola / sandpoint / Config.lb
1 ##
2 ## Config file for the Motorola Sandpoint III development system.
3 ## Note that this has only been tested with the Altimus 7410 PMC.
4 ##
5
6 ##
7 ## Early board initialization, called from ppc_main()
8 ##
9 initobject init.o
10 initobject clock.o
11
12 ##
13 ## Stage 2 timer support
14 ##
15 object clock.o
16
17 ##
18 ## Set our ARCH
19 ##
20 arch ppc end
21
22 if CONFIG_SANDPOINT_ALTIMUS
23         chip pmc/altimus/mpc7410 device pnp 0.0 on end end
24 #       chip pmc/altimus/mpc7400 device pnp 0.0 on end end
25 #       chip pmc/altimus/mpc75x device pnp 0.0 on end end
26 end
27 if CONFIG_SANDPOINT_TALUS
28         chip pmc/talus/mpc74x device pnp 0.0 on end end
29         chip pmc/talus/mpc603 device pnp 0.0 on end end
30 end
31 if CONFIG_SANDPOINT_UNITY
32         chip pmc/unity/mpc824x device pnp 0.0 on end end
33 end
34 if CONFIG_SANDPOINT_VALIS
35         chip pmc/valis/mpc745x device pnp 0.0 on end end
36 end
37 if CONFIG_SANDPOINT_GYRUS
38         chip pmc/gyrus/mpc744x device pnp 0.0 on end end
39 end
40
41 ##
42 ## Include the secondary Configuration files 
43 ##
44 chip southbridge/winbond/w83c553 device pnp 0.0 on end end
45
46 chip superio/NSC/pc97307 device pnp 0.0 on end end
47
48 ##
49 ## Build the objects we have code for in this directory.
50 ##
51
52 dir nvram
53 dir flash
54
55 addaction linuxbios.a "$(CROSS_COMPILE)ranlib linuxbios.a"
56 makedefine CFLAGS += -g