This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / mainboard / msi / ms6147 / Config.lb
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright (C) 2008 Mats Erik Andersson <mats.andersson@gisladisker.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
28 if CONFIG_HAVE_PIRQ_TABLE
29         object irq_tables.o
30 end
31
32 makerule ./failover.E
33         depends "$(CONFIG_MAINBOARD)/../../../arch/i386/lib/failover.c ../romcc"
34         action "../romcc -E -O2 -mcpu=p2 --label-prefix=failover -I$(TOP)/src -I. $(CPPFLAGS) $(CONFIG_MAINBOARD)/../../../arch/i386/lib/failover.c -o $@"
35 end
36 makerule ./failover.inc
37         depends "$(CONFIG_MAINBOARD)/../../../arch/i386/lib/failover.c ../romcc"
38         action "../romcc -O2 -mcpu=p2 --label-prefix=failover -I$(TOP)/src -I. $(CPPFLAGS) $(CONFIG_MAINBOARD)/../../../arch/i386/lib/failover.c -o $@"
39 end
40 makerule ./auto.E
41         # depends       "$(CONFIG_MAINBOARD)/auto.c option_table.h ../romcc"
42         depends "$(CONFIG_MAINBOARD)/auto.c ../romcc"
43         action  "../romcc -E -O2 -mcpu=p2 -I$(TOP)/src -I. $(CPPFLAGS) $(CONFIG_MAINBOARD)/auto.c -o $@"
44 end
45 makerule ./auto.inc
46         # depends "$(CONFIG_MAINBOARD)/auto.c option_table.h ../romcc"
47         depends "$(CONFIG_MAINBOARD)/auto.c ../romcc"
48         action  "../romcc -O2 -mcpu=p2 -I$(TOP)/src -I. $(CPPFLAGS) $(CONFIG_MAINBOARD)/auto.c -o $@"
49 end
50
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
56 if CONFIG_USE_FALLBACK_IMAGE
57         mainboardinit cpu/x86/16bit/reset16.inc
58         ldscript /cpu/x86/16bit/reset16.lds
59 else
60         mainboardinit cpu/x86/32bit/reset32.inc
61         ldscript /cpu/x86/32bit/reset32.lds
62 end
63
64 mainboardinit arch/i386/lib/cpu_reset.inc
65
66 mainboardinit arch/i386/lib/id.inc
67 ldscript /arch/i386/lib/id.lds
68
69 if CONFIG_USE_FALLBACK_IMAGE
70         ldscript /arch/i386/lib/failover.lds
71         mainboardinit ./failover.inc
72 end
73
74 mainboardinit cpu/x86/fpu/enable_fpu.inc
75 mainboardinit cpu/x86/mmx/enable_mmx.inc
76 mainboardinit ./auto.inc
77 mainboardinit cpu/x86/mmx/disable_mmx.inc
78
79 dir /pc80
80 config chip.h
81
82 chip northbridge/intel/i440bx           # Northbridge
83   device apic_cluster 0 on              # APIC cluster
84     chip cpu/intel/slot_2               # CPU (FIXME: It's slot 1, actually)
85       device apic 0 on end              # APIC
86     end
87   end
88   device pci_domain 0 on                # PCI domain
89     device pci 0.0 on end               # Host bridge
90     device pci 1.0 on end               # PCI/AGP bridge
91     chip southbridge/intel/i82371eb     # Southbridge
92       device pci 7.0 on                 # ISA bridge
93         chip superio/winbond/w83977tf   # Super I/O
94           device pnp 3f0.0 on           # Floppy
95             io 0x60 = 0x3f0
96             irq 0x70 = 6
97             drq 0x74 = 2
98           end
99           device pnp 3f0.1 on           # Parallel port
100             io 0x60 = 0x378
101             irq 0x70 = 7
102             drq 0x74 = 3
103           end
104           device pnp 3f0.2 on           # COM1
105             io 0x60 = 0x3f8
106             irq 0x70 = 4
107           end
108           device pnp 3f0.3 on           # COM2 / IR
109             io 0x60 = 0x2f8
110             irq 0x70 = 3
111           end
112           device pnp 3f0.5 on           # PS/2 keyboard
113             io 0x60 = 0x60
114             io 0x62 = 0x64
115             irq 0x70 = 1                # PS/2 keyboard interrupt
116             irq 0x72 = 12               # PS/2 mouse interrupt
117           end
118           device pnp 3f0.7 on           # GPIO 1
119           end
120           device pnp 3f0.8 on           # GPIO 2
121           end
122           device pnp 3f0.9 off          # GPIO 3
123           end
124           device pnp 3f0.a on           # ACPI
125           end
126         end
127       end
128       device pci 7.1 on end             # IDE
129       device pci 7.2 on end             # USB
130       device pci 7.3 on end             # ACPI
131       register "ide0_enable" = "1"
132       register "ide1_enable" = "1"
133       register "ide_legacy_enable" = "1"
134       # Enable UDMA/33 for higher speed if your IDE device(s) support it.
135       register "ide0_drive0_udma33_enable" = "1"
136       register "ide0_drive1_udma33_enable" = "1"
137       register "ide1_drive0_udma33_enable" = "1"
138       register "ide1_drive1_udma33_enable" = "1"
139     end
140   end
141 end