When I started refactoring mainboard Config.lb, I added two different
[coreboot.git] / src / mainboard / gigabyte / m57sli / Config.lb
1 ## 
2 ## This file is part of the coreboot project.
3 ## 
4 ## Copyright (C) 2007 AMD
5 ## Written by Yinghai Lu <yinghailu@amd.com> for AMD.
6 ## 
7 ## This program is free software; you can redistribute it and/or modify
8 ## it under the terms of the GNU General Public License as published by
9 ## the Free Software Foundation; either version 2 of the License, or
10 ## (at your option) any later version.
11 ## 
12 ## This program is distributed in the hope that it will be useful,
13 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
14 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 ## GNU General Public License for more details.
16 ## 
17 ## You should have received a copy of the GNU General Public License
18 ## along with this program; if not, write to the Free Software
19 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
20 ## 
21
22 ## XIP_ROM_SIZE must be a power of 2.
23 default XIP_ROM_SIZE = 64 * 1024
24 include /config/failovercalculation.lb
25
26 arch i386 end 
27
28 ##
29 ## Build the objects we have code for in this directory.
30 ##
31
32 driver mainboard.o
33 #needed by irq_tables and mptable and acpi_tables
34 object get_bus_conf.o
35
36 if HAVE_MP_TABLE object mptable.o end
37 if HAVE_PIRQ_TABLE object irq_tables.o end
38 #object reset.o
39
40         if CONFIG_USE_INIT      
41                 makerule ./cache_as_ram_auto.o
42                         depends "$(MAINBOARD)/cache_as_ram_auto.c option_table.h"
43                         action "$(CC) $(DISTRO_CFLAGS) $(CFLAGS) $(CPPFLAGS) -I$(TOP)/src -I. -c $(MAINBOARD)/cache_as_ram_auto.c -o $@"
44                 end
45         else
46                 makerule ./cache_as_ram_auto.inc
47                         depends "$(MAINBOARD)/cache_as_ram_auto.c option_table.h"
48                         action "$(CC) $(DISTRO_CFLAGS) $(CFLAGS) $(CPPFLAGS) $(DEBUG_CFLAGS) -I$(TOP)/src -I. -c -S $(MAINBOARD)/cache_as_ram_auto.c -o $@"
49                         action "perl -e 's/\.rodata/.rom.data/g' -pi $@"
50                         action "perl -e 's/\.text/.section .rom.text/g' -pi $@"
51                 end
52         end
53
54 if USE_FAILOVER_IMAGE
55 else
56     if CONFIG_AP_CODE_IN_CAR
57         makerule ./apc_auto.o
58                 depends "$(MAINBOARD)/apc_auto.c option_table.h"
59                 action "$(CC) $(DISTRO_CFLAGS) $(CFLAGS) $(CPPFLAGS) -I$(TOP)/src -I. -c $(MAINBOARD)/apc_auto.c -o $@"
60         end
61         ldscript /arch/i386/init/ldscript_apc.lb
62     end
63 end
64
65
66 ##
67 ## Build our 16 bit and 32 bit coreboot entry code
68 ##
69 if HAVE_FAILOVER_BOOT
70     if USE_FAILOVER_IMAGE
71         mainboardinit cpu/x86/16bit/entry16.inc
72         ldscript /cpu/x86/16bit/entry16.lds
73     end
74 else
75     if USE_FALLBACK_IMAGE
76         mainboardinit cpu/x86/16bit/entry16.inc
77         ldscript /cpu/x86/16bit/entry16.lds
78     end
79 end
80
81 mainboardinit cpu/x86/32bit/entry32.inc
82
83         if CONFIG_USE_INIT
84                 ldscript /cpu/x86/32bit/entry32.lds
85         end
86
87         if CONFIG_USE_INIT
88                 ldscript /cpu/amd/car/cache_as_ram.lds
89         end
90
91 ##
92 ## Build our reset vector (This is where coreboot is entered)
93 ##
94 if HAVE_FAILOVER_BOOT
95     if USE_FAILOVER_IMAGE 
96         mainboardinit cpu/x86/16bit/reset16.inc 
97         ldscript /cpu/x86/16bit/reset16.lds 
98     else
99         mainboardinit cpu/x86/32bit/reset32.inc 
100         ldscript /cpu/x86/32bit/reset32.lds 
101     end
102 else
103     if USE_FALLBACK_IMAGE 
104         mainboardinit cpu/x86/16bit/reset16.inc 
105         ldscript /cpu/x86/16bit/reset16.lds 
106     else
107         mainboardinit cpu/x86/32bit/reset32.inc 
108         ldscript /cpu/x86/32bit/reset32.lds 
109     end
110 end
111
112 ##
113 ## Include an id string (For safe flashing)
114 ##
115 mainboardinit southbridge/nvidia/mcp55/id.inc
116 ldscript /southbridge/nvidia/mcp55/id.lds
117
118 ##
119 ## ROMSTRAP table for MCP55
120 ##
121 if HAVE_FAILOVER_BOOT
122     if USE_FAILOVER_IMAGE 
123         mainboardinit southbridge/nvidia/mcp55/romstrap.inc
124         ldscript /southbridge/nvidia/mcp55/romstrap.lds
125     end
126 else
127     if USE_FALLBACK_IMAGE 
128         mainboardinit southbridge/nvidia/mcp55/romstrap.inc
129         ldscript /southbridge/nvidia/mcp55/romstrap.lds
130     end
131 end
132
133         ##
134         ## Setup Cache-As-Ram
135         ##
136         mainboardinit cpu/amd/car/cache_as_ram.inc
137
138 ###
139 ### This is the early phase of coreboot startup 
140 ### Things are delicate and we test to see if we should
141 ### failover to another image.
142 ###
143 if HAVE_FAILOVER_BOOT
144     if USE_FAILOVER_IMAGE
145                 ldscript /arch/i386/lib/failover_failover.lds
146     end
147 else
148     if USE_FALLBACK_IMAGE
149                 ldscript /arch/i386/lib/failover.lds
150     end
151 end
152
153 if HAVE_FANCTL
154         object fanctl.o
155 end
156
157 ##
158 ## Setup RAM
159 ##
160         if CONFIG_USE_INIT
161                 initobject cache_as_ram_auto.o
162         else
163                 mainboardinit ./cache_as_ram_auto.inc
164         end
165
166 ##
167 ## Include the secondary Configuration files 
168 ##
169 config chip.h
170
171 chip northbridge/amd/amdk8/root_complex
172         device apic_cluster 0 on
173                 chip cpu/amd/socket_AM2
174                         device apic 0 on end
175                 end
176         end
177         device pci_domain 0 on
178                 chip northbridge/amd/amdk8 #mc0
179                         device pci 18.0 on 
180                                 #  devices on link 0, link 0 == LDT 0 
181                                 chip southbridge/nvidia/mcp55 
182                                         device pci 0.0 on end   # HT
183                                         device pci 1.0 on # LPC
184                                                 chip superio/ite/it8716f
185                                                         # Floppy and any LDN
186                                                         device pnp 2e.0 off
187                                                         # Watchdog from CLKIN, CLKIN = 24 MHz
188                                                                 irq 0x23 = 0x11 
189                                                         # Serial Flash (SPI only)
190                                                                 #0x24 = 0x1a
191                                                                 io 0x60 = 0x3f0
192                                                                 irq 0x70 = 6
193                                                                 drq 0x74 = 2
194                                                         end
195                                                         device pnp 2e.1 on #  Com1
196                                                                 io 0x60 = 0x3f8
197                                                                 irq 0x70 = 4
198                                                         end
199                                                         device pnp 2e.2 off #  Com2
200                                                                 io 0x60 = 0x2f8
201                                                                 irq 0x70 = 3
202                                                         end
203                                                         device pnp 2e.3 off #  Parallel Port
204                                                                 io 0x60 = 0x378
205                                                                 irq 0x70 = 7
206                                                         end
207                                                         device pnp 2e.4 on #  EC
208                                                                 io 0x60 = 0x290
209                                                                 io 0x62 = 0x230
210                                                                 irq 0x70 = 9
211                                                         end
212                                                         device pnp 2e.5 on #  Keyboard
213                                                                 io 0x60 = 0x60
214                                                                 io 0x62 = 0x64
215                                                                 irq 0x70 = 1
216                                                         end
217                                                         device pnp 2e.6 on #  Mouse
218                                                                 irq 0x70 = 12
219                                                         end
220                                                         device pnp 2e.7 on #  GPIO, SPI flash
221                                                                 # pin 84 is not GP10
222                                                                 irq 0x25 = 0x0
223                                 # pin 21 is GP26, pin 26 is GP21, pin 27 is GP20
224                                                                 irq 0x26 = 0x43
225                                                                 # pin 13 is GP35
226                                                                 irq 0x27 = 0x20 
227                                                                 # pin 70 is not GP46
228                                                                 #irq 0x28 = 0x0
229                                 # pin 6,3,128,127,126 is GP63,64,65,66,67
230                                                                 irq 0x29 = 0x81
231                                 # Enable FAN_CTL/FAN_TAC set to 5 (pin 21,23), enable FAN_CTL/FAN_TAC set to 4 (pin 20,22), pin 48 is PCIRST5#, pin91 is PCIRSTIN#, VIN7 is internal voltage divider for VCCH5V, pin 95 is ATXPG, VIN3 is internal voltage divider for VCC5V
232                                                                 #irq 0x2c = 0x1f
233                                 # Simple I/O base
234                                                                 io 0x62 = 0x800
235                                 # Serial Flash I/O (SPI only)
236                                                                 io 0x64 = 0x820
237                                 # watch dog force timeout (parallel flash only)
238                                                                 #irq 0x71 = 0x1
239                                                                 # No WDT interrupt
240                                                                 irq 0x72 = 0x0 
241                                         # GPIO pin set 1 disable internal pullup
242                                                                 irq 0xb8 = 0x0
243                                         # GPIO pin set 5 enable internal pullup
244                                                                 irq 0xbc = 0x01
245                                         # SIO pin set 1 alternate function
246                                                                 #irq 0xc0 = 0x0
247                                         # SIO pin set 2 mixed function
248                                                                 irq 0xc1 = 0x43
249                                         # SIO pin set 3 mixed function
250                                                                 irq 0xc2 = 0x20
251                                         # SIO pin set 4 alternate function
252                                                                 #irq 0xc3 = 0x0
253                                         # SIO pin set 1 input mode
254                                                                 #irq 0xc8 = 0x0
255                                         # SIO pin set 2 input mode
256                                                                 irq 0xc9 = 0x0
257                                         # SIO pin set 4 input mode
258                                                                 #irq 0xcb = 0x0
259                                         # Generate SMI# on EC IRQ
260                                                                 #irq 0xf0 = 0x10
261                                         # SMI# level trigger
262                                                                 #irq 0xf1 = 0x40
263                                         # HWMON alert beep pin location
264                                                                 irq 0xf6 = 0x28
265                                                         end
266                                                         device pnp 2e.8 off #  MIDI
267                                                                 io 0x60 = 0x300
268                                                                 irq 0x70 = 10
269                                                         end
270                                                         device pnp 2e.9 off #  GAME
271                                                                 io 0x60 = 0x220
272                                                         end
273                                                         device pnp 2e.a off end #  CIR
274                                                 end
275                                         end
276                                         device pci 1.1 on # SM 0
277                                                 chip drivers/generic/generic #dimm 0-0-0
278                                                         device i2c 50 on end  
279                                                 end              
280                                                 chip drivers/generic/generic #dimm 0-0-1
281                                                         device i2c 51 on end
282                                                 end     
283                                                 chip drivers/generic/generic #dimm 0-1-0
284                                                         device i2c 52 on end
285                                                 end             
286                                                 chip drivers/generic/generic #dimm 0-1-1
287                                                         device i2c 53 on end
288                                                 end              
289                                                 chip drivers/generic/generic #dimm 1-0-0
290                                                         device i2c 54 on end
291                                                 end     
292                                                 chip drivers/generic/generic #dimm 1-0-1
293                                                         device i2c 55 on end
294                                                 end     
295                                                 chip drivers/generic/generic #dimm 1-1-0
296                                                         device i2c 56 on end
297                                                 end     
298                                                 chip drivers/generic/generic #dimm 1-1-1
299                                                         device i2c 57 on end
300                                                 end 
301                                         end # SM
302 #WTF?!? We already have device pci 1.1 in the section above
303                                         device pci 1.1 on # SM 1
304 #PCI device smbus address will depend on addon pci device, do we need to scan_smbus_bus?
305 #                                                chip drivers/generic/generic #PCIXA Slot1
306 #                                                        device i2c 50 on end
307 #                                                end
308 #                                                chip drivers/generic/generic #PCIXB Slot1
309 #                                                        device i2c 51 on end
310 #                                                end     
311 #                                                chip drivers/generic/generic #PCIXB Slot2
312 #                                                        device i2c 52 on end
313 #                                                end             
314 #                                                chip drivers/generic/generic #PCI Slot1
315 #                                                        device i2c 53 on end
316 #                                                end              
317 #                                                chip drivers/generic/generic #Master MCP55 PCI-E
318 #                                                        device i2c 54 on end
319 #                                                end     
320 #                                                chip drivers/generic/generic #Slave MCP55 PCI-E
321 #                                                        device i2c 55 on end
322 #                                                end             
323                                                 chip drivers/generic/generic #MAC EEPROM
324                                                         device i2c 51 on end
325                                                 end 
326
327                                         end # SM 
328                                         device pci 2.0 on end # USB 1.1
329                                         device pci 2.1 on end # USB 2
330                                         device pci 4.0 on end # IDE
331                                         device pci 5.0 on end # SATA 0
332                                         device pci 5.1 on end # SATA 1
333                                         device pci 5.2 on end # SATA 2
334                                         device pci 6.0 on end # PCI
335                                         device pci 6.1 on end # AZA
336                                         device pci 8.0 on end # NIC
337                                         device pci 9.0 off end # NIC
338                                         device pci a.0 on end # PCI E 5
339                                         device pci b.0 on end # PCI E 4
340                                         device pci c.0 on end # PCI E 3
341                                         device pci d.0 on end # PCI E 2
342                                         device pci e.0 on end # PCI E 1
343                                         device pci f.0 on end # PCI E 0
344                                         register "ide0_enable" = "1"
345                                         register "sata0_enable" = "1"
346                                         register "sata1_enable" = "1"
347                                         register "mac_eeprom_smbus" = "3" # 1: smbus under 2e.8, 2: SM0 3: SM1
348                                         register "mac_eeprom_addr" = "0x51"
349                                 end
350                         end #  device pci 18.0 
351                         device pci 18.0 on end # Link 1
352                         device pci 18.0 on end
353                         device pci 18.1 on end
354                         device pci 18.2 on end
355                         device pci 18.3 on end
356                 end # mc0
357                 
358         end # PCI domain
359         
360 #       chip drivers/generic/debug 
361 #               device pnp 0.0 off end # chip name
362 #                device pnp 0.1 on end # pci_regs_all
363 #                device pnp 0.2 on end # mem
364 #                device pnp 0.3 off end # cpuid
365 #                device pnp 0.4 on end # smbus_regs_all
366 #                device pnp 0.5 off end # dual core msr
367 #                device pnp 0.6 off end # cache size
368 #               device pnp 0.7 off end # tsc
369 #                device pnp 0.8 off  end # io
370 #                device pnp 0.9 off end # io
371 #       end  
372 end #root_complex