0c2866a74386600dcb7b6d10e81803bd80a736e1
[coreboot.git] / src / mainboard / lippert / spacerunner-lx / Config.lb
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright (C) 2008 LiPPERT Embedded Computers GmbH
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 ## Based on Config.lb from AMD's DB800 and DBM690T mainboards.
22
23 ## XIP_ROM_SIZE must be a power of 2.
24 default XIP_ROM_SIZE = 64 * 1024
25 include /config/nofailovercalculation.lb
26
27 ##
28 ## Set all of the defaults for an x86 architecture
29 ##
30 arch i386 end
31
32 ##
33 ## Build the objects we have code for in this directory.
34 ##
35
36 driver mainboard.o
37
38 if HAVE_PIRQ_TABLE
39         object irq_tables.o
40 end
41
42         # compile cache_as_ram.c to auto.inc
43         makerule ./cache_as_ram_auto.inc
44                 depends "$(MAINBOARD)/cache_as_ram_auto.c"
45                 action "$(CC) $(DISTRO_CFLAGS) $(CFLAGS) $(CPPFLAGS) $(DEBUG_CFLAGS) -I$(TOP)/src -I. -c -S $(MAINBOARD)/cache_as_ram_auto.c -o $@"
46                 action "perl -e 's/\.rodata/.rom.data/g' -pi $@"
47                 action "perl -e 's/\.text/.section .rom.text/g' -pi $@"
48         end
49
50 ##
51 ## Build our 16 bit and 32 bit coreboot entry code
52 ##
53 mainboardinit cpu/x86/16bit/entry16.inc
54 mainboardinit cpu/x86/32bit/entry32.inc
55 ldscript /cpu/x86/16bit/entry16.lds
56 ldscript /cpu/x86/32bit/entry32.lds
57
58 ##
59 ## Build our reset vector (This is where coreboot is entered)
60 ##
61 if USE_FALLBACK_IMAGE
62         mainboardinit cpu/x86/16bit/reset16.inc
63         ldscript /cpu/x86/16bit/reset16.lds
64 else
65         mainboardinit cpu/x86/32bit/reset32.inc
66         ldscript /cpu/x86/32bit/reset32.lds
67 end
68
69 ### Should this be in the northbridge code?
70 #not in serengeti_cheetah mainboardinit arch/i386/lib/cpu_reset.inc
71
72 ##
73 ## Include an ID string (For safe flashing)
74 ##
75 mainboardinit arch/i386/lib/id.inc
76 ldscript /arch/i386/lib/id.lds
77
78 ###
79 ### This is the early phase of coreboot startup.
80 ### Things are delicate and we test to see if we should
81 ### failover to another image.
82 ###
83 if USE_FALLBACK_IMAGE
84         ldscript /arch/i386/lib/failover.lds
85 #       mainboardinit ./failover.inc
86 end
87
88 ###
89 ### O.k. We aren't just an intermediary anymore!
90 ###
91
92 ##
93 ## Setup RAM
94 ##
95 mainboardinit cpu/x86/fpu/enable_fpu.inc
96
97         mainboardinit cpu/amd/model_lx/cache_as_ram.inc
98         mainboardinit ./cache_as_ram_auto.inc
99
100 ##
101 ## Include the secondary configuration files
102 ##
103 dir /pc80
104 config chip.h
105
106 # See also SMC_CONFIG in cache_as_ram_auto.c.
107 # Bit0 turns off Live LED, bit1 switches Com1 to RS485, bit2 same for Com2.
108 register "sio_gp1x_config" = "0x01"
109
110 chip northbridge/amd/lx
111   device pci_domain 0 on
112     device pci 1.0 on end                               # Northbridge
113     device pci 1.1 on end                               # Graphics
114     device pci 1.2 on end                               # AES
115     chip southbridge/amd/cs5536
116       # IRQ 12 and 1 unmasked, keyboard and mouse IRQs. OK
117       # SIRQ Mode = Active(Quiet) mode. Save power....
118       # Invert mask = IRQ 12 and 1 are active high. Keyboard and mouse,
119       # UARTs, etc IRQs. OK
120       register "lpc_serirq_enable"        = "0x000012DA" # 00010010 11011010
121       register "lpc_serirq_polarity"      = "0x0000ED25" # inverse of above
122       register "lpc_serirq_mode"          = "1"
123       register "enable_gpio_int_route"    = "0x0D0C0700"
124       register "enable_ide_nand_flash"    = "0" # 0:ide mode, 1:flash
125       register "enable_USBP4_device"      = "0" # 0:host, 1:device
126       register "enable_USBP4_overcurrent" = "0" # 0:off, xxxx:overcurrent setting CS5536 Data Book (pages 380-381)
127       register "com1_enable"              = "0"
128       register "com1_address"             = "0x3E8"
129       register "com1_irq"                 = "6"
130       register "com2_enable"              = "0"
131       register "com2_address"             = "0x2E8"
132       register "com2_irq"                 = "6"
133       register "unwanted_vpci[0]"         = "0x80007B00" # Audio: 1<<31 + Device 0x0F<<11 + Function 3<<8
134       register "unwanted_vpci[1]"         = "0" # End of list has a zero
135       device pci 8.0 on end             # Slot4
136       device pci 9.0 on end             # Slot3
137       device pci a.0 on end             # Slot2
138       device pci b.0 on end             # Slot1
139       device pci c.0 on end             # IT8888
140       device pci e.0 on end             # Ethernet
141       device pci f.0 on                 # ISA Bridge
142         chip superio/ite/it8712f
143           device pnp 2e.0 off           # Floppy
144             io 0x60 = 0x3f0
145             irq 0x70 = 6
146             drq 0x74 = 2
147           end
148           device pnp 2e.1 on            # Com1
149             io 0x60 = 0x3f8
150             irq 0x70 = 4
151           end
152           device pnp 2e.2 on            # Com2
153             io 0x60 = 0x2f8
154             irq 0x70 = 3
155           end
156           device pnp 2e.3 on            # Parallel port
157             io 0x60 = 0x378
158             irq 0x70 = 7
159           end
160           device pnp 2e.4 on            # EC
161             io 0x60 = 0x290
162             io 0x62 = 0x230
163             irq 0x70 = 9
164           end
165           device pnp 2e.5 on            # PS/2 keyboard
166             io 0x60 = 0x60
167             io 0x62 = 0x64
168             irq 0x70 = 1
169           end
170           device pnp 2e.6 on            # PS/2 mouse
171             irq 0x70 = 12
172           end
173           device pnp 2e.7 on            # GPIO
174             io 0x62 = 0x1220
175             io 0x64 = 0x1200
176           end
177           device pnp 2e.8 off           # MIDI
178             io 0x60 = 0x300
179             irq 0x70 = 9
180           end
181           device pnp 2e.9 off           # Game port
182             io 0x60 = 0x220
183           end
184           device pnp 2e.a off end       # CIR
185         end
186       end
187       device pci f.2 on end             # IDE
188       device pci f.3 off end            # Audio
189       device pci f.4 on end             # OHCI
190       device pci f.5 on end             # EHCI
191     end
192   end
193   # APIC cluster is late CPU init.
194   device apic_cluster 0 on
195     chip cpu/amd/model_lx
196       device apic 0 on end
197     end
198   end
199 end