cpu.c
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:5k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /* cpu.c: Dinky routines to look for the kind of Sparc cpu
  2.  *        we are on.
  3.  *
  4.  * Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu)
  5.  */
  6. #include <linux/kernel.h>
  7. #include <linux/init.h>
  8. #include <linux/smp.h>
  9. #include <linux/threads.h>
  10. #include <asm/oplib.h>
  11. #include <asm/page.h>
  12. #include <asm/head.h>
  13. #include <asm/psr.h>
  14. #include <asm/mbus.h>
  15. struct cpu_iu_info {
  16.   int psr_impl;
  17.   int psr_vers;
  18.   char* cpu_name;   /* should be enough I hope... */
  19. };
  20. struct cpu_fp_info {
  21.   int psr_impl;
  22.   int fp_vers;
  23.   char* fp_name;
  24. };
  25. /* In order to get the fpu type correct, you need to take the IDPROM's
  26.  * machine type value into consideration too.  I will fix this.
  27.  */
  28. struct cpu_fp_info linux_sparc_fpu[] = {
  29.   { 0, 0, "Fujitsu MB86910 or Weitek WTL1164/5"},
  30.   { 0, 1, "Fujitsu MB86911 or Weitek WTL1164/5 or LSI L64831"},
  31.   { 0, 2, "LSI Logic L64802 or Texas Instruments ACT8847"},
  32.   /* SparcStation SLC, SparcStation1 */
  33.   { 0, 3, "Weitek WTL3170/2"},
  34.   /* SPARCstation-5 */
  35.   { 0, 4, "Lsi Logic/Meiko L64804 or compatible"},
  36.   { 0, 5, "reserved"},
  37.   { 0, 6, "reserved"},
  38.   { 0, 7, "No FPU"},
  39.   { 1, 0, "ROSS HyperSparc combined IU/FPU"},
  40.   { 1, 1, "Lsi Logic L64814"},
  41.   { 1, 2, "Texas Instruments TMS390-C602A"},
  42.   { 1, 3, "Cypress CY7C602 FPU"},
  43.   { 1, 4, "reserved"},
  44.   { 1, 5, "reserved"},
  45.   { 1, 6, "reserved"},
  46.   { 1, 7, "No FPU"},
  47.   { 2, 0, "BIT B5010 or B5110/20 or B5210"},
  48.   { 2, 1, "reserved"},
  49.   { 2, 2, "reserved"},
  50.   { 2, 3, "reserved"},
  51.   { 2, 4, "reserved"},
  52.   { 2, 5, "reserved"},
  53.   { 2, 6, "reserved"},
  54.   { 2, 7, "No FPU"},
  55.   /* SuperSparc 50 module */
  56.   { 4, 0, "SuperSparc on-chip FPU"},
  57.   /* SparcClassic */
  58.   { 4, 4, "TI MicroSparc on chip FPU"},
  59.   { 5, 0, "Matsushita MN10501"},
  60.   { 5, 1, "reserved"},
  61.   { 5, 2, "reserved"},
  62.   { 5, 3, "reserved"},
  63.   { 5, 4, "reserved"},
  64.   { 5, 5, "reserved"},
  65.   { 5, 6, "reserved"},
  66.   { 5, 7, "No FPU"},
  67.   { 9, 3, "Fujitsu or Weitek on-chip FPU"},
  68. };
  69. #define NSPARCFPU  (sizeof(linux_sparc_fpu)/sizeof(struct cpu_fp_info))
  70. struct cpu_iu_info linux_sparc_chips[] = {
  71.   /* Sun4/100, 4/200, SLC */
  72.   { 0, 0, "Fujitsu  MB86900/1A or LSI L64831 SparcKIT-40"},
  73.   /* borned STP1012PGA */
  74.   { 0, 4, "Fujitsu  MB86904"},
  75.   { 0, 5, "Fujitsu TurboSparc MB86907"},
  76.   /* SparcStation2, SparcServer 490 & 690 */
  77.   { 1, 0, "LSI Logic Corporation - L64811"},
  78.   /* SparcStation2 */
  79.   { 1, 1, "Cypress/ROSS CY7C601"},
  80.   /* Embedded controller */
  81.   { 1, 3, "Cypress/ROSS CY7C611"},
  82.   /* Ross Technologies HyperSparc */
  83.   { 1, 0xf, "ROSS HyperSparc RT620"},
  84.   { 1, 0xe, "ROSS HyperSparc RT625 or RT626"},
  85.   /* ECL Implementation, CRAY S-MP Supercomputer... AIEEE! */
  86.   /* Someone please write the code to support this beast! ;) */
  87.   { 2, 0, "Bipolar Integrated Technology - B5010"},
  88.   { 3, 0, "LSI Logic Corporation - unknown-type"},
  89.   { 4, 0, "Texas Instruments, Inc. - SuperSparc-(II)"},
  90.   /* SparcClassic  --  borned STP1010TAB-50*/
  91.   { 4, 1, "Texas Instruments, Inc. - MicroSparc"},
  92.   { 4, 2, "Texas Instruments, Inc. - MicroSparc II"},
  93.   { 4, 3, "Texas Instruments, Inc. - SuperSparc 51"},
  94.   { 4, 4, "Texas Instruments, Inc. - SuperSparc 61"},
  95.   { 4, 5, "Texas Instruments, Inc. - unknown"},
  96.   { 5, 0, "Matsushita - MN10501"},
  97.   { 6, 0, "Philips Corporation - unknown"},
  98.   { 7, 0, "Harvest VLSI Design Center, Inc. - unknown"},
  99.   /* Gallium arsenide 200MHz, BOOOOGOOOOMIPS!!! */
  100.   { 8, 0, "Systems and Processes Engineering Corporation (SPEC)"},
  101.   { 9, 0, "Fujitsu or Weitek Power-UP"},
  102.   { 9, 1, "Fujitsu or Weitek Power-UP"},
  103.   { 9, 2, "Fujitsu or Weitek Power-UP"},
  104.   { 9, 3, "Fujitsu or Weitek Power-UP"},
  105.   { 0xa, 0, "UNKNOWN CPU-VENDOR/TYPE"},
  106.   { 0xb, 0, "UNKNOWN CPU-VENDOR/TYPE"},
  107.   { 0xc, 0, "UNKNOWN CPU-VENDOR/TYPE"},
  108.   { 0xd, 0, "UNKNOWN CPU-VENDOR/TYPE"},
  109.   { 0xe, 0, "UNKNOWN CPU-VENDOR/TYPE"},
  110.   { 0xf, 0, "UNKNOWN CPU-VENDOR/TYPE"},
  111. };
  112. #define NSPARCCHIPS  (sizeof(linux_sparc_chips)/sizeof(struct cpu_iu_info))
  113. char *sparc_cpu_type[NR_CPUS] = { 0 };
  114. char *sparc_fpu_type[NR_CPUS] = { 0 };
  115. unsigned int fsr_storage;
  116. void __init cpu_probe(void)
  117. {
  118. int psr_impl, psr_vers, fpu_vers;
  119. int i, cpuid, psr;
  120. cpuid = hard_smp_processor_id();
  121. psr_impl = ((get_psr()>>28)&0xf);
  122. psr_vers = ((get_psr()>>24)&0xf);
  123. psr = get_psr();
  124. put_psr(psr | PSR_EF);
  125. fpu_vers = ((get_fsr()>>17)&0x7);
  126. put_psr(psr);
  127. for(i = 0; i<NSPARCCHIPS; i++) {
  128. if(linux_sparc_chips[i].psr_impl == psr_impl)
  129. if(linux_sparc_chips[i].psr_vers == psr_vers) {
  130. sparc_cpu_type[cpuid] = linux_sparc_chips[i].cpu_name;
  131. break;
  132. }
  133. }
  134. if(i==NSPARCCHIPS)
  135. printk("DEBUG: psr.impl = 0x%x   psr.vers = 0x%xn", psr_impl, 
  136.     psr_vers);
  137. for(i = 0; i<NSPARCFPU; i++) {
  138. if(linux_sparc_fpu[i].psr_impl == psr_impl)
  139. if(linux_sparc_fpu[i].fp_vers == fpu_vers) {
  140. sparc_fpu_type[cpuid] = linux_sparc_fpu[i].fp_name;
  141. break;
  142. }
  143. }
  144. if(i == NSPARCFPU) {
  145. printk("DEBUG: psr.impl = 0x%x  fsr.vers = 0x%xn", psr_impl,
  146.     fpu_vers);
  147. sparc_fpu_type[cpuid] = linux_sparc_fpu[31].fp_name;
  148. }
  149. }