tree: drop last paragraph of GPL copyright header
[coreboot.git] / src / northbridge / amd / amdfam10 / resourcemap.c
blobbe6f0ef06230bf277672a1f03ced716573e26ccf
1 /*
2 * This file is part of the coreboot project.
4 * Copyright (C) 2007 Advanced Micro Devices, Inc.
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; version 2 of the License.
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
16 static void setup_default_resource_map(void)
18 static const u32 register_values[] = {
19 /* Careful set limit registers before base registers which contain
20 the enables */
21 /* DRAM Limit i Registers
22 * F1:0x44 i = 0
23 * F1:0x4C i = 1
24 * F1:0x54 i = 2
25 * F1:0x5C i = 3
26 * F1:0x64 i = 4
27 * F1:0x6C i = 5
28 * F1:0x74 i = 6
29 * F1:0x7C i = 7
30 * [ 2: 0] Destination Node ID
31 * 000 = Node 0
32 * 001 = Node 1
33 * 010 = Node 2
34 * 011 = Node 3
35 * 100 = Node 4
36 * 101 = Node 5
37 * 110 = Node 6
38 * 111 = Node 7
39 * [ 7: 3] Reserved
40 * [10: 8] Interleave select
41 * specifies the values of A[14:12] to use with
42 * interleave enable.
43 * [15:11] Reserved
44 * [31:16] DRAM Limit Address i Bits 39-24
45 * This field defines the upper address bits of a 40 bit
46 * address that define the end of the DRAM region.
48 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0x44), 0x0000f8f8, 0x00000000,
49 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0x4C), 0x0000f8f8, 0x00000001,
50 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0x54), 0x0000f8f8, 0x00000002,
51 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0x5C), 0x0000f8f8, 0x00000003,
52 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0x64), 0x0000f8f8, 0x00000004,
53 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0x6C), 0x0000f8f8, 0x00000005,
54 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0x74), 0x0000f8f8, 0x00000006,
55 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0x7C), 0x0000f8f8, 0x00000007,
56 /* DRAM Base i Registers
57 * F1:0x40 i = 0
58 * F1:0x48 i = 1
59 * F1:0x50 i = 2
60 * F1:0x58 i = 3
61 * F1:0x60 i = 4
62 * F1:0x68 i = 5
63 * F1:0x70 i = 6
64 * F1:0x78 i = 7
65 * [ 0: 0] Read Enable
66 * 0 = Reads Disabled
67 * 1 = Reads Enabled
68 * [ 1: 1] Write Enable
69 * 0 = Writes Disabled
70 * 1 = Writes Enabled
71 * [ 7: 2] Reserved
72 * [10: 8] Interleave Enable
73 * 000 = No interleave
74 * 001 = Interleave on A[12] (2 nodes)
75 * 010 = reserved
76 * 011 = Interleave on A[12] and A[14] (4 nodes)
77 * 100 = reserved
78 * 101 = reserved
79 * 110 = reserved
80 * 111 = Interleve on A[12] and A[13] and A[14] (8 nodes)
81 * [15:11] Reserved
82 * [13:16] DRAM Base Address i Bits 39-24
83 * This field defines the upper address bits of a 40-bit
84 * address that define the start of the DRAM region.
86 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0x40), 0x0000f8fc, 0x00000000,
87 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0x48), 0x0000f8fc, 0x00000000,
88 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0x50), 0x0000f8fc, 0x00000000,
89 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0x58), 0x0000f8fc, 0x00000000,
90 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0x60), 0x0000f8fc, 0x00000000,
91 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0x68), 0x0000f8fc, 0x00000000,
92 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0x70), 0x0000f8fc, 0x00000000,
93 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0x78), 0x0000f8fc, 0x00000000,
95 /* Memory-Mapped I/O Limit i Registers
96 * F1:0x84 i = 0
97 * F1:0x8C i = 1
98 * F1:0x94 i = 2
99 * F1:0x9C i = 3
100 * F1:0xA4 i = 4
101 * F1:0xAC i = 5
102 * F1:0xB4 i = 6
103 * F1:0xBC i = 7
104 * [ 2: 0] Destination Node ID
105 * 000 = Node 0
106 * 001 = Node 1
107 * 010 = Node 2
108 * 011 = Node 3
109 * 100 = Node 4
110 * 101 = Node 5
111 * 110 = Node 6
112 * 111 = Node 7
113 * [ 3: 3] Reserved
114 * [ 5: 4] Destination Link ID
115 * 00 = Link 0
116 * 01 = Link 1
117 * 10 = Link 2
118 * 11 = Reserved
119 * [ 6: 6] Reserved
120 * [ 7: 7] Non-Posted
121 * 0 = CPU writes may be posted
122 * 1 = CPU writes must be non-posted
123 * [31: 8] Memory-Mapped I/O Limit Address i (39-16)
124 * This field defines the upp adddress bits of a 40-bit
125 * address that defines the end of a memory-mapped
126 * I/O region n
128 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0x84), 0x00000048, 0x00000000,
129 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0x8C), 0x00000048, 0x00000000,
130 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0x94), 0x00000048, 0x00000000,
131 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0x9C), 0x00000048, 0x00000000,
132 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0xA4), 0x00000048, 0x00000000,
133 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0xAC), 0x00000048, 0x00000000,
134 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0xB4), 0x00000048, 0x00000000,
135 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0xBC), 0x00000048, 0x00ffff00,
137 /* Memory-Mapped I/O Base i Registers
138 * F1:0x80 i = 0
139 * F1:0x88 i = 1
140 * F1:0x90 i = 2
141 * F1:0x98 i = 3
142 * F1:0xA0 i = 4
143 * F1:0xA8 i = 5
144 * F1:0xB0 i = 6
145 * F1:0xB8 i = 7
146 * [ 0: 0] Read Enable
147 * 0 = Reads disabled
148 * 1 = Reads Enabled
149 * [ 1: 1] Write Enable
150 * 0 = Writes disabled
151 * 1 = Writes Enabled
152 * [ 2: 2] Cpu Disable
153 * 0 = Cpu can use this I/O range
154 * 1 = Cpu requests do not use this I/O range
155 * [ 3: 3] Lock
156 * 0 = base/limit registers i are read/write
157 * 1 = base/limit registers i are read-only
158 * [ 7: 4] Reserved
159 * [31: 8] Memory-Mapped I/O Base Address i (39-16)
160 * This field defines the upper address bits of a 40bit
161 * address that defines the start of memory-mapped
162 * I/O region i
164 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0x80), 0x000000f0, 0x00000000,
165 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0x88), 0x000000f0, 0x00000000,
166 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0x90), 0x000000f0, 0x00000000,
167 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0x98), 0x000000f0, 0x00000000,
168 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0xA0), 0x000000f0, 0x00000000,
169 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0xA8), 0x000000f0, 0x00000000,
170 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0xB0), 0x000000f0, 0x00000000,
171 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0xB8), 0x000000f0, 0x00fc0003,
173 /* PCI I/O Limit i Registers
174 * F1:0xC4 i = 0
175 * F1:0xCC i = 1
176 * F1:0xD4 i = 2
177 * F1:0xDC i = 3
178 * [ 2: 0] Destination Node ID
179 * 000 = Node 0
180 * 001 = Node 1
181 * 010 = Node 2
182 * 011 = Node 3
183 * 100 = Node 4
184 * 101 = Node 5
185 * 110 = Node 6
186 * 111 = Node 7
187 * [ 3: 3] Reserved
188 * [ 5: 4] Destination Link ID
189 * 00 = Link 0
190 * 01 = Link 1
191 * 10 = Link 2
192 * 11 = reserved
193 * [11: 6] Reserved
194 * [24:12] PCI I/O Limit Address i
195 * This field defines the end of PCI I/O region n
196 * [31:25] Reserved
198 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0xC4), 0xFE000FC8, 0x01fff000,
199 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0xCC), 0xFE000FC8, 0x00000000,
200 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0xD4), 0xFE000FC8, 0x00000000,
201 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0xDC), 0xFE000FC8, 0x00000000,
203 /* PCI I/O Base i Registers
204 * F1:0xC0 i = 0
205 * F1:0xC8 i = 1
206 * F1:0xD0 i = 2
207 * F1:0xD8 i = 3
208 * [ 0: 0] Read Enable
209 * 0 = Reads Disabled
210 * 1 = Reads Enabled
211 * [ 1: 1] Write Enable
212 * 0 = Writes Disabled
213 * 1 = Writes Enabled
214 * [ 3: 2] Reserved
215 * [ 4: 4] VGA Enable
216 * 0 = VGA matches Disabled
217 * 1 = matches all address < 64K and where A[9:0] is in
218 * the range 3B0-3BB or 3C0-3DF independent of the
219 * base & limit registers
220 * [ 5: 5] ISA Enable
221 * 0 = ISA matches Disabled
222 * 1 = Blocks address < 64K and in the last 768 bytes of
223 * eack 1K block from matching agains this base/limit
224 * pair
225 * [11: 6] Reserved
226 * [24:12] PCI I/O Base i
227 * This field defines the start of PCI I/O region n
228 * [31:25] Reserved
230 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0xC0), 0xFE000FCC, 0x00000003,
231 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0xC8), 0xFE000FCC, 0x00000000,
232 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0xD0), 0xFE000FCC, 0x00000000,
233 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0xD8), 0xFE000FCC, 0x00000000,
235 /* Config Base and Limit i Registers
236 * F1:0xE0 i = 0
237 * F1:0xE4 i = 1
238 * F1:0xE8 i = 2
239 * F1:0xEC i = 3
240 * [ 0: 0] Read Enable
241 * 0 = Reads Disabled
242 * 1 = Reads Enabled
243 * [ 1: 1] Write Enable
244 * 0 = Writes Disabled
245 * 1 = Writes Enabled
246 * [ 2: 2] Device Number Compare Enable
247 * 0 = The ranges are based on bus number
248 * 1 = The ranges are ranges of devices on bus 0
249 * [ 3: 3] Reserved
250 * [ 6: 4] Destination Node
251 * 000 = Node 0
252 * 001 = Node 1
253 * 010 = Node 2
254 * 011 = Node 3
255 * 100 = Node 4
256 * 101 = Node 5
257 * 110 = Node 6
258 * 111 = Node 7
259 * [ 7: 7] Reserved
260 * [ 9: 8] Destination Link
261 * 00 = Link 0
262 * 01 = Link 1
263 * 10 = Link 2
264 * 11 - Reserved
265 * [15:10] Reserved
266 * [23:16] Bus Number Base i
267 * This field defines the lowest bus number in
268 * configuration region i
269 * [31:24] Bus Number Limit i
270 * This field defines the highest bus number in
271 * configuration regin i
273 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0xE0), 0x0000FC88, 0xff000003,
274 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0xE4), 0x0000FC88, 0x00000000,
275 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0xE8), 0x0000FC88, 0x00000000,
276 PCI_ADDR(CONFIG_CBB, CONFIG_CDB, 1, 0xEC), 0x0000FC88, 0x00000000,
279 u32 max;
280 max = ARRAY_SIZE(register_values);
281 setup_resource_map(register_values, max);