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

嵌入式Linux

开发平台:

Unix_Linux

  1. /***********************************************************************
  2.  *
  3.  * Copyright 2001 MontaVista Software Inc.
  4.  * Author: jsun@mvista.com or jsun@junsun.net
  5.  *
  6.  * arch/mips/ddb5xxx/ddb5477/debug.c
  7.  *     vrc5477 specific debug routines.
  8.  *
  9.  * This program is free software; you can redistribute  it and/or modify it
  10.  * under  the terms of  the GNU General  Public License as published by the
  11.  * Free Software Foundation;  either version 2 of the  License, or (at your
  12.  * option) any later version.
  13.  *
  14.  ***********************************************************************
  15.  */
  16. #include <linux/kernel.h>
  17. #include <linux/interrupt.h>
  18. #include <linux/signal.h> /* SA_INTERRUPT */
  19. #include <asm/mipsregs.h>
  20. #include <asm/ddb5xxx/ddb5xxx.h>
  21. typedef struct {
  22.        const char *regname;
  23.        unsigned regaddr;
  24. } Register;
  25. void jsun_show_regs(char *name, Register *regs)
  26. {
  27. int i;
  28. printk("nshow regs: %sn", name);
  29. for(i=0;regs[i].regname!= NULL; i++) {
  30. printk("%-16s= %08xtt(@%08x)n", 
  31.        regs[i].regname, 
  32.        *(unsigned *)(regs[i].regaddr), 
  33.        regs[i].regaddr);
  34. }
  35. }
  36. static Register int_regs[] = {
  37. {"DDB_INTCTRL0", DDB_BASE + DDB_INTCTRL0},
  38. {"DDB_INTCTRL1", DDB_BASE + DDB_INTCTRL1},
  39. {"DDB_INTCTRL2", DDB_BASE + DDB_INTCTRL2},
  40. {"DDB_INTCTRL3", DDB_BASE + DDB_INTCTRL3},
  41. {"DDB_INT0STAT", DDB_BASE + DDB_INT0STAT},
  42. {"DDB_INT1STAT", DDB_BASE + DDB_INT1STAT},
  43. {"DDB_INT2STAT", DDB_BASE + DDB_INT2STAT},
  44. {"DDB_INT3STAT", DDB_BASE + DDB_INT3STAT},
  45. {"DDB_INT4STAT", DDB_BASE + DDB_INT4STAT},
  46. {"DDB_NMISTAT", DDB_BASE + DDB_NMISTAT},
  47. {"DDB_INTPPES0", DDB_BASE + DDB_INTPPES0},
  48. {"DDB_INTPPES1", DDB_BASE + DDB_INTPPES1},
  49. {NULL, 0x0}
  50. };
  51. void vrc5477_show_int_regs()
  52. {
  53. jsun_show_regs("interrupt registers", int_regs);
  54. printk("CPU CAUSE = %08xn", read_32bit_cp0_register(CP0_CAUSE));
  55. printk("CPU STATUS = %08xn", read_32bit_cp0_register(CP0_STATUS));
  56. }
  57. static Register pdar_regs[] = {
  58.         {"DDB_SDRAM0", DDB_BASE + DDB_SDRAM0},
  59.         {"DDB_SDRAM1", DDB_BASE + DDB_SDRAM1},
  60.         {"DDB_LDCS0", DDB_BASE + DDB_LDCS0},
  61.         {"DDB_LDCS1", DDB_BASE + DDB_LDCS1},
  62.         {"DDB_LDCS2", DDB_BASE + DDB_LDCS2},
  63.         {"DDB_INTCS", DDB_BASE + DDB_INTCS},
  64.         {"DDB_BOOTCS", DDB_BASE + DDB_BOOTCS},
  65.         {"DDB_PCIW0", DDB_BASE + DDB_PCIW0},
  66.         {"DDB_PCIW1", DDB_BASE + DDB_PCIW1},
  67.         {"DDB_IOPCIW0", DDB_BASE + DDB_IOPCIW0},
  68.         {"DDB_IOPCIW1", DDB_BASE + DDB_IOPCIW1},
  69.         {NULL, 0x0}
  70. };
  71. void vrc5477_show_pdar_regs(void)
  72. {
  73.         jsun_show_regs("PDAR regs", pdar_regs);
  74. }
  75. static Register bar_regs[] = {
  76.         {"DDB_BARC0", DDB_BASE + DDB_BARC0},
  77.         {"DDB_BARM010", DDB_BASE + DDB_BARM010},
  78.         {"DDB_BARM230", DDB_BASE + DDB_BARM230},
  79.         {"DDB_BAR00", DDB_BASE + DDB_BAR00},
  80.         {"DDB_BAR10", DDB_BASE + DDB_BAR10},
  81.         {"DDB_BAR20", DDB_BASE + DDB_BAR20},
  82.         {"DDB_BAR30", DDB_BASE + DDB_BAR30},
  83.         {"DDB_BAR40", DDB_BASE + DDB_BAR40},
  84.         {"DDB_BAR50", DDB_BASE + DDB_BAR50},
  85.         {"DDB_BARB0", DDB_BASE + DDB_BARB0},
  86.         {"DDB_BARC1", DDB_BASE + DDB_BARC1},
  87.         {"DDB_BARM011", DDB_BASE + DDB_BARM011},
  88.         {"DDB_BARM231", DDB_BASE + DDB_BARM231},
  89.         {"DDB_BAR01", DDB_BASE + DDB_BAR01},
  90.         {"DDB_BAR11", DDB_BASE + DDB_BAR11},
  91.         {"DDB_BAR21", DDB_BASE + DDB_BAR21},
  92.         {"DDB_BAR31", DDB_BASE + DDB_BAR31},
  93.         {"DDB_BAR41", DDB_BASE + DDB_BAR41},
  94.         {"DDB_BAR51", DDB_BASE + DDB_BAR51},
  95.         {"DDB_BARB1", DDB_BASE + DDB_BARB1},
  96.         {NULL, 0x0}
  97. };
  98. void vrc5477_show_bar_regs(void)
  99. {
  100.         jsun_show_regs("BAR regs", bar_regs);
  101. }
  102. static Register pci_regs[] = {
  103.         {"DDB_PCIW0", DDB_BASE + DDB_PCIW0},
  104.         {"DDB_PCIW1", DDB_BASE + DDB_PCIW1},
  105.         {"DDB_PCIINIT00", DDB_BASE + DDB_PCIINIT00},
  106.         {"DDB_PCIINIT10", DDB_BASE + DDB_PCIINIT10},
  107.         {"DDB_PCICTL0_L", DDB_BASE + DDB_PCICTL0_L},
  108.         {"DDB_PCICTL0_H", DDB_BASE + DDB_PCICTL0_H},
  109.         {"DDB_PCIARB0_L", DDB_BASE + DDB_PCIARB0_L},
  110.         {"DDB_PCIARB0_H", DDB_BASE + DDB_PCIARB0_H},
  111.         {"DDB_PCISWP0", DDB_BASE + DDB_PCISWP0},
  112.         {"DDB_PCIERR0", DDB_BASE + DDB_PCIERR0},
  113.         {"DDB_IOPCIW0", DDB_BASE + DDB_IOPCIW0},
  114.         {"DDB_IOPCIW1", DDB_BASE + DDB_IOPCIW1},
  115.         {"DDB_PCIINIT01", DDB_BASE + DDB_PCIINIT01},
  116.         {"DDB_PCIINIT11", DDB_BASE + DDB_PCIINIT11},
  117.         {"DDB_PCICTL1_L", DDB_BASE + DDB_PCICTL1_L},
  118.         {"DDB_PCICTL1_H", DDB_BASE + DDB_PCICTL1_H},
  119.         {"DDB_PCIARB1_L", DDB_BASE + DDB_PCIARB1_L},
  120.         {"DDB_PCIARB1_H", DDB_BASE + DDB_PCIARB1_H},
  121.         {"DDB_PCISWP1", DDB_BASE + DDB_PCISWP1},
  122.         {"DDB_PCIERR1", DDB_BASE + DDB_PCIERR1},
  123.         {NULL, 0x0}
  124. };
  125. void vrc5477_show_pci_regs(void)
  126. {
  127.         jsun_show_regs("PCI regs", pci_regs);
  128. }
  129. static Register lb_regs[] = {
  130.         {"DDB_LCNFG", DDB_BASE + DDB_LCNFG},
  131.         {"DDB_LCST0", DDB_BASE + DDB_LCST0},
  132.         {"DDB_LCST1", DDB_BASE + DDB_LCST1},
  133.         {"DDB_LCST2", DDB_BASE + DDB_LCST2},
  134.         {"DDB_ERRADR", DDB_BASE + DDB_ERRADR},
  135.         {"DDB_ERRCS", DDB_BASE + DDB_ERRCS},
  136.         {"DDB_BTM", DDB_BASE + DDB_BTM},
  137.         {"DDB_BCST", DDB_BASE + DDB_BCST},
  138.         {NULL, 0x0}
  139. };
  140. void vrc5477_show_lb_regs(void)
  141. {
  142.         jsun_show_regs("Local Bus regs", lb_regs);
  143. }
  144. void vrc5477_show_all_regs(void)
  145. {
  146. vrc5477_show_pdar_regs();
  147. vrc5477_show_pci_regs();
  148. vrc5477_show_bar_regs();
  149. vrc5477_show_int_regs();
  150. vrc5477_show_lb_regs();
  151. }