0d223241748ba594c21135e0fb252ae1061789bc
[coreboot.git] / src / mainboard / mitac / 6513wu / Config.lb
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright (C) 2009 Michael Gold <mgold@ncf.ca>
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
28         object irq_tables.o
29 end
30 makerule ./failover.E
31         depends "$(CONFIG_MAINBOARD)/../../../arch/i386/lib/failover.c ../romcc"
32         action "../romcc -E -O --label-prefix=failover -I$(TOP)/src -I. $(CPPFLAGS) $(CONFIG_MAINBOARD)/../../../arch/i386/lib/failover.c -o $@"
33 end
34 makerule ./failover.inc
35         depends "$(CONFIG_MAINBOARD)/../../../arch/i386/lib/failover.c ../romcc"
36         action "../romcc -O --label-prefix=failover -I$(TOP)/src -I. $(CPPFLAGS) $(CONFIG_MAINBOARD)/../../../arch/i386/lib/failover.c -o $@"
37 end
38 makerule ./auto.E
39         # depends "$(CONFIG_MAINBOARD)/auto.c option_table.h ../romcc"
40         depends "$(CONFIG_MAINBOARD)/auto.c ../romcc"
41         # Note: The -mcpu=p2 is important, or else... 'too few registers'.
42         action "../romcc -mcpu=p2 -E -O -I$(TOP)/src -I. $(CPPFLAGS) $(CONFIG_MAINBOARD)/auto.c -o $@"
43 end
44 makerule ./auto.inc
45         # depends "$(CONFIG_MAINBOARD)/auto.c option_table.h ../romcc"
46         depends "$(CONFIG_MAINBOARD)/auto.c ../romcc"
47         # Note: The -mcpu=p2 is important, or else... 'too few registers'.
48         action "../romcc -mcpu=p2 -O -I$(TOP)/src -I. $(CPPFLAGS) $(CONFIG_MAINBOARD)/auto.c -o $@"
49 end
50 mainboardinit cpu/x86/16bit/entry16.inc
51 mainboardinit cpu/x86/32bit/entry32.inc
52 ldscript /cpu/x86/16bit/entry16.lds
53 ldscript /cpu/x86/32bit/entry32.lds
54 if CONFIG_USE_FALLBACK_IMAGE
55         mainboardinit cpu/x86/16bit/reset16.inc
56         ldscript /cpu/x86/16bit/reset16.lds
57 else
58         mainboardinit cpu/x86/32bit/reset32.inc
59         ldscript /cpu/x86/32bit/reset32.lds
60 end
61 mainboardinit arch/i386/lib/cpu_reset.inc
62 mainboardinit arch/i386/lib/id.inc
63 ldscript /arch/i386/lib/id.lds
64 if CONFIG_USE_FALLBACK_IMAGE
65         ldscript /arch/i386/lib/failover.lds
66         mainboardinit ./failover.inc
67 end
68 mainboardinit cpu/x86/fpu/enable_fpu.inc
69 mainboardinit cpu/x86/mmx/enable_mmx.inc
70 mainboardinit ./auto.inc
71 mainboardinit cpu/x86/mmx/disable_mmx.inc
72
73 dir /pc80
74 config chip.h
75
76 chip northbridge/intel/i82810           # Northbridge
77   device apic_cluster 0 on              # APIC cluster
78     chip cpu/intel/socket_PGA370        # CPU
79       device apic 0 on end              # APIC
80     end
81   end
82   device pci_domain 0 on                # PCI domain
83     device pci 0.0 on end               # Graphics Memory Controller Hub (GMCH)
84     chip drivers/pci/onboard
85       device pci 1.0 on end
86       register "rom_address" = "0xfff80000" # 512 KB image
87     end
88     chip southbridge/intel/i82801xx     # Southbridge
89       register "pirqa_routing" = "0x03"
90       register "pirqb_routing" = "0x05"
91       register "pirqc_routing" = "0x09"
92       register "pirqd_routing" = "0x0b"
93
94       register "ide0_enable" = "1"
95       register "ide1_enable" = "1"
96
97       device pci 1e.0 on                # PCI bridge
98         device pci 5.0 on end           # Audio controller (ESS ES1988)
99       end
100       device pci 1f.0 on                # ISA bridge
101         chip superio/smsc/smscsuperio   # Super I/O (SMSC LPC47U332)
102           device pnp 4e.0 on            # Floppy
103             io 0x60 = 0x3f0
104             irq 0x70 = 6
105             drq 0x74 = 2
106           end
107           device pnp 4e.3 on            # Parallel port
108             io 0x60 = 0x378
109             irq 0x70 = 7
110             drq 0x74 = 3
111           end
112           device pnp 4e.4 on            # COM1
113             io 0x60 = 0x3f8
114             irq 0x70 = 4
115           end
116           device pnp 4e.5 on            # MIDI port (MPU-401)
117             io 0x60 = 0x330
118             irq 0x70 = 10
119           end
120           device pnp 4e.7 on            # PS/2 keyboard / mouse
121             io 0x60 = 0x60              # XXX: not relocatable
122             io 0x62 = 0x64              # XXX: not relocatable
123             irq 0x70 = 1                # PS/2 keyboard interrupt
124             irq 0x72 = 12               # PS/2 mouse interrupt
125           end
126           device pnp 4e.9 on            # Game port
127             io 0x60 = 0x201
128           end
129           device pnp 4e.a on            # Runtime registers
130             io 0x60 = 0x400
131           end
132           device pnp 4e.b off end       # SMBus
133         end
134       end
135       device pci 1f.1 on end            # IDE
136       device pci 1f.2 on end            # USB
137       device pci 1f.3 on end            # SMbus
138       device pci 1f.5 off end           # Audio controller
139       device pci 1f.6 off end           # Modem
140     end
141   end
142 end