ev64360.c 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524
  1. /*
  2. * arch/ppc/platforms/ev64360.c
  3. *
  4. * Board setup routines for the Marvell EV-64360-BP Evaluation Board.
  5. *
  6. * Author: Lee Nicks <allinux@gmail.com>
  7. *
  8. * Based on code done by Rabeeh Khoury - rabeeh@galileo.co.il
  9. * Based on code done by - Mark A. Greer <mgreer@mvista.com>
  10. *
  11. * This program is free software; you can redistribute it and/or modify it
  12. * under the terms of the GNU General Public License as published by the
  13. * Free Software Foundation; either version 2 of the License, or (at your
  14. * option) any later version.
  15. */
  16. #include <linux/config.h>
  17. #include <linux/kernel.h>
  18. #include <linux/pci.h>
  19. #include <linux/kdev_t.h>
  20. #include <linux/console.h>
  21. #include <linux/initrd.h>
  22. #include <linux/root_dev.h>
  23. #include <linux/delay.h>
  24. #include <linux/seq_file.h>
  25. #include <linux/bootmem.h>
  26. #include <linux/mtd/physmap.h>
  27. #include <linux/mv643xx.h>
  28. #include <linux/platform_device.h>
  29. #ifdef CONFIG_BOOTIMG
  30. #include <linux/bootimg.h>
  31. #endif
  32. #include <asm/page.h>
  33. #include <asm/time.h>
  34. #include <asm/smp.h>
  35. #include <asm/todc.h>
  36. #include <asm/bootinfo.h>
  37. #include <asm/ppcboot.h>
  38. #include <asm/mv64x60.h>
  39. #include <asm/machdep.h>
  40. #include <platforms/ev64360.h>
  41. #define BOARD_VENDOR "Marvell"
  42. #define BOARD_MACHINE "EV-64360-BP"
  43. static struct mv64x60_handle bh;
  44. static void __iomem *sram_base;
  45. static u32 ev64360_flash_size_0;
  46. static u32 ev64360_flash_size_1;
  47. static u32 ev64360_bus_frequency;
  48. unsigned char __res[sizeof(bd_t)];
  49. TODC_ALLOC();
  50. static int __init
  51. ev64360_map_irq(struct pci_dev *dev, unsigned char idsel, unsigned char pin)
  52. {
  53. return 0;
  54. }
  55. static void __init
  56. ev64360_setup_bridge(void)
  57. {
  58. struct mv64x60_setup_info si;
  59. int i;
  60. memset(&si, 0, sizeof(si));
  61. si.phys_reg_base = CONFIG_MV64X60_NEW_BASE;
  62. #ifdef CONFIG_PCI
  63. si.pci_1.enable_bus = 1;
  64. si.pci_1.pci_io.cpu_base = EV64360_PCI1_IO_START_PROC_ADDR;
  65. si.pci_1.pci_io.pci_base_hi = 0;
  66. si.pci_1.pci_io.pci_base_lo = EV64360_PCI1_IO_START_PCI_ADDR;
  67. si.pci_1.pci_io.size = EV64360_PCI1_IO_SIZE;
  68. si.pci_1.pci_io.swap = MV64x60_CPU2PCI_SWAP_NONE;
  69. si.pci_1.pci_mem[0].cpu_base = EV64360_PCI1_MEM_START_PROC_ADDR;
  70. si.pci_1.pci_mem[0].pci_base_hi = EV64360_PCI1_MEM_START_PCI_HI_ADDR;
  71. si.pci_1.pci_mem[0].pci_base_lo = EV64360_PCI1_MEM_START_PCI_LO_ADDR;
  72. si.pci_1.pci_mem[0].size = EV64360_PCI1_MEM_SIZE;
  73. si.pci_1.pci_mem[0].swap = MV64x60_CPU2PCI_SWAP_NONE;
  74. si.pci_1.pci_cmd_bits = 0;
  75. si.pci_1.latency_timer = 0x80;
  76. #else
  77. si.pci_0.enable_bus = 0;
  78. si.pci_1.enable_bus = 0;
  79. #endif
  80. for (i = 0; i < MV64x60_CPU2MEM_WINDOWS; i++) {
  81. #if defined(CONFIG_NOT_COHERENT_CACHE)
  82. si.cpu_prot_options[i] = 0;
  83. si.enet_options[i] = MV64360_ENET2MEM_SNOOP_NONE;
  84. si.mpsc_options[i] = MV64360_MPSC2MEM_SNOOP_NONE;
  85. si.idma_options[i] = MV64360_IDMA2MEM_SNOOP_NONE;
  86. si.pci_1.acc_cntl_options[i] =
  87. MV64360_PCI_ACC_CNTL_SNOOP_NONE |
  88. MV64360_PCI_ACC_CNTL_SWAP_NONE |
  89. MV64360_PCI_ACC_CNTL_MBURST_128_BYTES |
  90. MV64360_PCI_ACC_CNTL_RDSIZE_256_BYTES;
  91. #else
  92. si.cpu_prot_options[i] = 0;
  93. si.enet_options[i] = MV64360_ENET2MEM_SNOOP_NONE; /* errata */
  94. si.mpsc_options[i] = MV64360_MPSC2MEM_SNOOP_NONE; /* errata */
  95. si.idma_options[i] = MV64360_IDMA2MEM_SNOOP_NONE; /* errata */
  96. si.pci_1.acc_cntl_options[i] =
  97. MV64360_PCI_ACC_CNTL_SNOOP_WB |
  98. MV64360_PCI_ACC_CNTL_SWAP_NONE |
  99. MV64360_PCI_ACC_CNTL_MBURST_32_BYTES |
  100. MV64360_PCI_ACC_CNTL_RDSIZE_32_BYTES;
  101. #endif
  102. }
  103. if (mv64x60_init(&bh, &si))
  104. printk(KERN_WARNING "Bridge initialization failed.\n");
  105. #ifdef CONFIG_PCI
  106. pci_dram_offset = 0; /* sys mem at same addr on PCI & cpu bus */
  107. ppc_md.pci_swizzle = common_swizzle;
  108. ppc_md.pci_map_irq = ev64360_map_irq;
  109. ppc_md.pci_exclude_device = mv64x60_pci_exclude_device;
  110. mv64x60_set_bus(&bh, 1, 0);
  111. bh.hose_b->first_busno = 0;
  112. bh.hose_b->last_busno = 0xff;
  113. #endif
  114. }
  115. /* Bridge & platform setup routines */
  116. void __init
  117. ev64360_intr_setup(void)
  118. {
  119. /* MPP 8, 9, and 10 */
  120. mv64x60_clr_bits(&bh, MV64x60_MPP_CNTL_1, 0xfff);
  121. /*
  122. * Define GPP 8,9,and 10 interrupt polarity as active low
  123. * input signal and level triggered
  124. */
  125. mv64x60_set_bits(&bh, MV64x60_GPP_LEVEL_CNTL, 0x700);
  126. mv64x60_clr_bits(&bh, MV64x60_GPP_IO_CNTL, 0x700);
  127. /* Config GPP intr ctlr to respond to level trigger */
  128. mv64x60_set_bits(&bh, MV64x60_COMM_ARBITER_CNTL, (1<<10));
  129. /* Erranum FEr PCI-#8 */
  130. mv64x60_clr_bits(&bh, MV64x60_PCI0_CMD, (1<<5) | (1<<9));
  131. mv64x60_clr_bits(&bh, MV64x60_PCI1_CMD, (1<<5) | (1<<9));
  132. /*
  133. * Dismiss and then enable interrupt on GPP interrupt cause
  134. * for CPU #0
  135. */
  136. mv64x60_write(&bh, MV64x60_GPP_INTR_CAUSE, ~0x700);
  137. mv64x60_set_bits(&bh, MV64x60_GPP_INTR_MASK, 0x700);
  138. /*
  139. * Dismiss and then enable interrupt on CPU #0 high cause reg
  140. * BIT25 summarizes GPP interrupts 8-15
  141. */
  142. mv64x60_set_bits(&bh, MV64360_IC_CPU0_INTR_MASK_HI, (1<<25));
  143. }
  144. void __init
  145. ev64360_setup_peripherals(void)
  146. {
  147. u32 base;
  148. /* Set up window for boot CS */
  149. mv64x60_set_32bit_window(&bh, MV64x60_CPU2BOOT_WIN,
  150. EV64360_BOOT_WINDOW_BASE, EV64360_BOOT_WINDOW_SIZE, 0);
  151. bh.ci->enable_window_32bit(&bh, MV64x60_CPU2BOOT_WIN);
  152. /* We only use the 32-bit flash */
  153. mv64x60_get_32bit_window(&bh, MV64x60_CPU2BOOT_WIN, &base,
  154. &ev64360_flash_size_0);
  155. ev64360_flash_size_1 = 0;
  156. mv64x60_set_32bit_window(&bh, MV64x60_CPU2DEV_1_WIN,
  157. EV64360_RTC_WINDOW_BASE, EV64360_RTC_WINDOW_SIZE, 0);
  158. bh.ci->enable_window_32bit(&bh, MV64x60_CPU2DEV_1_WIN);
  159. TODC_INIT(TODC_TYPE_DS1501, 0, 0,
  160. ioremap(EV64360_RTC_WINDOW_BASE, EV64360_RTC_WINDOW_SIZE), 8);
  161. mv64x60_set_32bit_window(&bh, MV64x60_CPU2SRAM_WIN,
  162. EV64360_INTERNAL_SRAM_BASE, MV64360_SRAM_SIZE, 0);
  163. bh.ci->enable_window_32bit(&bh, MV64x60_CPU2SRAM_WIN);
  164. sram_base = ioremap(EV64360_INTERNAL_SRAM_BASE, MV64360_SRAM_SIZE);
  165. /* Set up Enet->SRAM window */
  166. mv64x60_set_32bit_window(&bh, MV64x60_ENET2MEM_4_WIN,
  167. EV64360_INTERNAL_SRAM_BASE, MV64360_SRAM_SIZE, 0x2);
  168. bh.ci->enable_window_32bit(&bh, MV64x60_ENET2MEM_4_WIN);
  169. /* Give enet r/w access to memory region */
  170. mv64x60_set_bits(&bh, MV64360_ENET2MEM_ACC_PROT_0, (0x3 << (4 << 1)));
  171. mv64x60_set_bits(&bh, MV64360_ENET2MEM_ACC_PROT_1, (0x3 << (4 << 1)));
  172. mv64x60_set_bits(&bh, MV64360_ENET2MEM_ACC_PROT_2, (0x3 << (4 << 1)));
  173. mv64x60_clr_bits(&bh, MV64x60_PCI1_PCI_DECODE_CNTL, (1 << 3));
  174. mv64x60_clr_bits(&bh, MV64x60_TIMR_CNTR_0_3_CNTL,
  175. ((1 << 0) | (1 << 8) | (1 << 16) | (1 << 24)));
  176. #if defined(CONFIG_NOT_COHERENT_CACHE)
  177. mv64x60_write(&bh, MV64360_SRAM_CONFIG, 0x00160000);
  178. #else
  179. mv64x60_write(&bh, MV64360_SRAM_CONFIG, 0x001600b2);
  180. #endif
  181. /*
  182. * Setting the SRAM to 0. Note that this generates parity errors on
  183. * internal data path in SRAM since it's first time accessing it
  184. * while after reset it's not configured.
  185. */
  186. memset(sram_base, 0, MV64360_SRAM_SIZE);
  187. /* set up PCI interrupt controller */
  188. ev64360_intr_setup();
  189. }
  190. static void __init
  191. ev64360_setup_arch(void)
  192. {
  193. if (ppc_md.progress)
  194. ppc_md.progress("ev64360_setup_arch: enter", 0);
  195. set_tb(0, 0);
  196. #ifdef CONFIG_BLK_DEV_INITRD
  197. if (initrd_start)
  198. ROOT_DEV = Root_RAM0;
  199. else
  200. #endif
  201. #ifdef CONFIG_ROOT_NFS
  202. ROOT_DEV = Root_NFS;
  203. #else
  204. ROOT_DEV = Root_SDA2;
  205. #endif
  206. /*
  207. * Set up the L2CR register.
  208. */
  209. _set_L2CR(L2CR_L2E | L2CR_L2PE);
  210. if (ppc_md.progress)
  211. ppc_md.progress("ev64360_setup_arch: calling setup_bridge", 0);
  212. ev64360_setup_bridge();
  213. ev64360_setup_peripherals();
  214. ev64360_bus_frequency = ev64360_bus_freq();
  215. printk(KERN_INFO "%s %s port (C) 2005 Lee Nicks "
  216. "(allinux@gmail.com)\n", BOARD_VENDOR, BOARD_MACHINE);
  217. if (ppc_md.progress)
  218. ppc_md.progress("ev64360_setup_arch: exit", 0);
  219. }
  220. /* Platform device data fixup routines. */
  221. #if defined(CONFIG_SERIAL_MPSC)
  222. static void __init
  223. ev64360_fixup_mpsc_pdata(struct platform_device *pdev)
  224. {
  225. struct mpsc_pdata *pdata;
  226. pdata = (struct mpsc_pdata *)pdev->dev.platform_data;
  227. pdata->max_idle = 40;
  228. pdata->default_baud = EV64360_DEFAULT_BAUD;
  229. pdata->brg_clk_src = EV64360_MPSC_CLK_SRC;
  230. /*
  231. * TCLK (not SysCLk) is routed to BRG, then to the MPSC. On most parts,
  232. * TCLK == SysCLK but on 64460, they are separate pins.
  233. * SysCLK can go up to 200 MHz but TCLK can only go up to 133 MHz.
  234. */
  235. pdata->brg_clk_freq = min(ev64360_bus_frequency, MV64x60_TCLK_FREQ_MAX);
  236. }
  237. #endif
  238. #if defined(CONFIG_MV643XX_ETH)
  239. static void __init
  240. ev64360_fixup_eth_pdata(struct platform_device *pdev)
  241. {
  242. struct mv643xx_eth_platform_data *eth_pd;
  243. static u16 phy_addr[] = {
  244. EV64360_ETH0_PHY_ADDR,
  245. EV64360_ETH1_PHY_ADDR,
  246. EV64360_ETH2_PHY_ADDR,
  247. };
  248. eth_pd = pdev->dev.platform_data;
  249. eth_pd->force_phy_addr = 1;
  250. eth_pd->phy_addr = phy_addr[pdev->id];
  251. eth_pd->tx_queue_size = EV64360_ETH_TX_QUEUE_SIZE;
  252. eth_pd->rx_queue_size = EV64360_ETH_RX_QUEUE_SIZE;
  253. }
  254. #endif
  255. static int __init
  256. ev64360_platform_notify(struct device *dev)
  257. {
  258. static struct {
  259. char *bus_id;
  260. void ((*rtn)(struct platform_device *pdev));
  261. } dev_map[] = {
  262. #if defined(CONFIG_SERIAL_MPSC)
  263. { MPSC_CTLR_NAME ".0", ev64360_fixup_mpsc_pdata },
  264. { MPSC_CTLR_NAME ".1", ev64360_fixup_mpsc_pdata },
  265. #endif
  266. #if defined(CONFIG_MV643XX_ETH)
  267. { MV643XX_ETH_NAME ".0", ev64360_fixup_eth_pdata },
  268. { MV643XX_ETH_NAME ".1", ev64360_fixup_eth_pdata },
  269. { MV643XX_ETH_NAME ".2", ev64360_fixup_eth_pdata },
  270. #endif
  271. };
  272. struct platform_device *pdev;
  273. int i;
  274. if (dev && dev->bus_id)
  275. for (i=0; i<ARRAY_SIZE(dev_map); i++)
  276. if (!strncmp(dev->bus_id, dev_map[i].bus_id,
  277. BUS_ID_SIZE)) {
  278. pdev = container_of(dev,
  279. struct platform_device, dev);
  280. dev_map[i].rtn(pdev);
  281. }
  282. return 0;
  283. }
  284. #ifdef CONFIG_MTD_PHYSMAP
  285. #ifndef MB
  286. #define MB (1 << 20)
  287. #endif
  288. /*
  289. * MTD Layout.
  290. *
  291. * FLASH Amount: 0xff000000 - 0xffffffff
  292. * ------------- -----------------------
  293. * Reserved: 0xff000000 - 0xff03ffff
  294. * JFFS2 file system: 0xff040000 - 0xffefffff
  295. * U-boot: 0xfff00000 - 0xffffffff
  296. */
  297. static int __init
  298. ev64360_setup_mtd(void)
  299. {
  300. u32 size;
  301. int ptbl_entries;
  302. static struct mtd_partition *ptbl;
  303. size = ev64360_flash_size_0 + ev64360_flash_size_1;
  304. if (!size)
  305. return -ENOMEM;
  306. ptbl_entries = 3;
  307. if ((ptbl = kmalloc(ptbl_entries * sizeof(struct mtd_partition),
  308. GFP_KERNEL)) == NULL) {
  309. printk(KERN_WARNING "Can't alloc MTD partition table\n");
  310. return -ENOMEM;
  311. }
  312. memset(ptbl, 0, ptbl_entries * sizeof(struct mtd_partition));
  313. ptbl[0].name = "reserved";
  314. ptbl[0].offset = 0;
  315. ptbl[0].size = EV64360_MTD_RESERVED_SIZE;
  316. ptbl[1].name = "jffs2";
  317. ptbl[1].offset = EV64360_MTD_RESERVED_SIZE;
  318. ptbl[1].size = EV64360_MTD_JFFS2_SIZE;
  319. ptbl[2].name = "U-BOOT";
  320. ptbl[2].offset = EV64360_MTD_RESERVED_SIZE + EV64360_MTD_JFFS2_SIZE;
  321. ptbl[2].size = EV64360_MTD_UBOOT_SIZE;
  322. physmap_map.size = size;
  323. physmap_set_partitions(ptbl, ptbl_entries);
  324. return 0;
  325. }
  326. arch_initcall(ev64360_setup_mtd);
  327. #endif
  328. static void
  329. ev64360_restart(char *cmd)
  330. {
  331. ulong i = 0xffffffff;
  332. volatile unsigned char * rtc_base = ioremap(EV64360_RTC_WINDOW_BASE,0x4000);
  333. /* issue hard reset */
  334. rtc_base[0xf] = 0x80;
  335. rtc_base[0xc] = 0x00;
  336. rtc_base[0xd] = 0x01;
  337. rtc_base[0xf] = 0x83;
  338. while (i-- > 0) ;
  339. panic("restart failed\n");
  340. }
  341. static void
  342. ev64360_halt(void)
  343. {
  344. while (1) ;
  345. /* NOTREACHED */
  346. }
  347. static void
  348. ev64360_power_off(void)
  349. {
  350. ev64360_halt();
  351. /* NOTREACHED */
  352. }
  353. static int
  354. ev64360_show_cpuinfo(struct seq_file *m)
  355. {
  356. seq_printf(m, "vendor\t\t: " BOARD_VENDOR "\n");
  357. seq_printf(m, "machine\t\t: " BOARD_MACHINE "\n");
  358. seq_printf(m, "bus speed\t: %dMHz\n", ev64360_bus_frequency/1000/1000);
  359. return 0;
  360. }
  361. static void __init
  362. ev64360_calibrate_decr(void)
  363. {
  364. u32 freq;
  365. freq = ev64360_bus_frequency / 4;
  366. printk(KERN_INFO "time_init: decrementer frequency = %lu.%.6lu MHz\n",
  367. (long)freq / 1000000, (long)freq % 1000000);
  368. tb_ticks_per_jiffy = freq / HZ;
  369. tb_to_us = mulhwu_scale_factor(freq, 1000000);
  370. }
  371. unsigned long __init
  372. ev64360_find_end_of_memory(void)
  373. {
  374. return mv64x60_get_mem_size(CONFIG_MV64X60_NEW_BASE,
  375. MV64x60_TYPE_MV64360);
  376. }
  377. static inline void
  378. ev64360_set_bat(void)
  379. {
  380. mb();
  381. mtspr(SPRN_DBAT2U, 0xf0001ffe);
  382. mtspr(SPRN_DBAT2L, 0xf000002a);
  383. mb();
  384. }
  385. #if defined(CONFIG_SERIAL_TEXT_DEBUG) && defined(CONFIG_SERIAL_MPSC_CONSOLE)
  386. static void __init
  387. ev64360_map_io(void)
  388. {
  389. io_block_mapping(CONFIG_MV64X60_NEW_BASE, \
  390. CONFIG_MV64X60_NEW_BASE, \
  391. 0x00020000, _PAGE_IO);
  392. }
  393. #endif
  394. void __init
  395. platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
  396. unsigned long r6, unsigned long r7)
  397. {
  398. parse_bootinfo(find_bootinfo());
  399. /* ASSUMPTION: If both r3 (bd_t pointer) and r6 (cmdline pointer)
  400. * are non-zero, then we should use the board info from the bd_t
  401. * structure and the cmdline pointed to by r6 instead of the
  402. * information from birecs, if any. Otherwise, use the information
  403. * from birecs as discovered by the preceeding call to
  404. * parse_bootinfo(). This rule should work with both PPCBoot, which
  405. * uses a bd_t board info structure, and the kernel boot wrapper,
  406. * which uses birecs.
  407. */
  408. if (r3 && r6) {
  409. /* copy board info structure */
  410. memcpy( (void *)__res,(void *)(r3+KERNELBASE), sizeof(bd_t) );
  411. /* copy command line */
  412. *(char *)(r7+KERNELBASE) = 0;
  413. strcpy(cmd_line, (char *)(r6+KERNELBASE));
  414. }
  415. #ifdef CONFIG_ISA
  416. isa_mem_base = 0;
  417. #endif
  418. ppc_md.setup_arch = ev64360_setup_arch;
  419. ppc_md.show_cpuinfo = ev64360_show_cpuinfo;
  420. ppc_md.init_IRQ = mv64360_init_irq;
  421. ppc_md.get_irq = mv64360_get_irq;
  422. ppc_md.restart = ev64360_restart;
  423. ppc_md.power_off = ev64360_power_off;
  424. ppc_md.halt = ev64360_halt;
  425. ppc_md.find_end_of_memory = ev64360_find_end_of_memory;
  426. ppc_md.init = NULL;
  427. ppc_md.time_init = todc_time_init;
  428. ppc_md.set_rtc_time = todc_set_rtc_time;
  429. ppc_md.get_rtc_time = todc_get_rtc_time;
  430. ppc_md.nvram_read_val = todc_direct_read_val;
  431. ppc_md.nvram_write_val = todc_direct_write_val;
  432. ppc_md.calibrate_decr = ev64360_calibrate_decr;
  433. #if defined(CONFIG_SERIAL_TEXT_DEBUG) && defined(CONFIG_SERIAL_MPSC_CONSOLE)
  434. ppc_md.setup_io_mappings = ev64360_map_io;
  435. ppc_md.progress = mv64x60_mpsc_progress;
  436. mv64x60_progress_init(CONFIG_MV64X60_NEW_BASE);
  437. #endif
  438. #if defined(CONFIG_SERIAL_MPSC) || defined(CONFIG_MV643XX_ETH)
  439. platform_notify = ev64360_platform_notify;
  440. #endif
  441. ev64360_set_bat(); /* Need for ev64360_find_end_of_memory and progress */
  442. }