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