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