sc520_cdp.c 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  1. /*
  2. * (C) Copyright 2002
  3. * Daniel Engström, Omicron Ceti AB <daniel@omicron.se>.
  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 <pci.h>
  25. #include <asm/io.h>
  26. #include <asm/ic/sc520.h>
  27. #include <asm/ic/ali512x.h>
  28. /* ------------------------------------------------------------------------- */
  29. static void irq_init(void)
  30. {
  31. /* disable global interrupt mode */
  32. write_mmcr_byte(SC520_PICICR, 0x40);
  33. /* set irq0-7 to edge */
  34. write_mmcr_byte(SC520_MPICMODE, 0x00);
  35. /* set irq9-12 to level, all the other (8, 13-15) are edge */
  36. write_mmcr_byte(SC520_SL1PICMODE, 0x1e);
  37. /* set irq16-24 (unused slave pic2) to level */
  38. write_mmcr_byte(SC520_SL2PICMODE, 0xff);
  39. /* active low polarity on PIC interrupt pins,
  40. active high polarity on all other irq pins */
  41. write_mmcr_word(SC520_INTPINPOL, 0);
  42. /* set irq number mapping */
  43. write_mmcr_byte(SC520_GPTMR0MAP,0); /* disable GP timer 0 INT */
  44. write_mmcr_byte(SC520_GPTMR1MAP,0); /* disable GP timer 1 INT */
  45. write_mmcr_byte(SC520_GPTMR2MAP,0); /* disable GP timer 2 INT */
  46. write_mmcr_byte(SC520_PIT0MAP,0x1); /* Set PIT timer 0 INT to IRQ0 */
  47. write_mmcr_byte(SC520_PIT1MAP,0); /* diable PIT timer 1 INT */
  48. write_mmcr_byte(SC520_PIT2MAP,0); /* diable PIT timer 2 INT */
  49. write_mmcr_byte(SC520_PCIINTAMAP,0x4); /* Set PCI INT A to IRQ9 */
  50. write_mmcr_byte(SC520_PCIINTBMAP,0x5); /* Set PCI INT B to IRQ10 */
  51. write_mmcr_byte(SC520_PCIINTCMAP,0x6); /* Set PCI INT C to IRQ11 */
  52. write_mmcr_byte(SC520_PCIINTDMAP,0x7); /* Set PCI INT D to IRQ12 */
  53. write_mmcr_byte(SC520_DMABCINTMAP,0); /* disable DMA INT */
  54. write_mmcr_byte(SC520_SSIMAP,0); /* disable Synchronius serial INT */
  55. write_mmcr_byte(SC520_WDTMAP,0); /* disable Watchdor INT */
  56. write_mmcr_byte(SC520_RTCMAP,0x3); /* Set RTC int to 8 */
  57. write_mmcr_byte(SC520_WPVMAP,0); /* disable write protect INT */
  58. write_mmcr_byte(SC520_ICEMAP,0x2); /* Set ICE Debug Serielport INT to IRQ1 */
  59. write_mmcr_byte(SC520_FERRMAP,0x8); /* Set FP error INT to IRQ13 */
  60. write_mmcr_byte(SC520_GP0IMAP,6); /* Set GPIRQ0 (ISA IRQ2) to IRQ9 */
  61. write_mmcr_byte(SC520_GP1IMAP,2); /* Set GPIRQ1 (SIO IRQ1) to IRQ1 */
  62. write_mmcr_byte(SC520_GP2IMAP,7); /* Set GPIRQ2 (ISA IRQ12) to IRQ12 */
  63. if (CFG_USE_SIO_UART) {
  64. write_mmcr_byte(SC520_UART1MAP,0); /* disable internal UART1 INT */
  65. write_mmcr_byte(SC520_UART2MAP,0); /* disable internal UART2 INT */
  66. write_mmcr_byte(SC520_GP3IMAP,11); /* Set GPIRQ3 (ISA IRQ3) to IRQ3 */
  67. write_mmcr_byte(SC520_GP4IMAP,12); /* Set GPIRQ4 (ISA IRQ4) to IRQ4 */
  68. } else {
  69. write_mmcr_byte(SC520_UART1MAP,12); /* Set internal UART2 INT to IRQ4 */
  70. write_mmcr_byte(SC520_UART2MAP,11); /* Set internal UART2 INT to IRQ3 */
  71. write_mmcr_byte(SC520_GP3IMAP,0); /* disable GPIRQ3 (ISA IRQ3) */
  72. write_mmcr_byte(SC520_GP4IMAP,0); /* disable GPIRQ4 (ISA IRQ4) */
  73. }
  74. write_mmcr_byte(SC520_GP5IMAP,13); /* Set GPIRQ5 (ISA IRQ5) to IRQ5 */
  75. write_mmcr_byte(SC520_GP6IMAP,21); /* Set GPIRQ6 (ISA IRQ6) to IRQ6 */
  76. write_mmcr_byte(SC520_GP7IMAP,22); /* Set GPIRQ7 (ISA IRQ7) to IRQ7 */
  77. write_mmcr_byte(SC520_GP8IMAP,3); /* Set GPIRQ8 (SIO IRQ8) to IRQ8 */
  78. write_mmcr_byte(SC520_GP9IMAP,4); /* Set GPIRQ9 (ISA IRQ9) to IRQ9 */
  79. write_mmcr_byte(SC520_GP10IMAP,9); /* Set GPIRQ10 (ISA IRQ10) to IRQ10 */
  80. write_mmcr_word(SC520_PCIHOSTMAP,0x11f); /* Map PCI hostbridge INT to NMI */
  81. write_mmcr_word(SC520_ECCMAP,0x100); /* Map SDRAM ECC failure INT to NMI */
  82. }
  83. /* PCI stuff */
  84. static void pci_sc520_cdp_fixup_irq(struct pci_controller *hose, pci_dev_t dev)
  85. {
  86. char pin;
  87. int irq;
  88. pci_hose_read_config_byte(hose, dev, PCI_INTERRUPT_PIN, &pin);
  89. irq = pin-1;
  90. switch (PCI_DEV(dev)) {
  91. case 20:
  92. break;
  93. case 19:
  94. irq+=1;
  95. break;
  96. case 18:
  97. irq+=2;
  98. break;
  99. case 17:
  100. irq+=3;
  101. break;
  102. default:
  103. return;
  104. }
  105. irq&=3; /* wrap around */
  106. irq+=9; /* lowest IRQ is 9 */
  107. pci_hose_write_config_byte(hose, dev, PCI_INTERRUPT_LINE, irq);
  108. #if 0
  109. printf("fixup_irq: device %d pin %c irq %d\n",
  110. PCI_DEV(dev), 'A' + pin -1, irq);
  111. #endif
  112. }
  113. static struct pci_controller sc520_cdp_hose = {
  114. fixup_irq: pci_sc520_cdp_fixup_irq,
  115. };
  116. void pci_init_board(void)
  117. {
  118. pci_sc520_init(&sc520_cdp_hose);
  119. }
  120. static void silence_uart(int port)
  121. {
  122. outb(0, port+1);
  123. }
  124. void setup_ali_sio(int uart_primary)
  125. {
  126. ali512x_init();
  127. ali512x_set_fdc(ALI_ENABLED, 0x3f2, 6, 0);
  128. ali512x_set_pp(ALI_ENABLED, 0x278, 7, 3);
  129. ali512x_set_uart(ALI_ENABLED, ALI_UART1, uart_primary?0x3f8:0x3e8, 4);
  130. ali512x_set_uart(ALI_ENABLED, ALI_UART2, uart_primary?0x2f8:0x2e8, 3);
  131. ali512x_set_rtc(ALI_DISABLED, 0, 0);
  132. ali512x_set_kbc(ALI_ENABLED, 1, 12);
  133. ali512x_set_cio(ALI_ENABLED);
  134. /* IrDa pins */
  135. ali512x_cio_function(12, 1, 0, 0);
  136. ali512x_cio_function(13, 1, 0, 0);
  137. /* SSI chip select pins */
  138. ali512x_cio_function(14, 0, 0, 0); /* SSI_CS */
  139. ali512x_cio_function(15, 0, 0, 0); /* SSI_MV */
  140. ali512x_cio_function(16, 0, 1, 0); /* SSI_SPI# (inverted) */
  141. /* Board REV pins */
  142. ali512x_cio_function(20, 0, 0, 1);
  143. ali512x_cio_function(21, 0, 0, 1);
  144. ali512x_cio_function(22, 0, 0, 1);
  145. ali512x_cio_function(23, 0, 0, 1);
  146. }
  147. /* set up the ISA bus timing and system address mappings */
  148. static void bus_init(void)
  149. {
  150. /* set up the GP IO pins */
  151. write_mmcr_word(SC520_PIOPFS31_16, 0xf7ff); /* set the GPIO pin function 31-16 reg */
  152. write_mmcr_word(SC520_PIOPFS15_0, 0xffff); /* set the GPIO pin function 15-0 reg */
  153. write_mmcr_byte(SC520_CSPFS, 0xf8); /* set the CS pin function reg */
  154. write_mmcr_byte(SC520_CLKSEL, 0x70);
  155. write_mmcr_byte(SC520_GPCSRT, 1); /* set the GP CS offset */
  156. write_mmcr_byte(SC520_GPCSPW, 3); /* set the GP CS pulse width */
  157. write_mmcr_byte(SC520_GPCSOFF, 1); /* set the GP CS offset */
  158. write_mmcr_byte(SC520_GPRDW, 3); /* set the RD pulse width */
  159. write_mmcr_byte(SC520_GPRDOFF, 1); /* set the GP RD offset */
  160. write_mmcr_byte(SC520_GPWRW, 3); /* set the GP WR pulse width */
  161. write_mmcr_byte(SC520_GPWROFF, 1); /* set the GP WR offset */
  162. write_mmcr_word(SC520_BOOTCSCTL, 0x1823); /* set up timing of BOOTCS */
  163. write_mmcr_word(SC520_ROMCS1CTL, 0x1823); /* set up timing of ROMCS1 */
  164. write_mmcr_word(SC520_ROMCS2CTL, 0x1823); /* set up timing of ROMCS2 */
  165. /* adjust the memory map:
  166. * by default the first 256MB (0x00000000 - 0x0fffffff) is mapped to SDRAM
  167. * and 256MB to 1G-128k (0x1000000 - 0x37ffffff) is mapped to PCI mmio
  168. * we need to map 1G-128k - 1G (0x38000000 - 0x3fffffff) to CS1 */
  169. /* SRAM = GPCS3 128k @ d0000-effff*/
  170. write_mmcr_long(SC520_PAR2, 0x4e00400d);
  171. /* IDE0 = GPCS6 1f0-1f7 */
  172. write_mmcr_long(SC520_PAR3, 0x380801f0);
  173. /* IDE1 = GPCS7 3f6 */
  174. write_mmcr_long(SC520_PAR4, 0x3c0003f6);
  175. /* bootcs */
  176. write_mmcr_long(SC520_PAR12, 0x8bffe800);
  177. /* romcs2 */
  178. write_mmcr_long(SC520_PAR13, 0xcbfff000);
  179. /* romcs1 */
  180. write_mmcr_long(SC520_PAR14, 0xabfff800);
  181. /* 680 LEDS */
  182. write_mmcr_long(SC520_PAR15, 0x30000640);
  183. asm ("wbinvd\n"); /* Flush cache, req. after setting the unchached attribute ona PAR */
  184. if (CFG_USE_SIO_UART) {
  185. write_mmcr_byte(SC520_ADDDECCTL, read_mmcr_byte(SC520_ADDDECCTL) | UART2_DIS|UART1_DIS);
  186. setup_ali_sio(1);
  187. } else {
  188. write_mmcr_byte(SC520_ADDDECCTL, read_mmcr_byte(SC520_ADDDECCTL) & ~(UART2_DIS|UART1_DIS));
  189. setup_ali_sio(0);
  190. silence_uart(0x3e8);
  191. silence_uart(0x2e8);
  192. }
  193. }
  194. /*
  195. * Miscelaneous platform dependent initialisations
  196. */
  197. int board_init(void)
  198. {
  199. DECLARE_GLOBAL_DATA_PTR;
  200. init_sc520();
  201. bus_init();
  202. irq_init();
  203. /* max drive current on SDRAM */
  204. write_mmcr_word(SC520_DSCTL, 0x0100);
  205. /* enter debug mode after next reset (only if jumper is also set) */
  206. write_mmcr_byte(SC520_RESCFG, 0x08);
  207. /* configure the software timer to 33.333MHz */
  208. write_mmcr_byte(SC520_SWTMRCFG, 0);
  209. gd->bus_clk = 33333000;
  210. return 0;
  211. }
  212. int dram_init(void)
  213. {
  214. init_sc520_dram();
  215. return 0;
  216. }
  217. void show_boot_progress(int val)
  218. {
  219. outb(val&0xff, 0x80);
  220. outb((val&0xff00)>>8, 0x680);
  221. }
  222. int last_stage_init(void)
  223. {
  224. int minor;
  225. int major;
  226. major = minor = 0;
  227. major |= ali512x_cio_in(23)?2:0;
  228. major |= ali512x_cio_in(22)?1:0;
  229. minor |= ali512x_cio_in(21)?2:0;
  230. minor |= ali512x_cio_in(20)?1:0;
  231. printf("AMD SC520 CDP revision %d.%d\n", major, minor);
  232. return 0;
  233. }