*** empty log message ***
[coreboot.git] / src / mainboard / totalimpact / briq / Config.lb
1 ##
2 ## Config file for the Total Impact briQ
3 ##
4
5 uses PCIC0_CFGADDR 
6 uses PCIC0_CFGDATA 
7 uses UART0_IO_BASE
8 uses CONFIG_BRIQ_750FX
9 uses CONFIG_BRIQ_7400
10
11 ##
12 ## Set PCI registers
13 ##
14 default PCIC0_CFGADDR=0xeec00000
15 default PCIC0_CFGDATA=0xeec00004
16
17 ##
18 ## Set UART base address
19 ##
20 default UART0_IO_BASE=0xef600300
21
22 ##
23 ## Early board initialization, called from ppc_main()
24 ##
25 initobject init.c
26 driver pci_bridge.c
27
28 arch ppc end
29
30 if CONFIG_BRIQ_750FX
31         cpu ppc/ppc7xx end
32 end
33 if CONFIG_BRIQ_7400
34         cpu ppc/mpc74xx end
35 end
36
37 ##
38 ## Include the secondary Configuration files 
39 ##
40 southbridge winbond/w83c553 end
41
42 ##
43 ## Build the objects we have code for in this directory.
44 ##
45
46 addaction linuxbios.a "$(CROSS_COMPILE)ranlib linuxbios.a"