Remove drivers/pci/onboard. The only purpose was for option ROMs, which are
[coreboot.git] / src / mainboard / rca / rm4100 / Config.lb
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright (C) 2008 Joseph Smith <joe@settoplinux.org>
5 ##
6 ## This program is free software; you can redistribute it and/or modify
7 ## it under the terms of the GNU General Public License as published by
8 ## the Free Software Foundation; either version 2 of the License, or
9 ## (at your option) any later version.
10 ##
11 ## This program is distributed in the hope that it will be useful,
12 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
13 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 ## GNU General Public License for more details.
15 ##
16 ## You should have received a copy of the GNU General Public License
17 ## along with this program; if not, write to the Free Software
18 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
19 ##
20
21 ## CONFIG_XIP_ROM_SIZE must be a power of 2.
22 default CONFIG_XIP_ROM_SIZE = 64 * 1024
23 include /config/nofailovercalculation.lb
24
25 arch i386 end
26 driver mainboard.o
27 if CONFIG_GENERATE_PIRQ_TABLE object irq_tables.o end
28 if CONFIG_GENERATE_ACPI_TABLES
29         object fadt.o
30         object dsdt.o
31         object acpi_tables.o
32 end
33 makerule ./failover.E
34         depends "$(CONFIG_MAINBOARD)/../../../arch/i386/lib/failover.c ../romcc"
35         action "../romcc -E -O --label-prefix=failover -I$(TOP)/src -I. $(CPPFLAGS) $(CONFIG_MAINBOARD)/../../../arch/i386/lib/failover.c -o $@"
36 end
37 makerule ./failover.inc
38         depends "$(CONFIG_MAINBOARD)/../../../arch/i386/lib/failover.c ../romcc"
39         action "../romcc    -O --label-prefix=failover -I$(TOP)/src -I. $(CPPFLAGS) $(CONFIG_MAINBOARD)/../../../arch/i386/lib/failover.c -o $@"
40 end
41 makerule ./auto.E
42         # depends "$(CONFIG_MAINBOARD)/auto.c option_table.h ../romcc"
43         depends "$(CONFIG_MAINBOARD)/auto.c ../romcc"
44         action  "../romcc -E -mcpu=p3 -O -I$(TOP)/src -I. $(CPPFLAGS) $(CONFIG_MAINBOARD)/auto.c -o $@"
45 end
46 makerule ./auto.inc 
47         # depends "$(CONFIG_MAINBOARD)/auto.c option_table.h ../romcc"
48         depends "$(CONFIG_MAINBOARD)/auto.c ../romcc"
49         action  "../romcc    -mcpu=p3 -O -I$(TOP)/src -I. $(CPPFLAGS) $(CONFIG_MAINBOARD)/auto.c -o $@"
50 end
51 mainboardinit cpu/x86/16bit/entry16.inc
52 mainboardinit cpu/x86/32bit/entry32.inc
53 ldscript /cpu/x86/16bit/entry16.lds
54 ldscript /cpu/x86/32bit/entry32.lds
55 if CONFIG_USE_FALLBACK_IMAGE
56         mainboardinit cpu/x86/16bit/reset16.inc
57         ldscript /cpu/x86/16bit/reset16.lds
58 else
59         mainboardinit cpu/x86/32bit/reset32.inc
60         ldscript /cpu/x86/32bit/reset32.lds
61 end
62 mainboardinit arch/i386/lib/cpu_reset.inc
63 mainboardinit arch/i386/lib/id.inc
64 ldscript /arch/i386/lib/id.lds
65 if CONFIG_USE_FALLBACK_IMAGE
66         ldscript /arch/i386/lib/failover.lds
67         mainboardinit ./failover.inc
68 end
69 mainboardinit cpu/x86/fpu_enable.inc
70 mainboardinit ./auto.inc
71 mainboardinit cpu/x86/mmx_disable.inc
72 dir /pc80
73 config chip.h
74
75 chip northbridge/intel/i82830           # Northbridge
76   device pci_domain 0 on                # PCI domain
77     device pci 0.0 on end               # Host bridge
78     device pci 2.0 on end               # VGA (Intel 82830 CGC)
79     chip southbridge/intel/i82801xx     # Southbridge
80       register "pirqa_routing" = "0x05"
81       register "pirqb_routing" = "0x06"
82       register "pirqc_routing" = "0x07"
83       register "pirqd_routing" = "0x09"
84       register "pirqe_routing" = "0x0a"
85       register "pirqf_routing" = "0x80"
86       register "pirqg_routing" = "0x80"
87       register "pirqh_routing" = "0x0b"
88
89       register "ide0_enable" = "1"
90       register "ide1_enable" = "1"
91
92       device pci 1d.0 on end            # USB UHCI Controller #1
93       device pci 1d.1 on end            # USB UHCI Controller #2
94       device pci 1d.2 on end            # USB UHCI Controller #3
95       device pci 1d.7 on end            # USB2 EHCI Controller
96       device pci 1e.0 on                # PCI bridge
97         device pci 08.0 on end          # Intel 82801DB PRO/100 VE Ethernet
98       end
99       device pci 1f.0 on                # ISA/LPC bridge
100         chip superio/smsc/smscsuperio   # Super I/O
101           device pnp 2e.0 off           # Floppy
102             io 0x60 = 0x3f0
103             irq 0x70 = 6
104             drq 0x74 = 2
105           end
106           device pnp 2e.3 on            # Parallel port
107             io 0x60 = 0x378
108             irq 0x70 = 7
109             drq 0x74 = 4
110           end
111           device pnp 2e.4 on            # Com1
112             io 0x60 = 0x3f8
113             irq 0x70 = 4
114           end
115           device pnp 2e.5 on            # Com2 / IR
116             io 0x60 = 0x2f8
117             irq 0x70 = 3
118           end
119           device pnp 2e.7 on            # PS/2 keyboard/mouse
120             io 0x60 = 0x60
121             io 0x62 = 0x64
122             irq 0x70 = 1                # Keyboard interrupt
123             irq 0x72 = 12               # Mouse interrupt
124           end
125           device pnp 2e.9 off end       # Game port
126           device pnp 2e.a on            # PME
127             io 0x60 = 0x800
128           end
129           device pnp 2e.b off end       # MPU-401
130         end
131       end
132       device pci 1f.1 on end            # IDE
133       device pci 1f.3 on end            # SMBus
134       device pci 1f.5 on end            # AC'97 audio
135       device pci 1f.6 on end            # AC'97 modem
136     end
137   end
138   device apic_cluster 0 on              # APIC cluster
139     chip cpu/intel/socket_PGA370        # Mobile Celeron Micro-FCBGA Socket 479
140       device apic 0 on end              # APIC
141     end
142   end
143 end
144