blob: cdb46bd9dffa7f589c264b2a0371dfe8171f7fd3 [file] [log] [blame]
Peter Stugedad1e302008-11-22 17:13:36 +00001/*
2 * This file is part of msrtool.
3 *
4 * Copyright (c) 2008 Peter Stuge <peter@stuge.se>
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 version 2 as
8 * published by the Free Software Foundation.
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
Paul Menzela46a7122013-02-23 18:37:27 +010017 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Peter Stugedad1e302008-11-22 17:13:36 +000018 */
19
20#include "msrtool.h"
21
Anton Kochkov59b36f12012-07-21 07:29:48 +040022int geodelx_probe(const struct targetdef *target, const struct cpuid_t *id) {
Peter Stuge46c920e2009-11-25 02:25:37 +000023 return 5 == id->family && 10 == id->model;
Peter Stugedad1e302008-11-22 17:13:36 +000024}
25
26const struct msrdef geodelx_msrs[] = {
Nathan Williams226280c2009-11-26 13:54:40 +000027 { 0x20000018, MSRTYPE_RDWR, MSR2(0x10071007, 0x40), "MC_CF07_DATA", "Refresh and SDRAM Program", {
28 { 63, 4, "D1_SZ", "DIMM1 Size", PRESENT_BIN, {
29 { MSR1(0), "Reserved" },
30 { MSR1(1), "8 MB" },
31 { MSR1(2), "16 MB" },
32 { MSR1(3), "32 MB" },
33 { MSR1(4), "64 MB" },
34 { MSR1(5), "128 MB" },
35 { MSR1(6), "256 MB" },
36 { MSR1(7), "512 MB" },
37 { MSR1(8), "1 GB" },
38 { MSR1(9), "Reserved" },
39 { MSR1(10), "Reserved" },
40 { MSR1(11), "Reserved" },
41 { MSR1(12), "Reserved" },
42 { MSR1(13), "Reserved" },
43 { MSR1(14), "Reserved" },
44 { MSR1(15), "Reserved" },
45 { BITVAL_EOT }
46 }},
47 { 59, 3, RESERVED },
48 { 56, 1, "D1_MB", "DIMM1 Module Banks", PRESENT_BIN, {
49 { MSR1(0), "1 Module bank" },
50 { MSR1(1), "2 Module banks" },
51 { BITVAL_EOT }
52 }},
53 { 55, 3, RESERVED },
54 { 52, 1, "D1_CB", "DIMM1 Component Banks", PRESENT_BIN, {
55 { MSR1(0), "2 Component banks" },
56 { MSR1(1), "4 Component banks" },
57 { BITVAL_EOT }
58 }},
59 { 51, 1, RESERVED },
60 { 50, 3, "D1_PSZ", "DIMM1 Page Size", PRESENT_BIN, {
61 { MSR1(0), "1 KB" },
62 { MSR1(1), "2 KB" },
63 { MSR1(2), "4 KB" },
64 { MSR1(3), "8 KB" },
65 { MSR1(4), "16 KB" },
66 { MSR1(5), "32 KB" },
67 { MSR1(6), "Reserved" },
68 { MSR1(7), "DIMM1 Not Installed" },
69 { BITVAL_EOT }
70 }},
71 { 47, 4, "D0_SZ", "DIMM0 Size", PRESENT_BIN, {
72 { MSR1(0), "Reserved" },
73 { MSR1(1), "8 MB" },
74 { MSR1(2), "16 MB" },
75 { MSR1(3), "32 MB" },
76 { MSR1(4), "64 MB" },
77 { MSR1(5), "128 MB" },
78 { MSR1(6), "256 MB" },
79 { MSR1(7), "512 MB" },
80 { MSR1(8), "1 GB" },
81 { MSR1(9), "Reserved" },
82 { MSR1(10), "Reserved" },
83 { MSR1(11), "Reserved" },
84 { MSR1(12), "Reserved" },
85 { MSR1(13), "Reserved" },
86 { MSR1(14), "Reserved" },
87 { MSR1(15), "Reserved" },
88 { BITVAL_EOT }
89 }},
90 { 43, 3, RESERVED },
91 { 40, 1, "D0_MB", "DIMM0 Module Banks", PRESENT_BIN, {
92 { MSR1(0), "1 Module bank" },
93 { MSR1(1), "2 Module banks" },
94 { BITVAL_EOT }
95 }},
96 { 39, 3, RESERVED },
97 { 36, 1, "D0_CB", "DIMM0 Component Banks", PRESENT_BIN, {
98 { MSR1(0), "2 Component banks" },
99 { MSR1(1), "4 Component banks" },
100 { BITVAL_EOT }
101 }},
102 { 35, 1, RESERVED },
103 { 34, 3, "D0_PSZ", "DIMM0 Page Size", PRESENT_BIN, {
104 { MSR1(0), "1 KB" },
105 { MSR1(1), "2 KB" },
106 { MSR1(2), "4 KB" },
107 { MSR1(3), "8 KB" },
108 { MSR1(4), "16 KB" },
109 { MSR1(5), "32 KB" },
110 { MSR1(6), "Reserved" },
111 { MSR1(7), "DIMM0 Not Installed" },
112 { BITVAL_EOT }
113 }},
114 { 31, 2, RESERVED },
115 { 29, 2, "MSR_BA", "Mode Register Set Bank Address", PRESENT_BIN, {
116 { MSR1(0), "Program the DIMM Mode Register" },
117 { MSR1(1), "Program the DIMM Extended Mode Register" },
118 { MSR1(2), "Reserved" },
119 { MSR1(3), "Reserved" },
120 { BITVAL_EOT }
121 }},
122 { 27, 1, "RST_DLL", "Mode Register Reset DLL", PRESENT_BIN, {
123 { MSR1(0), "Do not reset DLL" },
124 { MSR1(1), "Reset DLL" },
125 { BITVAL_EOT }
126 }},
127 { 26, 1, "EMR_QFC", "Extended Mode Register FET Control", PRESENT_BIN, {
128 { MSR1(0), "Enable" },
129 { MSR1(1), "Disable" },
130 { BITVAL_EOT }
131 }},
132 { 25, 1, "EMR_DRV", "Extended Mode Register Drive Strength Control", PRESENT_BIN, {
133 { MSR1(0), "Normal" },
134 { MSR1(1), "Reduced" },
135 { BITVAL_EOT }
136 }},
137 { 24, 1, "EMR_DLL", "Extended Mode Register DLL", PRESENT_BIN, {
138 { MSR1(0), "Enable" },
139 { MSR1(1), "Disable" },
140 { BITVAL_EOT }
141 }},
142 { 23, 16, "REF_INT", "Refresh Interval", PRESENT_DEC, NOBITS },
143 { 7, 4, "REF_STAG", "Refresh Staggering", PRESENT_DEC, NOBITS },
144 { 3, 1, "REF_TST", "Test Refresh", PRESENT_BIN, NOBITS },
145 { 2, 1, RESERVED },
146 { 1, 1, "SOFT_RST", "Software Reset", PRESENT_BIN, NOBITS },
147 { 0, 1, "PROG_DRAM", "Program Mode Register in SDRAM", PRESENT_BIN, NOBITS },
148 { BITS_EOT }
149 }},
150 { 0x20000019, MSRTYPE_RDWR, MSR2(0x18000008, 0x287337a3), "MC_CF8F_DATA", "Timing and Mode Program", {
151 { 63, 8, "STALE_REQ", "GLIU Max Stale Request Count", PRESENT_DEC, NOBITS },
152 { 55, 3, RESERVED },
153 { 52, 2, "XOR_BIT_SEL", "XOR Bit Select", PRESENT_BIN, {
154 { MSR1(0), "ADDR[18]" },
155 { MSR1(1), "ADDR[19]" },
156 { MSR1(2), "ADDR[20]" },
157 { MSR1(3), "ADDR[21]" },
158 { BITVAL_EOT }
159 }},
160 { 50, 1, "XOR_MB0", "XOR MB0 Enable", PRESENT_BIN, {
161 { MSR1(0), "Disabled" },
162 { MSR1(1), "Enabled" },
163 { BITVAL_EOT }
164 }},
165 { 49, 1, "XOR_BA1", "XOR BA1 Enable", PRESENT_BIN, {
166 { MSR1(0), "Disabled" },
167 { MSR1(1), "Enabled" },
168 { BITVAL_EOT }
169 }},
170 { 48, 1, "XOR_BA0", "XOR BA0 Enable", PRESENT_BIN, {
171 { MSR1(0), "Disabled" },
172 { MSR1(1), "Enabled" },
173 { BITVAL_EOT }
174 }},
175 { 47, 6, RESERVED },
176 { 41, 1, "TRUNC_DIS", "Burst Truncate Disable", PRESENT_BIN, {
177 { MSR1(0), "Bursts Enabled" },
178 { MSR1(1), "Bursts Disabled" },
179 { BITVAL_EOT }
180 }},
181 { 40, 1, "REORDER_DIS", "Reorder Disable", PRESENT_BIN, {
182 { MSR1(0), "Reordering Enabled" },
183 { MSR1(1), "Reordering Disabled" },
184 { BITVAL_EOT }
185 }},
186 { 39, 6, RESERVED },
187 { 33, 1, "HOI_LOI", "High / Low Order Interleave Select", PRESENT_BIN, {
188 { MSR1(0), "Low Order Interleave" },
189 { MSR1(1), "High Order Interleave" },
190 { BITVAL_EOT }
191 }},
192 { 32, 1, RESERVED },
193 { 31, 1, "THZ_DLY", "tHZ Delay", PRESENT_BIN, NOBITS },
194 { 30, 3, "CAS_LAT", "Read CAS Latency", PRESENT_BIN, {
195 { MSR1(0), "Reserved" },
196 { MSR1(1), "Reserved" },
197 { MSR1(2), "2" },
198 { MSR1(3), "3" },
199 { MSR1(4), "4" },
200 { MSR1(5), "1.5" },
201 { MSR1(6), "2.5" },
202 { MSR1(7), "3.5" },
203 { BITVAL_EOT }
204 }},
205 { 27, 4, "ACT2ACTREF", "ACT to ACT/REF Period. tRC", PRESENT_DEC, NOBITS },
206 { 23, 4, "ACT2PRE", "ACT to PRE Period. tRAS", PRESENT_DEC, NOBITS },
207 { 19, 1, RESERVED },
208 { 18, 3, "PRE2ACT", "PRE to ACT Period. tRP", PRESENT_DEC, NOBITS },
209 { 15, 1, RESERVED },
210 { 14, 3, "ACT2CMD", "Delay Time from ACT to Read/Write. tRCD", PRESENT_DEC, NOBITS },
211 { 11, 4, "ACT2ACT", "ACT(0) to ACT(1) Period. tRRD", PRESENT_DEC, NOBITS },
212 { 7, 2, "DPLWR", "Data-in to PRE Period. tDPLW", PRESENT_DEC, {
213 { MSR1(0), "Invalid value" },
214 { MSR1(1), "1" },
215 { MSR1(2), "2" },
216 { MSR1(3), "3" },
217 { BITVAL_EOT }
218 }},
219 { 5, 2, "DPLRD", "Data-in to PRE Period. tDPLR", PRESENT_DEC, {
220 { MSR1(0), "Invalid value" },
221 { MSR1(1), "1" },
222 { MSR1(2), "2" },
223 { MSR1(3), "3" },
224 { BITVAL_EOT }
225 }},
226 { 3, 4, RESERVED },
227 { BITS_EOT }
228 }},
229 { 0x2000001a, MSRTYPE_RDWR, MSR2(0, 0x11080001), "MC_CF1017_DATA", "Feature Enables", {
230 { 63, 34, RESERVED },
231 { 29, 2, "WR_TO_RD", "Write to Read Delay. tWTR", PRESENT_DEC, NOBITS },
232 { 27, 1, RESERVED },
233 { 26, 3, "RD_TMG_CTL", "Read Timing Control", PRESENT_DEC, NOBITS },
234 { 23, 3, RESERVED },
235 { 20, 5, "REF2ACT", "Refresh to Activate Delay. tRFC", PRESENT_DEC, NOBITS },
236 { 15, 8, "PM1_UP_DLY", "PMode1 Up Delay", PRESENT_DEC, NOBITS },
237 { 7, 5, RESERVED },
238 { 2, 3, "WR2DAT", "Write Command to Data Latency", PRESENT_DEC, {
239 { MSR1(0), "No delay" },
240 { MSR1(1), "1-clock delay for unbuffered DIMMs" },
241 { MSR1(2), "2-clock delay" },
242 { MSR1(3), "Invalid value" },
243 { BITVAL_EOT }
244 }},
245 { BITS_EOT }
246 }},
247 { 0x2000001b, MSRTYPE_RDONLY, MSR2(0, 0), "MC_CFPERF_CNT1", "Performance Counters", {
248 { 63, 32, "CNT0", "Counter 0", PRESENT_DEC, NOBITS },
249 { 31, 32, "CNT1", "Counter 1", PRESENT_DEC, NOBITS },
250 { BITS_EOT }
251 }},
252 { 0x2000001c, MSRTYPE_RDWR, MSR2(0, 0x00ff00ff), "MC_PERFCNT2", "Counter and CAS Control", {
253 { 63, 28, RESERVED },
254 { 35, 1, "STOP_CNT1", "Stop Counter 1", PRESENT_DEC, NOBITS },
255 { 34, 1, "RST_CNT1", "Reset Counter 1", PRESENT_DEC, NOBITS },
256 { 33, 1, "STOP_CNT0", "Stop Counter 0", PRESENT_DEC, NOBITS },
257 { 32, 1, "RST_CNT0", "Reset Counter 0", PRESENT_DEC, NOBITS },
258 { 31, 32, RESERVED },
259 { BITS_EOT }
260 }},
261 { 0x2000001d, MSRTYPE_RDWR, MSR2(0, 0x1300), "MC_CFCLK_DBUG", "Clocking and Debug", {
262 { 63, 29, RESERVED },
263 { 34, 1, "B2B_DIS", "Back-to-Back Command Disable", PRESENT_BIN, {
264 { MSR1(0), "Allow back-to-back commands" },
265 { MSR1(1), "Disable back-to-back commands" },
266 { BITVAL_EOT }
267 }},
268 { 33, 1, "MTEST_RBEX_EN", "MTEST RBEX Enable", PRESENT_BIN, {
269 { MSR1(0), "Disable" },
270 { MSR1(1), "Enable" },
271 { BITVAL_EOT }
272 }},
273 { 32, 1, "MTEST_EN", "MTEST Enable", PRESENT_BIN, {
274 { MSR1(0), "Disable" },
275 { MSR1(1), "Enable" },
276 { BITVAL_EOT }
277 }},
278 { 31, 15, RESERVED },
279 { 16, 1, "FORCE_PRE", "Force Precharge-all", PRESENT_BIN, {
280 { MSR1(0), "Disable" },
281 { MSR1(1), "Enable" },
282 { BITVAL_EOT }
283 }},
284 { 15, 3, RESERVED },
285 { 12, 1, "TRISTATE_DIS", "TRI-STATE Disable", PRESENT_BIN, {
286 { MSR1(0), "Tri-stating enabled" },
287 { MSR1(1), "Tri-stating disabled" },
288 { BITVAL_EOT }
289 }},
290 { 11, 2, RESERVED },
291 { 9, 1, "MASK_CKE1", "CKE1 Mask", PRESENT_BIN, {
292 { MSR1(0), "CKE1 output enable unmasked" },
293 { MSR1(1), "CKE1 output enable masked" },
294 { BITVAL_EOT }
295 }},
296 { 8, 1, "MASK_CKE0", "CKE0 Mask", PRESENT_BIN, {
297 { MSR1(0), "CKE0 output enable unmasked" },
298 { MSR1(1), "CKE0 output enable masked" },
299 { BITVAL_EOT }
300 }},
301 { 7, 1, "CNTL_MSK1", "Control Mask 1", PRESENT_BIN, {
302 { MSR1(0), "DIMM1 CAS1# RAS1# WE1# CS[3:2]# output enable unmasked" },
303 { MSR1(1), "DIMM1 CAS1# RAS1# WE1# CS[3:2]# output enable masked" },
304 { BITVAL_EOT }
305 }},
306 { 6, 1, "CNTL_MSK0", "Control Mask 0", PRESENT_BIN, {
307 { MSR1(0), "DIMM0 CAS0# RAS0# WE0# CS[1:0]# output enable unmasked" },
308 { MSR1(1), "DIMM0 CAS0# RAS0# WE0# CS[1:0]# output enable masked" },
309 { BITVAL_EOT }
310 }},
311 { 5, 1, "ADRS_MSK", "Address Mask", PRESENT_BIN, {
312 { MSR1(0), "MA and BA output enable unmasked" },
313 { MSR1(1), "MA and BA output enable masked" },
314 { BITVAL_EOT }
315 }},
316 { 4, 5, RESERVED },
317 { BITS_EOT }
318 }},
Peter Stugedad1e302008-11-22 17:13:36 +0000319 { 0x4c00000f, MSRTYPE_RDWR, MSR2(0, 0), "GLCP_DELAY_CONTROLS", "GLCP I/O Delay Controls", {
320 { 63, 1, "EN", "Enable", PRESENT_DEC, {
321 { MSR1(0), "Use default values" },
322 { MSR1(1), "Use value in bits [62:0]" },
323 { BITVAL_EOT }
324 }},
325 { 62, 1, "B_DQ", "Buffer Control for DQ DQS DQM TLA drive", PRESENT_DEC, {
326 { MSR1(1), "Half power" },
327 { MSR1(0), "Quarter power" },
328 { BITVAL_EOT }
329 }},
330 { 61, 1, "B_CMD", "Buffer Control for RAS CAS CKE CS WE drive", PRESENT_DEC, {
331 { MSR1(1), "Half power" },
332 { MSR1(0), "Quarter power" },
333 { BITVAL_EOT }
334 }},
335 { 60, 1, "B_MA", "Buffer Control for MA BA drive", PRESENT_DEC, {
336 { MSR1(0), "Half power" },
337 { MSR1(1), "Full power" },
338 { BITVAL_EOT }
339 }},
340 { 59, 1, "SDCLK_SET", "SDCLK Setup", PRESENT_DEC, {
341 { MSR1(0), "Full SDCLK setup" },
342 { MSR1(1), "Half SDCLK setup for control signals" },
343 { BITVAL_EOT }
344 }},
345 { 58, 3, "DDR_RLE", "DDR read latch enable position", PRESENT_DEC, NOBITS },
346 { 55, 1, "SDCLK_DIS", "SDCLK disable [1,3,5]", PRESENT_DEC, {
347 { MSR1(0), "All SDCLK output" },
348 { MSR1(1), "SDCLK[0,2,4] output only" },
349 { BITVAL_EOT }
350 }},
351 { 54, 3, "TLA1_OA", "TLA hint pin output adjust", PRESENT_DEC, NOBITS },
352 { 51, 2, "D_TLA1", "Output delay for TLA1", PRESENT_DEC, NOBITS },
353 { 49, 2, "D_TLA0", "Output delay for TLA0", PRESENT_DEC, NOBITS },
354 { 47, 2, "D_DQ_E", "Output delay for DQ DQM - even byte lanes", PRESENT_DEC, NOBITS },
355 { 45, 2, "D_DQ_O", "Output delay for DQ DQM - odd byte lanes", PRESENT_DEC, NOBITS },
356 { 43, 2, RESERVED},
357 { 41, 2, "D_SDCLK", "Output delay for SDCLK", PRESENT_DEC, NOBITS },
358 { 39, 2, "D_CMD_O", "Output delay for CKE CS RAS CAS WE - odd bits", PRESENT_DEC, NOBITS },
359 { 37, 2, "D_CMD_E", "Output delay for CKE CS RAS CAS WE - even bits", PRESENT_DEC, NOBITS },
360 { 35, 2, "D_MA_O", "Output delay for BA MA - odd bits", PRESENT_DEC, NOBITS },
361 { 33, 2, "D_MA_E", "Output delay for BA MA - even bits", PRESENT_DEC, NOBITS },
362 { 31, 2, "D_PCI_O", "Output delay for pci_ad IRQ13 SUSPA# INTA# - odd bits", PRESENT_DEC, NOBITS },
363 { 29, 2, "D_PCI_E", "Output delay for pci_ad IRQ13 SUSPA# INTA# - even bits", PRESENT_DEC, NOBITS },
364 { 27, 2, "D_DOTCLK", "Output delay for DOTCLK", PRESENT_DEC, NOBITS },
365 { 25, 2, "D_DRGB_O", "Output delay for DRGB[31:0] - odd bits", PRESENT_DEC, NOBITS },
366 { 23, 2, "D_DRGB_E", "Output delay for DRGB[31:0] HSYNC VSYNC DISPEN VDDEN LDE_MOD - even bits", PRESENT_DEC, NOBITS },
367 { 21, 2, "D_PCI_IN", "Input delay for pci_ad CBE# PAR STOP# FRAME# IRDY# TRDY# DEVSEL# REQ# GNT# CIS", PRESENT_DEC, NOBITS },
368 { 19, 2, "D_TDBGI", "Input delay for TDBGI", PRESENT_DEC, NOBITS },
369 { 17, 2, "D_VIP", "Input delay for VID[15:0] VIP_HSYNC VIP_VSYNC", PRESENT_DEC, NOBITS },
370 { 15, 2, "D_VIPCLK", "Input delay for VIPCLK", PRESENT_DEC, NOBITS },
371 { 13, 1, "H_SDCLK", "Half SDCLK hold select (for cmd addr)", PRESENT_DEC, {
372 { MSR1(1), "Half SDCLK setup for MA and BA" },
373 { MSR1(0), "Full SDCLK setup" },
374 { BITVAL_EOT }
375 }},
376 { 12, 2, "PLL_FD_DEL", "PLL Feedback Delay", PRESENT_BIN, {
377 { MSR1(0), "No feedback delay" },
378 { MSR1(1), "~350 ps" },
379 { MSR1(2), "~700 ps" },
380 { MSR1(3), "~1100 ps (Max feedback delay)" },
381 { BITVAL_EOT }
382 }},
383 { 10, 5, RESERVED },
384 { 5, 1, "DLL_OV", "DLL Override (to DLL)", PRESENT_DEC, NOBITS },
385 { 4, 5, "DLL_OVS/RSDA", "DLL Override Setting or Read Strobe Delay Adjust", PRESENT_DEC, NOBITS },
386 { BITS_EOT }
387 }},
Peter Stugeb198a472009-11-21 06:02:48 +0000388 { 0x4c000014, MSRTYPE_RDWR, MSR2(0, 0), "GLCP_SYS_RSTPLL", "GLCP System Reset and PLL Control", {
389 { 63, 20, RESERVED },
390 { 43, 5, "GLIUMULT", "GLIU Multiplier", PRESENT_DEC, NOBITS },
391 { 38, 1, "GLIUDIV", "GLIU Divide", PRESENT_DEC, {
392 { MSR1(0), "Do not predivide input" },
393 { MSR1(1), "Divide by 2" },
394 { BITVAL_EOT }
395 }},
396 { 37, 5, "COREMULT", "CPU Core Multiplier", PRESENT_DEC, NOBITS },
397 { 32, 1, "COREDIV", "CPU Core Divide", PRESENT_DEC, {
398 { MSR1(0), "Do not predivide input" },
399 { MSR1(1), "Divide by 2" },
400 { BITVAL_EOT }
401 }},
402 { 31, 6, "SWFLAGS", "Flags", PRESENT_BIN, NOBITS },
403 { 25, 1, "GLIULOCK", "GLIU PLL Lock", PRESENT_DEC, {
404 { MSR1(1), "PLL locked" },
405 { MSR1(0), "PLL is not locked" },
406 { BITVAL_EOT }
407 }},
408 { 24, 1, "CORELOCK", "CPU Core PLL Lock", PRESENT_DEC, {
409 { MSR1(1), "PLL locked" },
410 { MSR1(0), "PLL is not locked" },
411 { BITVAL_EOT }
412 }},
413 { 23, 8, "HOLD_COUNT", "Hold Count, divided by 16", PRESENT_DEC, NOBITS },
414 { 15, 1, RESERVED },
415 { 14, 1, "GLIUPD", "GLIU PLL Power Down mode", PRESENT_DEC, NOBITS },
416 { 13, 1, "COREPD", "CPU Core PLL Power Down mode", PRESENT_DEC, NOBITS },
417 { 12, 1, "GLIUBYPASS", "GLIU PLL Bypass", PRESENT_DEC, {
418 { MSR1(1), "DOTREF input directly drives the GLIU clock spines" },
419 { MSR1(0), "DOTPLL drives the GLIU clock" },
420 { BITVAL_EOT }
421 }},
422 { 11, 1, "COREBYPASS", "CPU Core PLL Bypass", PRESENT_DEC, {
423 { MSR1(1), "DOTREF input directly drives the CPU Core clock" },
424 { MSR1(0), "DOTPLL drives the CPU Core clock" },
425 { BITVAL_EOT }
426 }},
427 { 10, 1, "LPFEN", "Loop Filter", PRESENT_DEC, {
428 { MSR1(1), "Enabled" },
429 { MSR1(0), "Disabled" },
430 { BITVAL_EOT }
431 }},
432 { 9, 1, "VA_SEMI_SYNC_MODE", "CPU-GLIU Sync Mode", PRESENT_DEC, {
433 { MSR1(1), "CPU does not use GLIU FIFO" },
434 { MSR1(0), "The GLIU FIFO is used by the CPU" },
435 { BITVAL_EOT }
436 }},
437 { 8, 1, "PCI_SEMI_SYNC_MODE", "PCI-GLIU Sync Mode", PRESENT_DEC, {
438 { MSR1(1), "PCI does not use mb_func_clk and pci_func_clk falling edges" },
439 { MSR1(0), "Falling edges on mb_func_clk and pci_func_clk are used by PCI" },
440 { BITVAL_EOT }
441 }},
442 { 7, 1, "BOOTSTRAP_PW1", "PW1 bootstrap", PRESENT_DEC, {
443 { MSR1(1), "66MHz PCI clock" },
444 { MSR1(0), "33MHz PCI clock" },
445 { BITVAL_EOT }
446 }},
447 { 6, 1, "BOOTSTRAP_IRQ13", "IRQ13 bootstrap", PRESENT_DEC, {
448 { MSR1(1), "Stall-on-reset debug feature enabled" },
449 { MSR1(0), "No stall" },
450 { BITVAL_EOT }
451 }},
452 { 5, 5, "BOOTSTRAPS", "CPU/GLIU frequency select", PRESENT_BIN, NOBITS },
453 { 0, 1, "CHIP_RESET", "Chip Reset", PRESENT_DEC, NOBITS },
454 { BITS_EOT }
455 }},
Peter Stugedad1e302008-11-22 17:13:36 +0000456 { MSR_EOT }
457};