ec9509b2de87d54a7c4c47be0725b9296b4e2a57
[coreboot.git] / src / mainboard / msi / ms6178 / Config.lb
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright (C) 2007 Uwe Hermann <uwe@hermann-uwe.de>
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 if USE_FALLBACK_IMAGE
22         default ROM_SECTION_SIZE   = FALLBACK_SIZE
23         default ROM_SECTION_OFFSET = (ROM_SIZE - FALLBACK_SIZE)
24 else
25         default ROM_SECTION_SIZE   = (ROM_SIZE - FALLBACK_SIZE)
26         default ROM_SECTION_OFFSET = 0
27 end
28 default CONFIG_ROM_PAYLOAD_START = (0xffffffff - ROM_SIZE + ROM_SECTION_OFFSET + 1)
29 default PAYLOAD_SIZE = (ROM_SECTION_SIZE - ROM_IMAGE_SIZE)
30 default _ROMBASE = (CONFIG_ROM_PAYLOAD_START + PAYLOAD_SIZE)
31 default XIP_ROM_SIZE = 64 * 1024
32 default XIP_ROM_BASE = (_ROMBASE + ROM_IMAGE_SIZE - XIP_ROM_SIZE)
33 arch i386 end
34 driver mainboard.o
35 if HAVE_PIRQ_TABLE object irq_tables.o end
36 # object reset.o
37 makerule ./failover.E
38         depends "$(MAINBOARD)/../../../arch/i386/lib/failover.c ../romcc"
39         action "../romcc -E -O --label-prefix=failover -I$(TOP)/src -I. $(CPPFLAGS) $(MAINBOARD)/../../../arch/i386/lib/failover.c -o $@"
40 end
41 makerule ./failover.inc
42         depends "$(MAINBOARD)/../../../arch/i386/lib/failover.c ../romcc"
43         action "../romcc    -O --label-prefix=failover -I$(TOP)/src -I. $(CPPFLAGS) $(MAINBOARD)/../../../arch/i386/lib/failover.c -o $@"
44 end
45 makerule ./auto.E
46         # depends "$(MAINBOARD)/auto.c option_table.h ../romcc"
47         depends "$(MAINBOARD)/auto.c ../romcc"
48         action  "../romcc -E -mcpu=p2 -O -I$(TOP)/src -I. $(CPPFLAGS) $(MAINBOARD)/auto.c -o $@"
49 end
50 makerule ./auto.inc
51         # depends "$(MAINBOARD)/auto.c option_table.h ../romcc"
52         depends "$(MAINBOARD)/auto.c ../romcc"
53         action  "../romcc    -mcpu=p2 -O -I$(TOP)/src -I. $(CPPFLAGS) $(MAINBOARD)/auto.c -o $@"
54 end
55 mainboardinit cpu/x86/16bit/entry16.inc
56 mainboardinit cpu/x86/32bit/entry32.inc
57 ldscript /cpu/x86/16bit/entry16.lds
58 ldscript /cpu/x86/32bit/entry32.lds
59 if USE_FALLBACK_IMAGE
60         mainboardinit cpu/x86/16bit/reset16.inc
61         ldscript /cpu/x86/16bit/reset16.lds
62 else
63         mainboardinit cpu/x86/32bit/reset32.inc
64         ldscript /cpu/x86/32bit/reset32.lds
65 end
66 mainboardinit arch/i386/lib/cpu_reset.inc
67 mainboardinit arch/i386/lib/id.inc
68 ldscript /arch/i386/lib/id.lds
69 if USE_FALLBACK_IMAGE
70         ldscript /arch/i386/lib/failover.lds
71         mainboardinit ./failover.inc
72 end
73 mainboardinit cpu/x86/fpu/enable_fpu.inc
74 mainboardinit cpu/x86/mmx/enable_mmx.inc
75 mainboardinit ./auto.inc
76 mainboardinit cpu/x86/mmx/disable_mmx.inc
77 dir /pc80
78 config chip.h
79
80 chip northbridge/intel/i82810                   # Northbridge
81   device apic_cluster 0 on                      # APIC cluster
82     chip cpu/intel/socket_PGA370                # CPU
83       device apic 0 on end                      # APIC
84     end
85   end
86   device pci_domain 0 on
87     device pci 0.0 on end                       # Host bridge
88     device pci 1.0 off                          # Onboard video
89       # chip drivers/pci/onboard
90       #   device pci 1.0 on end
91       #   register "rom_address" = "0xfff80000"
92       # end
93     end
94     chip southbridge/intel/i82801xx             # Southbridge
95       device pci 1e.0 on end                    # PCI bridge
96       device pci 1f.0 on                        # ISA/LPC bridge
97         chip superio/winbond/w83627hf           # Super I/O
98           device pnp 2e.0 on                    # Floppy
99             io 0x60 = 0x3f0
100             irq 0x70 = 6
101             drq 0x74 = 2
102           end
103           device pnp 2e.1 on                    # Parallel port
104             io 0x60 = 0x378
105             irq 0x70 = 7
106             drq 0x74 = 3
107           end
108           device pnp 2e.2 on                    # Com1
109             io 0x60 = 0x3f8
110             irq 0x70 = 4
111           end
112           device pnp 2e.3 on                    # Com2 (only header on board)
113             io 0x60 = 0x2f8
114             irq 0x70 = 3
115           end
116           device pnp 2e.5 on                    # PS/2 keyboard/mouse
117             io 0x60 = 0x60
118             io 0x62 = 0x64
119             irq 0x70 = 1                        # Keyboard interrupt
120             irq 0x72 = 12                       # Mouse interrupt
121           end
122           device pnp 2e.6 on end                # Consumer IR (TODO)
123           device pnp 2e.7 on                    # Game port / MIDI / GPIO 1
124             io 0x60 = 0x201
125             io 0x62 = 0x330
126             irq 0x70 = 9
127           end
128           device pnp 2e.8 on end                # GPIO 2
129           device pnp 2e.9 on end                # GPIO 3
130           device pnp 2e.a on end                # ACPI
131           device pnp 2e.b on                    # Hardware monitor
132             io 0x60 = 0x290
133             irq 0x70 = 5
134           end
135         end
136       end
137       device pci 1f.1 on end                    # IDE
138       device pci 1f.2 on end                    # USB
139       device pci 1f.3 on end                    # SMBus
140       device pci 1f.5 on end                    # AC'97 audio
141       device pci 1f.6 on end                    # AC'97 modem
142     end
143   end
144 end
145