mpc86xx_hpcn.c 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439
  1. /*
  2. * MPC86xx HPCN board specific routines
  3. *
  4. * Recode: ZHANG WEI <wei.zhang@freescale.com>
  5. * Initial author: Xianghua Xiao <x.xiao@freescale.com>
  6. *
  7. * Copyright 2006 Freescale Semiconductor Inc.
  8. *
  9. * This program is free software; you can redistribute it and/or modify it
  10. * under the terms of the GNU General Public License as published by the
  11. * Free Software Foundation; either version 2 of the License, or (at your
  12. * option) any later version.
  13. */
  14. #include <linux/stddef.h>
  15. #include <linux/kernel.h>
  16. #include <linux/pci.h>
  17. #include <linux/kdev_t.h>
  18. #include <linux/delay.h>
  19. #include <linux/seq_file.h>
  20. #include <linux/root_dev.h>
  21. #include <asm/system.h>
  22. #include <asm/time.h>
  23. #include <asm/machdep.h>
  24. #include <asm/pci-bridge.h>
  25. #include <asm/mpc86xx.h>
  26. #include <asm/prom.h>
  27. #include <mm/mmu_decl.h>
  28. #include <asm/udbg.h>
  29. #include <asm/i8259.h>
  30. #include <asm/mpic.h>
  31. #include <sysdev/fsl_soc.h>
  32. #include "mpc86xx.h"
  33. #include "mpc8641_hpcn.h"
  34. #ifndef CONFIG_PCI
  35. unsigned long isa_io_base = 0;
  36. unsigned long isa_mem_base = 0;
  37. unsigned long pci_dram_offset = 0;
  38. #endif
  39. /*
  40. * Internal interrupts are all Level Sensitive, and Positive Polarity
  41. */
  42. static u_char mpc86xx_hpcn_openpic_initsenses[] __initdata = {
  43. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 0: Reserved */
  44. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 1: MCM */
  45. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 2: DDR DRAM */
  46. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 3: LBIU */
  47. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 4: DMA 0 */
  48. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 5: DMA 1 */
  49. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 6: DMA 2 */
  50. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 7: DMA 3 */
  51. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 8: PCIE1 */
  52. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 9: PCIE2 */
  53. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 10: Reserved */
  54. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 11: Reserved */
  55. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 12: DUART2 */
  56. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 13: TSEC 1 Transmit */
  57. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 14: TSEC 1 Receive */
  58. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 15: TSEC 3 transmit */
  59. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 16: TSEC 3 receive */
  60. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 17: TSEC 3 error */
  61. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 18: TSEC 1 Receive/Transmit Error */
  62. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 19: TSEC 2 Transmit */
  63. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 20: TSEC 2 Receive */
  64. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 21: TSEC 4 transmit */
  65. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 22: TSEC 4 receive */
  66. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 23: TSEC 4 error */
  67. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 24: TSEC 2 Receive/Transmit Error */
  68. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 25: Unused */
  69. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 26: DUART1 */
  70. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 27: I2C */
  71. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 28: Performance Monitor */
  72. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 29: Unused */
  73. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 30: Unused */
  74. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 31: Unused */
  75. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 32: SRIO error/write-port unit */
  76. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 33: SRIO outbound doorbell */
  77. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 34: SRIO inbound doorbell */
  78. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 35: Unused */
  79. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 36: Unused */
  80. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 37: SRIO outbound message unit 1 */
  81. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 38: SRIO inbound message unit 1 */
  82. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 39: SRIO outbound message unit 2 */
  83. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 40: SRIO inbound message unit 2 */
  84. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 41: Unused */
  85. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 42: Unused */
  86. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 43: Unused */
  87. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 44: Unused */
  88. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 45: Unused */
  89. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 46: Unused */
  90. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* Internal 47: Unused */
  91. 0x0, /* External 0: */
  92. 0x0, /* External 1: */
  93. 0x0, /* External 2: */
  94. 0x0, /* External 3: */
  95. 0x0, /* External 4: */
  96. 0x0, /* External 5: */
  97. 0x0, /* External 6: */
  98. 0x0, /* External 7: */
  99. (IRQ_SENSE_LEVEL | IRQ_POLARITY_NEGATIVE), /* External 8: Pixis FPGA */
  100. (IRQ_SENSE_LEVEL | IRQ_POLARITY_POSITIVE), /* External 9: ULI 8259 INTR Cascade */
  101. (IRQ_SENSE_LEVEL | IRQ_POLARITY_NEGATIVE), /* External 10: Quad ETH PHY */
  102. 0x0, /* External 11: */
  103. 0x0,
  104. 0x0,
  105. 0x0,
  106. 0x0,
  107. };
  108. void __init
  109. mpc86xx_hpcn_init_irq(void)
  110. {
  111. struct mpic *mpic1;
  112. phys_addr_t openpic_paddr;
  113. /* Determine the Physical Address of the OpenPIC regs */
  114. openpic_paddr = get_immrbase() + MPC86xx_OPENPIC_OFFSET;
  115. /* Alloc mpic structure and per isu has 16 INT entries. */
  116. mpic1 = mpic_alloc(openpic_paddr,
  117. MPIC_PRIMARY | MPIC_WANTS_RESET | MPIC_BIG_ENDIAN,
  118. 16, MPC86xx_OPENPIC_IRQ_OFFSET, 0, 250,
  119. mpc86xx_hpcn_openpic_initsenses,
  120. sizeof(mpc86xx_hpcn_openpic_initsenses),
  121. " MPIC ");
  122. BUG_ON(mpic1 == NULL);
  123. /* 48 Internal Interrupts */
  124. mpic_assign_isu(mpic1, 0, openpic_paddr + 0x10200);
  125. mpic_assign_isu(mpic1, 1, openpic_paddr + 0x10400);
  126. mpic_assign_isu(mpic1, 2, openpic_paddr + 0x10600);
  127. /* 16 External interrupts */
  128. mpic_assign_isu(mpic1, 3, openpic_paddr + 0x10000);
  129. mpic_init(mpic1);
  130. #ifdef CONFIG_PCI
  131. mpic_setup_cascade(MPC86xx_IRQ_EXT9, i8259_irq_cascade, NULL);
  132. i8259_init(0, I8259_OFFSET);
  133. #endif
  134. }
  135. #ifdef CONFIG_PCI
  136. /*
  137. * interrupt routing
  138. */
  139. int
  140. mpc86xx_map_irq(struct pci_dev *dev, unsigned char idsel, unsigned char pin)
  141. {
  142. static char pci_irq_table[][4] = {
  143. /*
  144. * PCI IDSEL/INTPIN->INTLINE
  145. * A B C D
  146. */
  147. {PIRQA, PIRQB, PIRQC, PIRQD}, /* IDSEL 17 -- PCI Slot 1 */
  148. {PIRQB, PIRQC, PIRQD, PIRQA}, /* IDSEL 18 -- PCI Slot 2 */
  149. {0, 0, 0, 0}, /* IDSEL 19 */
  150. {0, 0, 0, 0}, /* IDSEL 20 */
  151. {0, 0, 0, 0}, /* IDSEL 21 */
  152. {0, 0, 0, 0}, /* IDSEL 22 */
  153. {0, 0, 0, 0}, /* IDSEL 23 */
  154. {0, 0, 0, 0}, /* IDSEL 24 */
  155. {0, 0, 0, 0}, /* IDSEL 25 */
  156. {PIRQD, PIRQA, PIRQB, PIRQC}, /* IDSEL 26 -- PCI Bridge*/
  157. {PIRQC, 0, 0, 0}, /* IDSEL 27 -- LAN */
  158. {PIRQE, PIRQF, PIRQH, PIRQ7}, /* IDSEL 28 -- USB 1.1 */
  159. {PIRQE, PIRQF, PIRQG, 0}, /* IDSEL 29 -- Audio & Modem */
  160. {PIRQH, 0, 0, 0}, /* IDSEL 30 -- LPC & PMU*/
  161. {PIRQD, 0, 0, 0}, /* IDSEL 31 -- ATA */
  162. };
  163. const long min_idsel = 17, max_idsel = 31, irqs_per_slot = 4;
  164. return PCI_IRQ_TABLE_LOOKUP + I8259_OFFSET;
  165. }
  166. static void __devinit quirk_ali1575(struct pci_dev *dev)
  167. {
  168. unsigned short temp;
  169. /*
  170. * ALI1575 interrupts route table setup:
  171. *
  172. * IRQ pin IRQ#
  173. * PIRQA ---- 3
  174. * PIRQB ---- 4
  175. * PIRQC ---- 5
  176. * PIRQD ---- 6
  177. * PIRQE ---- 9
  178. * PIRQF ---- 10
  179. * PIRQG ---- 11
  180. * PIRQH ---- 12
  181. *
  182. * interrupts for PCI slot0 -- PIRQA / PIRQB / PIRQC / PIRQD
  183. * PCI slot1 -- PIRQB / PIRQC / PIRQD / PIRQA
  184. */
  185. pci_write_config_dword(dev, 0x48, 0xb9317542);
  186. /* USB 1.1 OHCI controller 1, interrupt: PIRQE */
  187. pci_write_config_byte(dev, 0x86, 0x0c);
  188. /* USB 1.1 OHCI controller 2, interrupt: PIRQF */
  189. pci_write_config_byte(dev, 0x87, 0x0d);
  190. /* USB 1.1 OHCI controller 3, interrupt: PIRQH */
  191. pci_write_config_byte(dev, 0x88, 0x0f);
  192. /* USB 2.0 controller, interrupt: PIRQ7 */
  193. pci_write_config_byte(dev, 0x74, 0x06);
  194. /* Audio controller, interrupt: PIRQE */
  195. pci_write_config_byte(dev, 0x8a, 0x0c);
  196. /* Modem controller, interrupt: PIRQF */
  197. pci_write_config_byte(dev, 0x8b, 0x0d);
  198. /* HD audio controller, interrupt: PIRQG */
  199. pci_write_config_byte(dev, 0x8c, 0x0e);
  200. /* Serial ATA interrupt: PIRQD */
  201. pci_write_config_byte(dev, 0x8d, 0x0b);
  202. /* SMB interrupt: PIRQH */
  203. pci_write_config_byte(dev, 0x8e, 0x0f);
  204. /* PMU ACPI SCI interrupt: PIRQH */
  205. pci_write_config_byte(dev, 0x8f, 0x0f);
  206. /* Primary PATA IDE IRQ: 14
  207. * Secondary PATA IDE IRQ: 15
  208. */
  209. pci_write_config_byte(dev, 0x44, 0x3d);
  210. pci_write_config_byte(dev, 0x75, 0x0f);
  211. /* Set IRQ14 and IRQ15 to legacy IRQs */
  212. pci_read_config_word(dev, 0x46, &temp);
  213. temp |= 0xc000;
  214. pci_write_config_word(dev, 0x46, temp);
  215. /* Set i8259 interrupt trigger
  216. * IRQ 3: Level
  217. * IRQ 4: Level
  218. * IRQ 5: Level
  219. * IRQ 6: Level
  220. * IRQ 7: Level
  221. * IRQ 9: Level
  222. * IRQ 10: Level
  223. * IRQ 11: Level
  224. * IRQ 12: Level
  225. * IRQ 14: Edge
  226. * IRQ 15: Edge
  227. */
  228. outb(0xfa, 0x4d0);
  229. outb(0x1e, 0x4d1);
  230. }
  231. static void __devinit quirk_uli5288(struct pci_dev *dev)
  232. {
  233. unsigned char c;
  234. pci_read_config_byte(dev,0x83,&c);
  235. c |= 0x80;
  236. pci_write_config_byte(dev, 0x83, c);
  237. pci_write_config_byte(dev, 0x09, 0x01);
  238. pci_write_config_byte(dev, 0x0a, 0x06);
  239. pci_read_config_byte(dev,0x83,&c);
  240. c &= 0x7f;
  241. pci_write_config_byte(dev, 0x83, c);
  242. pci_read_config_byte(dev,0x84,&c);
  243. c |= 0x01;
  244. pci_write_config_byte(dev, 0x84, c);
  245. }
  246. static void __devinit quirk_uli5229(struct pci_dev *dev)
  247. {
  248. unsigned short temp;
  249. pci_write_config_word(dev, 0x04, 0x0405);
  250. pci_read_config_word(dev, 0x4a, &temp);
  251. temp |= 0x1000;
  252. pci_write_config_word(dev, 0x4a, temp);
  253. }
  254. static void __devinit early_uli5249(struct pci_dev *dev)
  255. {
  256. unsigned char temp;
  257. pci_write_config_word(dev, 0x04, 0x0007);
  258. pci_read_config_byte(dev, 0x7c, &temp);
  259. pci_write_config_byte(dev, 0x7c, 0x80);
  260. pci_write_config_byte(dev, 0x09, 0x01);
  261. pci_write_config_byte(dev, 0x7c, temp);
  262. dev->class |= 0x1;
  263. }
  264. DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_AL, 0x1575, quirk_ali1575);
  265. DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_AL, 0x5288, quirk_uli5288);
  266. DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_AL, 0x5229, quirk_uli5229);
  267. DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_AL, 0x5249, early_uli5249);
  268. #endif /* CONFIG_PCI */
  269. static void __init
  270. mpc86xx_hpcn_setup_arch(void)
  271. {
  272. struct device_node *np;
  273. if (ppc_md.progress)
  274. ppc_md.progress("mpc86xx_hpcn_setup_arch()", 0);
  275. np = of_find_node_by_type(NULL, "cpu");
  276. if (np != 0) {
  277. unsigned int *fp;
  278. fp = (int *)get_property(np, "clock-frequency", NULL);
  279. if (fp != 0)
  280. loops_per_jiffy = *fp / HZ;
  281. else
  282. loops_per_jiffy = 50000000 / HZ;
  283. of_node_put(np);
  284. }
  285. #ifdef CONFIG_PCI
  286. for (np = NULL; (np = of_find_node_by_type(np, "pci")) != NULL;)
  287. add_bridge(np);
  288. ppc_md.pci_swizzle = common_swizzle;
  289. ppc_md.pci_map_irq = mpc86xx_map_irq;
  290. ppc_md.pci_exclude_device = mpc86xx_exclude_device;
  291. #endif
  292. printk("MPC86xx HPCN board from Freescale Semiconductor\n");
  293. #ifdef CONFIG_ROOT_NFS
  294. ROOT_DEV = Root_NFS;
  295. #else
  296. ROOT_DEV = Root_HDA1;
  297. #endif
  298. #ifdef CONFIG_SMP
  299. mpc86xx_smp_init();
  300. #endif
  301. }
  302. void
  303. mpc86xx_hpcn_show_cpuinfo(struct seq_file *m)
  304. {
  305. struct device_node *root;
  306. uint memsize = total_memory;
  307. const char *model = "";
  308. uint svid = mfspr(SPRN_SVR);
  309. seq_printf(m, "Vendor\t\t: Freescale Semiconductor\n");
  310. root = of_find_node_by_path("/");
  311. if (root)
  312. model = get_property(root, "model", NULL);
  313. seq_printf(m, "Machine\t\t: %s\n", model);
  314. of_node_put(root);
  315. seq_printf(m, "SVR\t\t: 0x%x\n", svid);
  316. seq_printf(m, "Memory\t\t: %d MB\n", memsize / (1024 * 1024));
  317. }
  318. /*
  319. * Called very early, device-tree isn't unflattened
  320. */
  321. static int __init mpc86xx_hpcn_probe(void)
  322. {
  323. unsigned long root = of_get_flat_dt_root();
  324. if (of_flat_dt_is_compatible(root, "mpc86xx"))
  325. return 1; /* Looks good */
  326. return 0;
  327. }
  328. void
  329. mpc86xx_restart(char *cmd)
  330. {
  331. void __iomem *rstcr;
  332. rstcr = ioremap(get_immrbase() + MPC86XX_RSTCR_OFFSET, 0x100);
  333. local_irq_disable();
  334. /* Assert reset request to Reset Control Register */
  335. out_be32(rstcr, 0x2);
  336. /* not reached */
  337. }
  338. long __init
  339. mpc86xx_time_init(void)
  340. {
  341. unsigned int temp;
  342. /* Set the time base to zero */
  343. mtspr(SPRN_TBWL, 0);
  344. mtspr(SPRN_TBWU, 0);
  345. temp = mfspr(SPRN_HID0);
  346. temp |= HID0_TBEN;
  347. mtspr(SPRN_HID0, temp);
  348. asm volatile("isync");
  349. return 0;
  350. }
  351. define_machine(mpc86xx_hpcn) {
  352. .name = "MPC86xx HPCN",
  353. .probe = mpc86xx_hpcn_probe,
  354. .setup_arch = mpc86xx_hpcn_setup_arch,
  355. .init_IRQ = mpc86xx_hpcn_init_irq,
  356. .show_cpuinfo = mpc86xx_hpcn_show_cpuinfo,
  357. .get_irq = mpic_get_irq,
  358. .restart = mpc86xx_restart,
  359. .time_init = mpc86xx_time_init,
  360. .calibrate_decr = generic_calibrate_decr,
  361. .progress = udbg_progress,
  362. };