makalu.c 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. /*
  2. * (C) Copyright 2007
  3. * Stefan Roese, DENX Software Engineering, sr@denx.de.
  4. *
  5. * See file CREDITS for list of people who contributed to this
  6. * project.
  7. *
  8. * This program is free software; you can redistribute it and/or
  9. * modify it under the terms of the GNU General Public License as
  10. * published by the Free Software Foundation; either version 2 of
  11. * the License, or (at your option) any later version.
  12. *
  13. * This program is distributed in the hope that it will be useful,
  14. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. * GNU General Public License for more details.
  17. *
  18. * You should have received a copy of the GNU General Public License
  19. * along with this program; if not, write to the Free Software
  20. * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  21. * MA 02111-1307 USA
  22. */
  23. #include <common.h>
  24. #include <asm/ppc4xx.h>
  25. #include <asm/ppc405.h>
  26. #include <libfdt.h>
  27. #include <asm/processor.h>
  28. #include <asm/ppc4xx-gpio.h>
  29. #include <asm/io.h>
  30. #include <fdt_support.h>
  31. #include <asm/errno.h>
  32. #if defined(CONFIG_PCI)
  33. #include <pci.h>
  34. #include <asm/4xx_pcie.h>
  35. #endif
  36. DECLARE_GLOBAL_DATA_PTR;
  37. extern flash_info_t flash_info[CONFIG_SYS_MAX_FLASH_BANKS]; /* info for FLASH chips */
  38. /*
  39. * Board early initialization function
  40. */
  41. int board_early_init_f (void)
  42. {
  43. u32 val;
  44. /*--------------------------------------------------------------------+
  45. | Interrupt controller setup for the AMCC 405EX(r) PINE evaluation board.
  46. +--------------------------------------------------------------------+
  47. +---------------------------------------------------------------------+
  48. |Interrupt| Source | Pol. | Sensi.| Crit. |
  49. +---------+-----------------------------------+-------+-------+-------+
  50. | IRQ 00 | UART0 | High | Level | Non |
  51. | IRQ 01 | UART1 | High | Level | Non |
  52. | IRQ 02 | IIC0 | High | Level | Non |
  53. | IRQ 03 | TBD | High | Level | Non |
  54. | IRQ 04 | TBD | High | Level | Non |
  55. | IRQ 05 | EBM | High | Level | Non |
  56. | IRQ 06 | BGI | High | Level | Non |
  57. | IRQ 07 | IIC1 | Rising| Edge | Non |
  58. | IRQ 08 | SPI | High | Lvl/ed| Non |
  59. | IRQ 09 | External IRQ 0 - (PCI-Express) | pgm H | Pgm | Non |
  60. | IRQ 10 | MAL TX EOB | High | Level | Non |
  61. | IRQ 11 | MAL RX EOB | High | Level | Non |
  62. | IRQ 12 | DMA Channel 0 FIFO Full | High | Level | Non |
  63. | IRQ 13 | DMA Channel 0 Stat FIFO | High | Level | Non |
  64. | IRQ 14 | DMA Channel 1 FIFO Full | High | Level | Non |
  65. | IRQ 15 | DMA Channel 1 Stat FIFO | High | Level | Non |
  66. | IRQ 16 | PCIE0 AL | high | Level | Non |
  67. | IRQ 17 | PCIE0 VPD access | rising| Edge | Non |
  68. | IRQ 18 | PCIE0 hot reset request | rising| Edge | Non |
  69. | IRQ 19 | PCIE0 hot reset request | faling| Edge | Non |
  70. | IRQ 20 | PCIE0 TCR | High | Level | Non |
  71. | IRQ 21 | PCIE0 MSI level0 | High | Level | Non |
  72. | IRQ 22 | PCIE0 MSI level1 | High | Level | Non |
  73. | IRQ 23 | Security EIP-94 | High | Level | Non |
  74. | IRQ 24 | EMAC0 interrupt | High | Level | Non |
  75. | IRQ 25 | EMAC1 interrupt | High | Level | Non |
  76. | IRQ 26 | PCIE0 MSI level2 | High | Level | Non |
  77. | IRQ 27 | External IRQ 4 | pgm H | Pgm | Non |
  78. | IRQ 28 | UIC2 Non-critical Int. | High | Level | Non |
  79. | IRQ 29 | UIC2 Critical Interrupt | High | Level | Crit. |
  80. | IRQ 30 | UIC1 Non-critical Int. | High | Level | Non |
  81. | IRQ 31 | UIC1 Critical Interrupt | High | Level | Crit. |
  82. |----------------------------------------------------------------------
  83. | IRQ 32 | MAL Serr | High | Level | Non |
  84. | IRQ 33 | MAL Txde | High | Level | Non |
  85. | IRQ 34 | MAL Rxde | High | Level | Non |
  86. | IRQ 35 | PCIE0 bus master VC0 |falling| Edge | Non |
  87. | IRQ 36 | PCIE0 DCR Error | High | Level | Non |
  88. | IRQ 37 | EBC | High |Lvl Edg| Non |
  89. | IRQ 38 | NDFC | High | Level | Non |
  90. | IRQ 39 | GPT Compare Timer 8 | Risin | Edge | Non |
  91. | IRQ 40 | GPT Compare Timer 9 | Risin | Edge | Non |
  92. | IRQ 41 | PCIE1 AL | high | Level | Non |
  93. | IRQ 42 | PCIE1 VPD access | rising| edge | Non |
  94. | IRQ 43 | PCIE1 hot reset request | rising| Edge | Non |
  95. | IRQ 44 | PCIE1 hot reset request | faling| Edge | Non |
  96. | IRQ 45 | PCIE1 TCR | High | Level | Non |
  97. | IRQ 46 | PCIE1 bus master VC0 |falling| Edge | Non |
  98. | IRQ 47 | GPT Compare Timer 3 | Risin | Edge | Non |
  99. | IRQ 48 | GPT Compare Timer 4 | Risin | Edge | Non |
  100. | IRQ 49 | Ext. IRQ 7 |pgm/Fal|pgm/Lvl| Non |
  101. | IRQ 50 | Ext. IRQ 8 - |pgm (H)|pgm/Lvl| Non |
  102. | IRQ 51 | Ext. IRQ 9 |pgm (H)|pgm/Lvl| Non |
  103. | IRQ 52 | GPT Compare Timer 5 | high | Edge | Non |
  104. | IRQ 53 | GPT Compare Timer 6 | high | Edge | Non |
  105. | IRQ 54 | GPT Compare Timer 7 | high | Edge | Non |
  106. | IRQ 55 | Serial ROM | High | Level | Non |
  107. | IRQ 56 | GPT Decrement Pulse | High | Level | Non |
  108. | IRQ 57 | Ext. IRQ 2 |pgm/Fal|pgm/Lvl| Non |
  109. | IRQ 58 | Ext. IRQ 5 |pgm/Fal|pgm/Lvl| Non |
  110. | IRQ 59 | Ext. IRQ 6 |pgm/Fal|pgm/Lvl| Non |
  111. | IRQ 60 | EMAC0 Wake-up | High | Level | Non |
  112. | IRQ 61 | Ext. IRQ 1 |pgm/Fal|pgm/Lvl| Non |
  113. | IRQ 62 | EMAC1 Wake-up | High | Level | Non |
  114. |----------------------------------------------------------------------
  115. | IRQ 64 | PE0 AL | High | Level | Non |
  116. | IRQ 65 | PE0 VPD Access | Risin | Edge | Non |
  117. | IRQ 66 | PE0 Hot Reset Request | Risin | Edge | Non |
  118. | IRQ 67 | PE0 Hot Reset Request | Falli | Edge | Non |
  119. | IRQ 68 | PE0 TCR | High | Level | Non |
  120. | IRQ 69 | PE0 BusMaster VCO | Falli | Edge | Non |
  121. | IRQ 70 | PE0 DCR Error | High | Level | Non |
  122. | IRQ 71 | Reserved | N/A | N/A | Non |
  123. | IRQ 72 | PE1 AL | High | Level | Non |
  124. | IRQ 73 | PE1 VPD Access | Risin | Edge | Non |
  125. | IRQ 74 | PE1 Hot Reset Request | Risin | Edge | Non |
  126. | IRQ 75 | PE1 Hot Reset Request | Falli | Edge | Non |
  127. | IRQ 76 | PE1 TCR | High | Level | Non |
  128. | IRQ 77 | PE1 BusMaster VCO | Falli | Edge | Non |
  129. | IRQ 78 | PE1 DCR Error | High | Level | Non |
  130. | IRQ 79 | Reserved | N/A | N/A | Non |
  131. | IRQ 80 | PE2 AL | High | Level | Non |
  132. | IRQ 81 | PE2 VPD Access | Risin | Edge | Non |
  133. | IRQ 82 | PE2 Hot Reset Request | Risin | Edge | Non |
  134. | IRQ 83 | PE2 Hot Reset Request | Falli | Edge | Non |
  135. | IRQ 84 | PE2 TCR | High | Level | Non |
  136. | IRQ 85 | PE2 BusMaster VCO | Falli | Edge | Non |
  137. | IRQ 86 | PE2 DCR Error | High | Level | Non |
  138. | IRQ 87 | Reserved | N/A | N/A | Non |
  139. | IRQ 88 | External IRQ(5) | Progr | Progr | Non |
  140. | IRQ 89 | External IRQ 4 - Ethernet | Progr | Progr | Non |
  141. | IRQ 90 | External IRQ 3 - PCI-X | Progr | Progr | Non |
  142. | IRQ 91 | External IRQ 2 - PCI-X | Progr | Progr | Non |
  143. | IRQ 92 | External IRQ 1 - PCI-X | Progr | Progr | Non |
  144. | IRQ 93 | External IRQ 0 - PCI-X | Progr | Progr | Non |
  145. | IRQ 94 | Reserved | N/A | N/A | Non |
  146. | IRQ 95 | Reserved | N/A | N/A | Non |
  147. |---------------------------------------------------------------------
  148. +---------+-----------------------------------+-------+-------+------*/
  149. /*--------------------------------------------------------------------+
  150. | Initialise UIC registers. Clear all interrupts. Disable all
  151. | interrupts.
  152. | Set critical interrupt values. Set interrupt polarities. Set
  153. | interrupt trigger levels. Make bit 0 High priority. Clear all
  154. | interrupts again.
  155. +-------------------------------------------------------------------*/
  156. mtdcr (UIC2SR, 0xffffffff); /* Clear all interrupts */
  157. mtdcr (UIC2ER, 0x00000000); /* disable all interrupts */
  158. mtdcr (UIC2CR, 0x00000000); /* Set Critical / Non Critical interrupts */
  159. mtdcr (UIC2PR, 0xf7ffffff); /* Set Interrupt Polarities */
  160. mtdcr (UIC2TR, 0x01e1fff8); /* Set Interrupt Trigger Levels */
  161. mtdcr (UIC2VR, 0x00000001); /* Set Vect base=0,INT31 Highest priority */
  162. mtdcr (UIC2SR, 0x00000000); /* clear all interrupts */
  163. mtdcr (UIC2SR, 0xffffffff); /* clear all interrupts */
  164. mtdcr (UIC1SR, 0xffffffff); /* Clear all interrupts */
  165. mtdcr (UIC1ER, 0x00000000); /* disable all interrupts */
  166. mtdcr (UIC1CR, 0x00000000); /* Set Critical / Non Critical interrupts */
  167. mtdcr (UIC1PR, 0xfffac785); /* Set Interrupt Polarities */
  168. mtdcr (UIC1TR, 0x001d0040); /* Set Interrupt Trigger Levels */
  169. mtdcr (UIC1VR, 0x00000001); /* Set Vect base=0,INT31 Highest priority */
  170. mtdcr (UIC1SR, 0x00000000); /* clear all interrupts */
  171. mtdcr (UIC1SR, 0xffffffff); /* clear all interrupts */
  172. mtdcr (UIC0SR, 0xffffffff); /* Clear all interrupts */
  173. mtdcr (UIC0ER, 0x0000000a); /* Disable all interrupts */
  174. /* Except cascade UIC0 and UIC1 */
  175. mtdcr (UIC0CR, 0x00000000); /* Set Critical / Non Critical interrupts */
  176. mtdcr (UIC0PR, 0xffbfefef); /* Set Interrupt Polarities */
  177. mtdcr (UIC0TR, 0x00007000); /* Set Interrupt Trigger Levels */
  178. mtdcr (UIC0VR, 0x00000001); /* Set Vect base=0,INT31 Highest priority */
  179. mtdcr (UIC0SR, 0x00000000); /* clear all interrupts */
  180. mtdcr (UIC0SR, 0xffffffff); /* clear all interrupts */
  181. /*
  182. * Note: Some cores are still in reset when the chip starts, so
  183. * take them out of reset
  184. */
  185. mtsdr(SDR0_SRST, 0);
  186. /* Reset PCIe slots */
  187. gpio_write_bit(CONFIG_SYS_GPIO_PCIE_RST, 0);
  188. udelay(100);
  189. gpio_write_bit(CONFIG_SYS_GPIO_PCIE_RST, 1);
  190. /*
  191. * Configure PFC (Pin Function Control) registers
  192. * -> Enable USB
  193. */
  194. val = SDR0_PFC1_USBEN | SDR0_PFC1_USBBIGEN | SDR0_PFC1_GPT_FREQ;
  195. mtsdr(SDR0_PFC1, val);
  196. return 0;
  197. }
  198. int misc_init_r(void)
  199. {
  200. #ifdef CONFIG_ENV_IS_IN_FLASH
  201. /* Monitor protection ON by default */
  202. flash_protect(FLAG_PROTECT_SET,
  203. -CONFIG_SYS_MONITOR_LEN,
  204. 0xffffffff,
  205. &flash_info[0]);
  206. #endif
  207. return 0;
  208. }
  209. int checkboard (void)
  210. {
  211. char buf[64];
  212. int i = getenv_f("serial#", buf, sizeof(buf));
  213. printf("Board: Makalu - AMCC PPC405EX Evaluation Board");
  214. if (i > 0) {
  215. puts(", serial# ");
  216. puts(buf);
  217. }
  218. putc('\n');
  219. return (0);
  220. }