1 /* cpu.c: Dinky routines to look for the kind of Sparc cpu
4 * Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu)
7 #include <linux/kernel.h>
8 #include <linux/module.h>
9 #include <linux/init.h>
10 #include <linux/smp.h>
11 #include <linux/threads.h>
13 #include <asm/spitfire.h>
14 #include <asm/oplib.h>
19 #include <asm/cpudata.h>
23 DEFINE_PER_CPU(cpuinfo_sparc
, __cpu_data
) = { 0 };
24 EXPORT_PER_CPU_SYMBOL(__cpu_data
);
40 struct manufacturer_info
{
42 struct cpu_info cpu_info
[NOCPU
];
43 struct fpu_info fpu_info
[NOFPU
];
46 #define CPU(ver, _name) \
47 { .psr_vers = ver, .name = _name }
49 #define CPU_PMU(ver, _name, _pmu_name) \
50 { .psr_vers = ver, .name = _name, .pmu_name = _pmu_name }
52 #define FPU(ver, _name) \
53 { .fp_vers = ver, .name = _name }
55 static const struct manufacturer_info __initconst manufacturer_info
[] = {
58 /* Sun4/100, 4/200, SLC */
60 CPU(0, "Fujitsu MB86900/1A or LSI L64831 SparcKIT-40"),
61 /* borned STP1012PGA */
62 CPU(4, "Fujitsu MB86904"),
63 CPU(5, "Fujitsu TurboSparc MB86907"),
67 FPU(0, "Fujitsu MB86910 or Weitek WTL1164/5"),
68 FPU(1, "Fujitsu MB86911 or Weitek WTL1164/5 or LSI L64831"),
69 FPU(2, "LSI Logic L64802 or Texas Instruments ACT8847"),
70 /* SparcStation SLC, SparcStation1 */
71 FPU(3, "Weitek WTL3170/2"),
73 FPU(4, "Lsi Logic/Meiko L64804 or compatible"),
79 /* SparcStation2, SparcServer 490 & 690 */
80 CPU(0, "LSI Logic Corporation - L64811"),
82 CPU(1, "Cypress/ROSS CY7C601"),
83 /* Embedded controller */
84 CPU(3, "Cypress/ROSS CY7C611"),
85 /* Ross Technologies HyperSparc */
86 CPU(0xf, "ROSS HyperSparc RT620"),
87 CPU(0xe, "ROSS HyperSparc RT625 or RT626"),
91 FPU(0, "ROSS HyperSparc combined IU/FPU"),
92 FPU(1, "Lsi Logic L64814"),
93 FPU(2, "Texas Instruments TMS390-C602A"),
94 FPU(3, "Cypress CY7C602 FPU"),
100 /* ECL Implementation, CRAY S-MP Supercomputer... AIEEE! */
101 /* Someone please write the code to support this beast! ;) */
102 CPU(0, "Bipolar Integrated Technology - B5010"),
111 CPU(0, "LSI Logic Corporation - unknown-type"),
120 CPU(0, "Texas Instruments, Inc. - SuperSparc-(II)"),
121 /* SparcClassic -- borned STP1010TAB-50*/
122 CPU(1, "Texas Instruments, Inc. - MicroSparc"),
123 CPU(2, "Texas Instruments, Inc. - MicroSparc II"),
124 CPU(3, "Texas Instruments, Inc. - SuperSparc 51"),
125 CPU(4, "Texas Instruments, Inc. - SuperSparc 61"),
126 CPU(5, "Texas Instruments, Inc. - unknown"),
130 /* SuperSparc 50 module */
131 FPU(0, "SuperSparc on-chip FPU"),
133 FPU(4, "TI MicroSparc on chip FPU"),
139 CPU(0, "Matsushita - MN10501"),
143 FPU(0, "Matsushita MN10501"),
149 CPU(0, "Philips Corporation - unknown"),
158 CPU(0, "Harvest VLSI Design Center, Inc. - unknown"),
167 CPU(0, "Systems and Processes Engineering Corporation (SPEC)"),
176 /* Gallium arsenide 200MHz, BOOOOGOOOOMIPS!!! */
177 CPU(0, "Fujitsu or Weitek Power-UP"),
178 CPU(1, "Fujitsu or Weitek Power-UP"),
179 CPU(2, "Fujitsu or Weitek Power-UP"),
180 CPU(3, "Fujitsu or Weitek Power-UP"),
184 FPU(3, "Fujitsu or Weitek on-chip FPU"),
188 0xF, /* Aeroflex Gaisler */
195 FPU(3, "GRFPU-Lite"),
201 CPU_PMU(0x10, "TI UltraSparc I (SpitFire)", "ultra12"),
202 CPU_PMU(0x11, "TI UltraSparc II (BlackBird)", "ultra12"),
203 CPU_PMU(0x12, "TI UltraSparc IIi (Sabre)", "ultra12"),
204 CPU_PMU(0x13, "TI UltraSparc IIe (Hummingbird)", "ultra12"),
208 FPU(0x10, "UltraSparc I integrated FPU"),
209 FPU(0x11, "UltraSparc II integrated FPU"),
210 FPU(0x12, "UltraSparc IIi integrated FPU"),
211 FPU(0x13, "UltraSparc IIe integrated FPU"),
217 CPU_PMU(0x10, "TI UltraSparc I (SpitFire)", "ultra12"),
221 FPU(0x10, "UltraSparc I integrated FPU"),
227 CPU_PMU(0x14, "TI UltraSparc III (Cheetah)", "ultra3"),
228 CPU_PMU(0x15, "TI UltraSparc III+ (Cheetah+)", "ultra3+"),
229 CPU_PMU(0x16, "TI UltraSparc IIIi (Jalapeno)", "ultra3i"),
230 CPU_PMU(0x18, "TI UltraSparc IV (Jaguar)", "ultra3+"),
231 CPU_PMU(0x19, "TI UltraSparc IV+ (Panther)", "ultra4+"),
232 CPU_PMU(0x22, "TI UltraSparc IIIi+ (Serrano)", "ultra3i"),
236 FPU(0x14, "UltraSparc III integrated FPU"),
237 FPU(0x15, "UltraSparc III+ integrated FPU"),
238 FPU(0x16, "UltraSparc IIIi integrated FPU"),
239 FPU(0x18, "UltraSparc IV integrated FPU"),
240 FPU(0x19, "UltraSparc IV+ integrated FPU"),
241 FPU(0x22, "UltraSparc IIIi+ integrated FPU"),
246 /* In order to get the fpu type correct, you need to take the IDPROM's
247 * machine type value into consideration too. I will fix this.
250 const char *sparc_cpu_type
;
251 const char *sparc_fpu_type
;
252 const char *sparc_pmu_type
;
254 unsigned int fsr_storage
;
256 static void set_cpu_and_fpu(int psr_impl
, int psr_vers
, int fpu_vers
)
258 const struct manufacturer_info
*manuf
;
261 sparc_cpu_type
= NULL
;
262 sparc_fpu_type
= NULL
;
263 sparc_pmu_type
= NULL
;
266 for (i
= 0; i
< ARRAY_SIZE(manufacturer_info
); i
++)
268 if (psr_impl
== manufacturer_info
[i
].psr_impl
) {
269 manuf
= &manufacturer_info
[i
];
275 const struct cpu_info
*cpu
;
276 const struct fpu_info
*fpu
;
278 cpu
= &manuf
->cpu_info
[0];
279 while (cpu
->psr_vers
!= -1)
281 if (cpu
->psr_vers
== psr_vers
) {
282 sparc_cpu_type
= cpu
->name
;
283 sparc_pmu_type
= cpu
->pmu_name
;
284 sparc_fpu_type
= "No FPU";
289 fpu
= &manuf
->fpu_info
[0];
290 while (fpu
->fp_vers
!= -1)
292 if (fpu
->fp_vers
== fpu_vers
) {
293 sparc_fpu_type
= fpu
->name
;
299 if (sparc_cpu_type
== NULL
)
301 printk(KERN_ERR
"CPU: Unknown chip, impl[0x%x] vers[0x%x]\n",
303 sparc_cpu_type
= "Unknown CPU";
305 if (sparc_fpu_type
== NULL
)
307 printk(KERN_ERR
"FPU: Unknown chip, impl[0x%x] vers[0x%x]\n",
309 sparc_fpu_type
= "Unknown FPU";
311 if (sparc_pmu_type
== NULL
)
312 sparc_pmu_type
= "Unknown PMU";
315 #ifdef CONFIG_SPARC32
316 void __cpuinit
cpu_probe(void)
318 int psr_impl
, psr_vers
, fpu_vers
;
321 psr_impl
= ((get_psr() >> 28) & 0xf);
322 psr_vers
= ((get_psr() >> 24) & 0xf);
325 put_psr(psr
| PSR_EF
);
326 #ifdef CONFIG_SPARC_LEON
329 fpu_vers
= ((get_fsr() >> 17) & 0x7);
334 set_cpu_and_fpu(psr_impl
, psr_vers
, fpu_vers
);
337 static void __init
sun4v_cpu_probe(void)
339 switch (sun4v_chip_type
) {
340 case SUN4V_CHIP_NIAGARA1
:
341 sparc_cpu_type
= "UltraSparc T1 (Niagara)";
342 sparc_fpu_type
= "UltraSparc T1 integrated FPU";
343 sparc_pmu_type
= "niagara";
346 case SUN4V_CHIP_NIAGARA2
:
347 sparc_cpu_type
= "UltraSparc T2 (Niagara2)";
348 sparc_fpu_type
= "UltraSparc T2 integrated FPU";
349 sparc_pmu_type
= "niagara2";
353 printk(KERN_WARNING
"CPU: Unknown sun4v cpu type [%s]\n",
354 prom_cpu_compatible
);
355 sparc_cpu_type
= "Unknown SUN4V CPU";
356 sparc_fpu_type
= "Unknown SUN4V FPU";
361 static int __init
cpu_type_probe(void)
363 if (tlb_type
== hypervisor
) {
369 __asm__
__volatile__("rdpr %%ver, %0" : "=r" (ver
));
371 manuf
= ((ver
>> 48) & 0xffff);
372 impl
= ((ver
>> 32) & 0xffff);
373 set_cpu_and_fpu(manuf
, impl
, impl
);
378 arch_initcall(cpu_type_probe
);