pci.c
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:7k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. /*
  2.  * PCI code for DDB5477.
  3.  *
  4.  * Copyright (C) 2001 MontaVista Software Inc.
  5.  * Author: Jun Sun, jsun@mvista.com or jsun@junsun.net
  6.  *
  7.  * This program is free software; you can redistribute  it and/or modify it
  8.  * under  the terms of  the GNU General  Public License as published by the
  9.  * Free Software Foundation;  either version 2 of the  License, or (at your
  10.  * option) any later version.
  11.  *
  12.  */
  13. #include <linux/config.h>
  14. #include <linux/kernel.h>
  15. #include <linux/init.h>
  16. #include <linux/types.h>
  17. #include <linux/pci.h>
  18. #include <asm/bootinfo.h>
  19. #include <asm/pci_channel.h>
  20. #include <asm/debug.h>
  21. #include <asm/ddb5xxx/ddb5xxx.h>
  22. static struct resource extpci_io_resource = {
  23. "ext pci IO space",
  24. DDB_PCI0_IO_BASE - DDB_PCI_IO_BASE + 0x4000,
  25. DDB_PCI0_IO_BASE - DDB_PCI_IO_BASE + DDB_PCI0_IO_SIZE -1,
  26. IORESOURCE_IO};
  27. static struct resource extpci_mem_resource = {
  28. "ext pci memory space",
  29. DDB_PCI0_MEM_BASE + 0x100000,
  30. DDB_PCI0_MEM_BASE + DDB_PCI0_MEM_SIZE -1,
  31. IORESOURCE_MEM};
  32. static struct resource iopci_io_resource = {
  33. "io pci IO space",
  34. DDB_PCI1_IO_BASE - DDB_PCI_IO_BASE,
  35. DDB_PCI1_IO_BASE - DDB_PCI_IO_BASE + DDB_PCI1_IO_SIZE -1,
  36. IORESOURCE_IO};
  37. static struct resource iopci_mem_resource = {
  38. "ext pci memory space",
  39. DDB_PCI1_MEM_BASE,
  40. DDB_PCI1_MEM_BASE + DDB_PCI1_MEM_SIZE -1,
  41. IORESOURCE_MEM};
  42. extern struct pci_ops ddb5477_ext_pci_ops;
  43. extern struct pci_ops ddb5477_io_pci_ops;
  44. struct pci_channel mips_pci_channels[] = {
  45. { &ddb5477_ext_pci_ops, &extpci_io_resource, &extpci_mem_resource },
  46. { &ddb5477_io_pci_ops, &iopci_io_resource, &iopci_mem_resource },
  47. { NULL, NULL, NULL}
  48. };
  49. /*
  50.  * we fix up irqs based on the slot number.
  51.  * The first entry is at AD:11.
  52.  * Fortunately this works because, although we have two pci buses,
  53.  * they all have different slot numbers (except for rockhopper slot 20
  54.  * which is handled below).
  55.  *
  56.  */
  57. /*
  58.  * irq mapping : device -> pci int # -> vrc4377 irq# ,
  59.  * ddb5477 board manual page 4  and vrc5477 manual page 46
  60.  */
  61. /*
  62.  * based on ddb5477 manual page 11
  63.  */
  64. #define MAX_SLOT_NUM 21
  65. static unsigned char irq_map[MAX_SLOT_NUM] = {
  66. /* SLOT:  0, AD:11 */ 0xff,
  67. /* SLOT:  1, AD:12 */ 0xff,
  68. /* SLOT:  2, AD:13 */ 0xff,
  69. /* SLOT:  3, AD:14 */ 0xff,
  70. /* SLOT:  4, AD:15 */ VRC5477_IRQ_INTA,       /* onboard tulip */
  71. /* SLOT:  5, AD:16 */ VRC5477_IRQ_INTB,       /* slot 1 */
  72. /* SLOT:  6, AD:17 */ VRC5477_IRQ_INTC,       /* slot 2 */
  73. /* SLOT:  7, AD:18 */ VRC5477_IRQ_INTD,       /* slot 3 */
  74. /* SLOT:  8, AD:19 */ VRC5477_IRQ_INTE,       /* slot 4 */
  75. /* SLOT:  9, AD:20 */ 0xff,
  76. /* SLOT: 10, AD:21 */ 0xff,
  77. /* SLOT: 11, AD:22 */ 0xff,
  78. /* SLOT: 12, AD:23 */ 0xff,
  79. /* SLOT: 13, AD:24 */ 0xff,
  80. /* SLOT: 14, AD:25 */ 0xff,
  81. /* SLOT: 15, AD:26 */ 0xff,
  82. /* SLOT: 16, AD:27 */ 0xff,
  83. /* SLOT: 17, AD:28 */ 0xff,
  84. /* SLOT: 18, AD:29 */ VRC5477_IRQ_IOPCI_INTC, /* vrc5477 ac97 */
  85. /* SLOT: 19, AD:30 */ VRC5477_IRQ_IOPCI_INTB, /* vrc5477 usb peri */
  86. /* SLOT: 20, AD:31 */ VRC5477_IRQ_IOPCI_INTA, /* vrc5477 usb host */
  87. };
  88. static unsigned char rockhopperII_irq_map[MAX_SLOT_NUM] = {
  89. /* SLOT:  0, AD:11 */ 0xff,
  90. /* SLOT:  1, AD:12 */ VRC5477_IRQ_INTB,       /* onboard AMD PCNET */
  91. /* SLOT:  2, AD:13 */ 0xff,
  92. /* SLOT:  3, AD:14 */ 0xff,
  93. /* SLOT:  4, AD:15 */ 14,                     /* M5229 ide ISA irq */
  94. /* SLOT:  5, AD:16 */ VRC5477_IRQ_INTD,       /* slot 3 */
  95. /* SLOT:  6, AD:17 */ VRC5477_IRQ_INTA,       /* slot 4 */
  96. /* SLOT:  7, AD:18 */ VRC5477_IRQ_INTD,       /* slot 5 */
  97. /* SLOT:  8, AD:19 */ 0,                      /* M5457 modem nop */
  98. /* SLOT:  9, AD:20 */ VRC5477_IRQ_INTA,       /* slot 2 */
  99. /* SLOT: 10, AD:21 */ 0xff,
  100. /* SLOT: 11, AD:22 */ 0xff,
  101. /* SLOT: 12, AD:23 */ 0xff,
  102. /* SLOT: 13, AD:24 */ 0xff,
  103. /* SLOT: 14, AD:25 */ 0xff,
  104. /* SLOT: 15, AD:26 */ 0xff,
  105. /* SLOT: 16, AD:27 */ 0xff,
  106. /* SLOT: 17, AD:28 */ 0,                      /* M7101 PMU nop */
  107. /* SLOT: 18, AD:29 */ VRC5477_IRQ_IOPCI_INTC, /* vrc5477 ac97 */
  108. /* SLOT: 19, AD:30 */ VRC5477_IRQ_IOPCI_INTB, /* vrc5477 usb peri */
  109. /* SLOT: 20, AD:31 */ VRC5477_IRQ_IOPCI_INTA, /* vrc5477 usb host */
  110. };
  111. void __init pcibios_fixup_irqs(void)
  112. {
  113.         struct pci_dev *dev;
  114.         int slot_num;
  115.         unsigned char *slot_irq_map;
  116.         unsigned char irq;
  117. if (mips_machtype == MACH_NEC_ROCKHOPPERII)
  118. slot_irq_map = rockhopperII_irq_map;
  119. else
  120. slot_irq_map = irq_map;
  121. pci_for_each_dev(dev) {
  122. slot_num = PCI_SLOT(dev->devfn);
  123. irq = slot_irq_map[slot_num];
  124. db_assert(slot_num < MAX_SLOT_NUM);
  125.                 db_assert(irq != 0xff);
  126. pci_write_config_byte(dev,
  127.       PCI_INTERRUPT_LINE,
  128.       irq);
  129. dev->irq = irq;
  130. if (mips_machtype == MACH_NEC_ROCKHOPPERII) {
  131. /* hack to distinquish overlapping slot 20s, one
  132.  * on bus 0 (ALI USB on the M1535 on the backplane),
  133.  * and one on bus 2 (NEC USB controller on the CPU board)
  134.  * Make the M1535 USB - ISA IRQ number 9.
  135.  */
  136. if (slot_num == 20 && dev->bus->number == 0) {
  137. pci_write_config_byte(dev,
  138.       PCI_INTERRUPT_LINE,
  139.       9);
  140. dev->irq = 9;
  141. }
  142. }
  143. }
  144. }
  145. #if defined(CONFIG_DEBUG)
  146. extern void jsun_scan_pci_bus(void);
  147. extern void jsun_assign_pci_resource(void);
  148. #endif
  149. void ddb_pci_reset_bus(void)
  150. {
  151. u32 temp;
  152. /*
  153.  * I am not sure about the "official" procedure, the following
  154.  * steps work as far as I know:
  155.  * We first set PCI cold reset bit (bit 31) in PCICTRL-H.
  156.  * Then we clear the PCI warm reset bit (bit 30) to 0 in PCICTRL-H.
  157.  * The same is true for both PCI channels.
  158.  */
  159. temp = ddb_in32(DDB_PCICTL0_H);
  160. temp |= 0x80000000;
  161. ddb_out32(DDB_PCICTL0_H, temp);
  162. temp &= ~0xc0000000;
  163. ddb_out32(DDB_PCICTL0_H, temp);
  164. temp = ddb_in32(DDB_PCICTL1_H);
  165. temp |= 0x80000000;
  166. ddb_out32(DDB_PCICTL1_H, temp);
  167. temp &= ~0xc0000000;
  168. ddb_out32(DDB_PCICTL1_H, temp);
  169. }
  170. unsigned __init int pcibios_assign_all_busses(void)
  171. {
  172. /* we hope pci_auto has assigned the bus numbers to all buses */
  173. return 1;
  174. }
  175. void __init pcibios_fixup_resources(struct pci_dev *dev)
  176. {
  177. }
  178. void __init pcibios_fixup(void)
  179. {
  180. if (mips_machtype == MACH_NEC_ROCKHOPPERII) {
  181. struct pci_dev *dev;
  182. #define M1535_CONFIG_PORT 0x3f0
  183. #define M1535_INDEX_PORT  0x3f0
  184. #define M1535_DATA_PORT   0x3f1
  185. printk("Configuring ALI M1535 Super I/O mouse irq.n");
  186. request_region(M1535_CONFIG_PORT, 2, "M1535 Super I/O config");
  187. /* Enter config mode. */
  188. outb(0x51, M1535_CONFIG_PORT);
  189. outb(0x23, M1535_CONFIG_PORT);
  190. /* Select device 0x07. */
  191. outb(0x07, M1535_INDEX_PORT);
  192. outb(0x07, M1535_DATA_PORT);
  193. /* Set mouse irq (register 0x72) to 12. */
  194. outb(0x72, M1535_INDEX_PORT);
  195. outb(0x0c, M1535_DATA_PORT);
  196. /* Exit config mode. */
  197. outb(0xbb, M1535_CONFIG_PORT);
  198. pci_for_each_dev(dev) {
  199. if(dev->vendor == PCI_VENDOR_ID_AL)
  200. if(dev->device == PCI_DEVICE_ID_AL_M1535
  201.     || dev->device == PCI_DEVICE_ID_AL_M1533) {
  202. u8 old;
  203. printk("Enabling ALI M1533/35 PS2 keyboard/mouse.n");
  204. pci_read_config_byte(dev, 0x41, &old);
  205. pci_write_config_byte(dev, 0x41, old | 0xd0);
  206. }
  207. }
  208. }
  209. }