mpc10x.h 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. /*
  2. * Common routines for the Motorola SPS MPC106/8240/107 Host bridge/Mem
  3. * ctlr/EPIC/etc.
  4. *
  5. * Author: Mark A. Greer
  6. * mgreer@mvista.com
  7. *
  8. * 2001 (c) MontaVista, Software, Inc. This file is licensed under
  9. * the terms of the GNU General Public License version 2. This program
  10. * is licensed "as is" without any warranty of any kind, whether express
  11. * or implied.
  12. */
  13. #ifndef __PPC_KERNEL_MPC10X_H
  14. #define __PPC_KERNEL_MPC10X_H
  15. #include <linux/pci_ids.h>
  16. #include <asm/pci-bridge.h>
  17. /*
  18. * The values here don't completely map everything but should work in most
  19. * cases.
  20. *
  21. * MAP A (PReP Map)
  22. * Processor: 0x80000000 - 0x807fffff -> PCI I/O: 0x00000000 - 0x007fffff
  23. * Processor: 0xc0000000 - 0xdfffffff -> PCI MEM: 0x00000000 - 0x1fffffff
  24. * PCI MEM: 0x80000000 -> Processor System Memory: 0x00000000
  25. *
  26. * MAP B (CHRP Map)
  27. * Processor: 0xfe000000 - 0xfebfffff -> PCI I/O: 0x00000000 - 0x00bfffff
  28. * Processor: 0x80000000 - 0xbfffffff -> PCI MEM: 0x80000000 - 0xbfffffff
  29. * PCI MEM: 0x00000000 -> Processor System Memory: 0x00000000
  30. */
  31. /*
  32. * Define the vendor/device IDs for the various bridges--should be added to
  33. * <linux/pci_ids.h>
  34. */
  35. #define MPC10X_BRIDGE_106 ((PCI_DEVICE_ID_MOTOROLA_MPC106 << 16) | \
  36. PCI_VENDOR_ID_MOTOROLA)
  37. #define MPC10X_BRIDGE_8240 ((0x0003 << 16) | PCI_VENDOR_ID_MOTOROLA)
  38. #define MPC10X_BRIDGE_107 ((0x0004 << 16) | PCI_VENDOR_ID_MOTOROLA)
  39. #define MPC10X_BRIDGE_8245 ((0x0006 << 16) | PCI_VENDOR_ID_MOTOROLA)
  40. /* Define the type of map to use */
  41. #define MPC10X_MEM_MAP_A 1
  42. #define MPC10X_MEM_MAP_B 2
  43. /* Map A (PReP Map) Defines */
  44. #define MPC10X_MAPA_CNFG_ADDR 0x80000cf8
  45. #define MPC10X_MAPA_CNFG_DATA 0x80000cfc
  46. #define MPC10X_MAPA_ISA_IO_BASE 0x80000000
  47. #define MPC10X_MAPA_ISA_MEM_BASE 0xc0000000
  48. #define MPC10X_MAPA_DRAM_OFFSET 0x80000000
  49. #define MPC10X_MAPA_PCI_INTACK_ADDR 0xbffffff0
  50. #define MPC10X_MAPA_PCI_IO_START 0x00000000
  51. #define MPC10X_MAPA_PCI_IO_END (0x00800000 - 1)
  52. #define MPC10X_MAPA_PCI_MEM_START 0x00000000
  53. #define MPC10X_MAPA_PCI_MEM_END (0x20000000 - 1)
  54. #define MPC10X_MAPA_PCI_MEM_OFFSET (MPC10X_MAPA_ISA_MEM_BASE - \
  55. MPC10X_MAPA_PCI_MEM_START)
  56. /* Map B (CHRP Map) Defines */
  57. #define MPC10X_MAPB_CNFG_ADDR 0xfec00000
  58. #define MPC10X_MAPB_CNFG_DATA 0xfee00000
  59. #define MPC10X_MAPB_ISA_IO_BASE 0xfe000000
  60. #define MPC10X_MAPB_ISA_MEM_BASE 0x80000000
  61. #define MPC10X_MAPB_DRAM_OFFSET 0x00000000
  62. #define MPC10X_MAPB_PCI_INTACK_ADDR 0xfef00000
  63. #define MPC10X_MAPB_PCI_IO_START 0x00000000
  64. #define MPC10X_MAPB_PCI_IO_END (0x00c00000 - 1)
  65. #define MPC10X_MAPB_PCI_MEM_START 0x80000000
  66. #define MPC10X_MAPB_PCI_MEM_END (0xc0000000 - 1)
  67. #define MPC10X_MAPB_PCI_MEM_OFFSET (MPC10X_MAPB_ISA_MEM_BASE - \
  68. MPC10X_MAPB_PCI_MEM_START)
  69. /* Miscellaneous Configuration register offsets */
  70. #define MPC10X_CFG_PIR_REG 0x09
  71. #define MPC10X_CFG_PIR_HOST_BRIDGE 0x00
  72. #define MPC10X_CFG_PIR_AGENT 0x01
  73. #define MPC10X_CFG_EUMBBAR 0x78
  74. #define MPC10X_CFG_PICR1_REG 0xa8
  75. #define MPC10X_CFG_PICR1_ADDR_MAP_MASK 0x00010000
  76. #define MPC10X_CFG_PICR1_ADDR_MAP_A 0x00010000
  77. #define MPC10X_CFG_PICR1_ADDR_MAP_B 0x00000000
  78. #define MPC10X_CFG_PICR1_SPEC_PCI_RD 0x00000004
  79. #define MPC10X_CFG_PICR1_ST_GATH_EN 0x00000040
  80. #define MPC10X_CFG_PICR2_REG 0xac
  81. #define MPC10X_CFG_PICR2_COPYBACK_OPT 0x00000001
  82. #define MPC10X_CFG_MAPB_OPTIONS_REG 0xe0
  83. #define MPC10X_CFG_MAPB_OPTIONS_CFAE 0x80 /* CPU_FD_ALIAS_EN */
  84. #define MPC10X_CFG_MAPB_OPTIONS_PFAE 0x40 /* PCI_FD_ALIAS_EN */
  85. #define MPC10X_CFG_MAPB_OPTIONS_DR 0x20 /* DLL_RESET */
  86. #define MPC10X_CFG_MAPB_OPTIONS_PCICH 0x08 /* PCI_COMPATIBILITY_HOLE */
  87. #define MPC10X_CFG_MAPB_OPTIONS_PROCCH 0x04 /* PROC_COMPATIBILITY_HOLE */
  88. /* Define offsets for the memory controller registers in the config space */
  89. #define MPC10X_MCTLR_MEM_START_1 0x80 /* Banks 0-3 */
  90. #define MPC10X_MCTLR_MEM_START_2 0x84 /* Banks 4-7 */
  91. #define MPC10X_MCTLR_EXT_MEM_START_1 0x88 /* Banks 0-3 */
  92. #define MPC10X_MCTLR_EXT_MEM_START_2 0x8c /* Banks 4-7 */
  93. #define MPC10X_MCTLR_MEM_END_1 0x90 /* Banks 0-3 */
  94. #define MPC10X_MCTLR_MEM_END_2 0x94 /* Banks 4-7 */
  95. #define MPC10X_MCTLR_EXT_MEM_END_1 0x98 /* Banks 0-3 */
  96. #define MPC10X_MCTLR_EXT_MEM_END_2 0x9c /* Banks 4-7 */
  97. #define MPC10X_MCTLR_MEM_BANK_ENABLES 0xa0
  98. /* Define some offset in the EUMB */
  99. #define MPC10X_EUMB_SIZE 0x00100000 /* Total EUMB size (1MB) */
  100. #define MPC10X_EUMB_MU_OFFSET 0x00000000 /* Msg Unit reg offset */
  101. #define MPC10X_EUMB_MU_SIZE 0x00001000 /* Msg Unit reg size */
  102. #define MPC10X_EUMB_DMA_OFFSET 0x00001000 /* DMA Unit reg offset */
  103. #define MPC10X_EUMB_DMA_SIZE 0x00001000 /* DMA Unit reg size */
  104. #define MPC10X_EUMB_ATU_OFFSET 0x00002000 /* Addr xlate reg offset */
  105. #define MPC10X_EUMB_ATU_SIZE 0x00001000 /* Addr xlate reg size */
  106. #define MPC10X_EUMB_I2C_OFFSET 0x00003000 /* I2C Unit reg offset */
  107. #define MPC10X_EUMB_I2C_SIZE 0x00001000 /* I2C Unit reg size */
  108. #define MPC10X_EUMB_DUART_OFFSET 0x00004000 /* DUART Unit reg offset (8245) */
  109. #define MPC10X_EUMB_DUART_SIZE 0x00001000 /* DUART Unit reg size (8245) */
  110. #define MPC10X_EUMB_EPIC_OFFSET 0x00040000 /* EPIC offset in EUMB */
  111. #define MPC10X_EUMB_EPIC_SIZE 0x00030000 /* EPIC size */
  112. #define MPC10X_EUMB_PM_OFFSET 0x000fe000 /* Performance Monitor reg offset (8245) */
  113. #define MPC10X_EUMB_PM_SIZE 0x00001000 /* Performance Monitor reg size (8245) */
  114. #define MPC10X_EUMB_WP_OFFSET 0x000ff000 /* Data path diagnostic, watchpoint reg offset */
  115. #define MPC10X_EUMB_WP_SIZE 0x00001000 /* Data path diagnostic, watchpoint reg size */
  116. enum ppc_sys_devices {
  117. MPC10X_IIC1,
  118. MPC10X_DMA0,
  119. MPC10X_DMA1,
  120. MPC10X_UART0,
  121. MPC10X_UART1,
  122. NUM_PPC_SYS_DEVS,
  123. };
  124. int mpc10x_bridge_init(struct pci_controller *hose,
  125. uint current_map,
  126. uint new_map,
  127. uint phys_eumb_base);
  128. unsigned long mpc10x_get_mem_size(uint mem_map);
  129. int mpc10x_enable_store_gathering(struct pci_controller *hose);
  130. int mpc10x_disable_store_gathering(struct pci_controller *hose);
  131. /* For MPC107 boards that use the built-in openpic */
  132. void mpc10x_set_openpic(void);
  133. #endif /* __PPC_KERNEL_MPC10X_H */