mbx.h 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. /*
  2. * A collection of structures, addresses, and values associated with
  3. * the Motorola MBX boards. This was originally created for the
  4. * MBX860, and probably needs revisions for other boards (like the 821).
  5. * When this file gets out of control, we can split it up into more
  6. * meaningful pieces.
  7. *
  8. * Copyright (c) 1997 Dan Malek (dmalek@jlc.net)
  9. */
  10. #ifdef __KERNEL__
  11. #ifndef __MACH_MBX_DEFS
  12. #define __MACH_MBX_DEFS
  13. #ifndef __ASSEMBLY__
  14. /* A Board Information structure that is given to a program when
  15. * EPPC-Bug starts it up.
  16. */
  17. typedef struct bd_info {
  18. unsigned int bi_tag; /* Should be 0x42444944 "BDID" */
  19. unsigned int bi_size; /* Size of this structure */
  20. unsigned int bi_revision; /* revision of this structure */
  21. unsigned int bi_bdate; /* EPPCbug date, i.e. 0x11061997 */
  22. unsigned int bi_memstart; /* Memory start address */
  23. unsigned int bi_memsize; /* Memory (end) size in bytes */
  24. unsigned int bi_intfreq; /* Internal Freq, in Hz */
  25. unsigned int bi_busfreq; /* Bus Freq, in Hz */
  26. unsigned int bi_clun; /* Boot device controller */
  27. unsigned int bi_dlun; /* Boot device logical dev */
  28. /* These fields are not part of the board information structure
  29. * provided by the boot rom. They are filled in by embed_config.c
  30. * so we have the information consistent with other platforms.
  31. */
  32. unsigned char bi_enetaddr[6];
  33. unsigned int bi_baudrate;
  34. } bd_t;
  35. /* Memory map for the MBX as configured by EPPC-Bug. We could reprogram
  36. * The SIU and PCI bridge, and try to use larger MMU pages, but the
  37. * performance gain is not measureable and it certainly complicates the
  38. * generic MMU model.
  39. *
  40. * In a effort to minimize memory usage for embedded applications, any
  41. * PCI driver or ISA driver must request or map the region required by
  42. * the device. For convenience (and since we can map up to 4 Mbytes with
  43. * a single page table page), the MMU initialization will map the
  44. * NVRAM, Status/Control registers, CPM Dual Port RAM, and the PCI
  45. * Bridge CSRs 1:1 into the kernel address space.
  46. */
  47. #define PCI_ISA_IO_ADDR ((unsigned)0x80000000)
  48. #define PCI_ISA_IO_SIZE ((uint)(512 * 1024 * 1024))
  49. #define PCI_IDE_ADDR ((unsigned)0x81000000)
  50. #define PCI_ISA_MEM_ADDR ((unsigned)0xc0000000)
  51. #define PCI_ISA_MEM_SIZE ((uint)(512 * 1024 * 1024))
  52. #define PCMCIA_MEM_ADDR ((uint)0xe0000000)
  53. #define PCMCIA_MEM_SIZE ((uint)(64 * 1024 * 1024))
  54. #define PCMCIA_DMA_ADDR ((uint)0xe4000000)
  55. #define PCMCIA_DMA_SIZE ((uint)(64 * 1024 * 1024))
  56. #define PCMCIA_ATTRB_ADDR ((uint)0xe8000000)
  57. #define PCMCIA_ATTRB_SIZE ((uint)(64 * 1024 * 1024))
  58. #define PCMCIA_IO_ADDR ((uint)0xec000000)
  59. #define PCMCIA_IO_SIZE ((uint)(64 * 1024 * 1024))
  60. #define NVRAM_ADDR ((uint)0xfa000000)
  61. #define NVRAM_SIZE ((uint)(1 * 1024 * 1024))
  62. #define MBX_CSR_ADDR ((uint)0xfa100000)
  63. #define MBX_CSR_SIZE ((uint)(1 * 1024 * 1024))
  64. #define IMAP_ADDR ((uint)0xfa200000)
  65. #define IMAP_SIZE ((uint)(64 * 1024))
  66. #define PCI_CSR_ADDR ((uint)0xfa210000)
  67. #define PCI_CSR_SIZE ((uint)(64 * 1024))
  68. /* Map additional physical space into well known virtual addresses. Due
  69. * to virtual address mapping, these physical addresses are not accessible
  70. * in a 1:1 virtual to physical mapping.
  71. */
  72. #define ISA_IO_VIRT_ADDR ((uint)0xfa220000)
  73. #define ISA_IO_VIRT_SIZE ((uint)64 * 1024)
  74. /* Interrupt assignments.
  75. * These are defined (and fixed) by the MBX hardware implementation.
  76. */
  77. #define POWER_FAIL_INT SIU_IRQ0 /* Power fail */
  78. #define TEMP_HILO_INT SIU_IRQ1 /* Temperature sensor */
  79. #define QSPAN_INT SIU_IRQ2 /* PCI Bridge (DMA CTLR?) */
  80. #define ISA_BRIDGE_INT SIU_IRQ3 /* All those PC things */
  81. #define COMM_L_INT SIU_IRQ6 /* MBX Comm expansion connector pin */
  82. #define STOP_ABRT_INT SIU_IRQ7 /* Stop/Abort header pin */
  83. /* CPM Ethernet through SCCx.
  84. *
  85. * Bits in parallel I/O port registers that have to be set/cleared
  86. * to configure the pins for SCC1 use. The TCLK and RCLK seem unique
  87. * to the MBX860 board. Any two of the four available clocks could be
  88. * used, and the MPC860 cookbook manual has an example using different
  89. * clock pins.
  90. */
  91. #define PA_ENET_RXD ((ushort)0x0001)
  92. #define PA_ENET_TXD ((ushort)0x0002)
  93. #define PA_ENET_TCLK ((ushort)0x0200)
  94. #define PA_ENET_RCLK ((ushort)0x0800)
  95. #define PC_ENET_TENA ((ushort)0x0001)
  96. #define PC_ENET_CLSN ((ushort)0x0010)
  97. #define PC_ENET_RENA ((ushort)0x0020)
  98. /* Control bits in the SICR to route TCLK (CLK2) and RCLK (CLK4) to
  99. * SCC1. Also, make sure GR1 (bit 24) and SC1 (bit 25) are zero.
  100. */
  101. #define SICR_ENET_MASK ((uint)0x000000ff)
  102. #define SICR_ENET_CLKRT ((uint)0x0000003d)
  103. /* The MBX uses the 8259.
  104. */
  105. #define NR_8259_INTS 16
  106. #endif /* !__ASSEMBLY__ */
  107. #endif /* __MACH_MBX_DEFS */
  108. #endif /* __KERNEL__ */