theadorable.c 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /*
  3. * Copyright (C) 2015-2016 Stefan Roese <sr@denx.de>
  4. */
  5. #include <common.h>
  6. #include <i2c.h>
  7. #include <pci.h>
  8. #include <asm/gpio.h>
  9. #include <asm/io.h>
  10. #include <asm/arch/cpu.h>
  11. #include <asm/arch/soc.h>
  12. #include <linux/crc8.h>
  13. #include <linux/mbus.h>
  14. #ifdef CONFIG_NET
  15. #include <netdev.h>
  16. #endif
  17. #include "theadorable.h"
  18. #include "../drivers/ddr/marvell/axp/ddr3_hw_training.h"
  19. #include "../arch/arm/mach-mvebu/serdes/axp/high_speed_env_spec.h"
  20. DECLARE_GLOBAL_DATA_PTR;
  21. #define MV_USB_PHY_BASE (MVEBU_AXP_USB_BASE + 0x800)
  22. #define PHY_CHANNEL_RX_CTRL0_REG(port, chan) \
  23. (MV_USB_PHY_BASE + ((port) << 12) + ((chan) << 6) + 0x8)
  24. #define THEADORABLE_GPP_OUT_ENA_LOW 0x00336780
  25. #define THEADORABLE_GPP_OUT_ENA_MID 0x00003cf0
  26. #define THEADORABLE_GPP_OUT_ENA_HIGH (~(0x0))
  27. #define THEADORABLE_GPP_OUT_VAL_LOW 0x2c0c983f
  28. #define THEADORABLE_GPP_OUT_VAL_MID 0x0007000c
  29. #define THEADORABLE_GPP_OUT_VAL_HIGH 0x00000000
  30. #define GPIO_USB0_PWR_ON 18
  31. #define GPIO_USB1_PWR_ON 19
  32. #define PEX_SWITCH_NOT_FOUNT_LIMIT 3
  33. #define STM_I2C_BUS 1
  34. #define STM_I2C_ADDR 0x27
  35. #define REBOOT_DELAY 1000 /* reboot-delay in ms */
  36. /* DDR3 static configuration */
  37. static MV_DRAM_MC_INIT ddr3_theadorable[MV_MAX_DDR3_STATIC_SIZE] = {
  38. {0x00001400, 0x7301ca28}, /* DDR SDRAM Configuration Register */
  39. {0x00001404, 0x30000800}, /* Dunit Control Low Register */
  40. {0x00001408, 0x44149887}, /* DDR SDRAM Timing (Low) Register */
  41. {0x0000140C, 0x38d93fc7}, /* DDR SDRAM Timing (High) Register */
  42. {0x00001410, 0x1b100001}, /* DDR SDRAM Address Control Register */
  43. {0x00001424, 0x0000f3ff}, /* Dunit Control High Register */
  44. {0x00001428, 0x000f8830}, /* ODT Timing (Low) Register */
  45. {0x0000142C, 0x014c50f4}, /* DDR3 Timing Register */
  46. {0x0000147C, 0x0000c671}, /* ODT Timing (High) Register */
  47. {0x00001494, 0x00010000}, /* DDR SDRAM ODT Control (Low) Reg */
  48. {0x0000149C, 0x00000001}, /* DDR Dunit ODT Control Register */
  49. {0x000014A0, 0x00000001}, /* DRAM FIFO Control Register */
  50. {0x000014A8, 0x00000101}, /* AXI Control Register */
  51. /*
  52. * DO NOT Modify - Open Mbus Window - 2G - Mbus is required for the
  53. * training sequence
  54. */
  55. {0x000200e8, 0x3fff0e01},
  56. {0x00020184, 0x3fffffe0}, /* Close fast path Window to - 2G */
  57. {0x0001504, 0x7fffffe1}, /* CS0 Size */
  58. {0x000150C, 0x00000000}, /* CS1 Size */
  59. {0x0001514, 0x00000000}, /* CS2 Size */
  60. {0x000151C, 0x00000000}, /* CS3 Size */
  61. {0x00020220, 0x00000007}, /* Reserved */
  62. {0x00001538, 0x00000009}, /* Read Data Sample Delays Register */
  63. {0x0000153C, 0x00000009}, /* Read Data Ready Delay Register */
  64. {0x000015D0, 0x00000650}, /* MR0 */
  65. {0x000015D4, 0x00000044}, /* MR1 */
  66. {0x000015D8, 0x00000010}, /* MR2 */
  67. {0x000015DC, 0x00000000}, /* MR3 */
  68. {0x000015E0, 0x00000001},
  69. {0x000015E4, 0x00203c18}, /* ZQDS Configuration Register */
  70. {0x000015EC, 0xf800a225}, /* DDR PHY */
  71. /* Recommended Settings from Marvell for 4 x 16 bit devices: */
  72. {0x000014C0, 0x192424c9}, /* DRAM addr and Ctrl Driving Strenght*/
  73. {0x000014C4, 0x0aaa24c9}, /* DRAM Data and DQS Driving Strenght */
  74. {0x0, 0x0}
  75. };
  76. static MV_DRAM_MODES board_ddr_modes[MV_DDR3_MODES_NUMBER] = {
  77. {"theadorable_1333-667", 0x3, 0x5, 0x0, A0, ddr3_theadorable, NULL},
  78. };
  79. extern MV_SERDES_CHANGE_M_PHY serdes_change_m_phy[];
  80. /*
  81. * Lane0 - PCIE0.0 X1 (to WIFI Module)
  82. * Lane5 - SATA0
  83. * Lane6 - SATA1
  84. * Lane7 - SGMII0 (to Ethernet Phy)
  85. * Lane8-11 - PCIE2.0 X4 (to PEX Switch)
  86. * all other lanes are disabled
  87. */
  88. MV_BIN_SERDES_CFG theadorable_serdes_cfg[] = {
  89. { MV_PEX_ROOT_COMPLEX, 0x22200001, 0x00001111,
  90. { PEX_BUS_MODE_X1, PEX_BUS_DISABLED, PEX_BUS_MODE_X4,
  91. PEX_BUS_DISABLED },
  92. 0x0060, serdes_change_m_phy
  93. },
  94. };
  95. /*
  96. * Define a board-specific detection pulse-width array for the SerDes PCIe
  97. * interfaces. If not defined in the board code, the default of currently 2
  98. * is used. Values from 0...3 are possible (2 bits).
  99. */
  100. u8 serdes_pex_pulse_width[4] = { 0, 2, 2, 2 };
  101. MV_DRAM_MODES *ddr3_get_static_ddr_mode(void)
  102. {
  103. /* Only one mode supported for this board */
  104. return &board_ddr_modes[0];
  105. }
  106. MV_BIN_SERDES_CFG *board_serdes_cfg_get(u8 pex_mode)
  107. {
  108. return &theadorable_serdes_cfg[0];
  109. }
  110. u8 board_sat_r_get(u8 dev_num, u8 reg)
  111. {
  112. /* Bit 0 enables PCI 2.0 link capabilities instead of PCI 1.x */
  113. return 0x01;
  114. }
  115. int board_early_init_f(void)
  116. {
  117. /* Configure MPP */
  118. writel(0x00000000, MVEBU_MPP_BASE + 0x00);
  119. writel(0x03300000, MVEBU_MPP_BASE + 0x04);
  120. writel(0x00000033, MVEBU_MPP_BASE + 0x08);
  121. writel(0x00000000, MVEBU_MPP_BASE + 0x0c);
  122. writel(0x11110000, MVEBU_MPP_BASE + 0x10);
  123. writel(0x00221100, MVEBU_MPP_BASE + 0x14);
  124. writel(0x00000000, MVEBU_MPP_BASE + 0x18);
  125. writel(0x00000000, MVEBU_MPP_BASE + 0x1c);
  126. writel(0x00000000, MVEBU_MPP_BASE + 0x20);
  127. /* Configure GPIO */
  128. writel(THEADORABLE_GPP_OUT_VAL_LOW, MVEBU_GPIO0_BASE + 0x00);
  129. writel(THEADORABLE_GPP_OUT_ENA_LOW, MVEBU_GPIO0_BASE + 0x04);
  130. writel(THEADORABLE_GPP_OUT_VAL_MID, MVEBU_GPIO1_BASE + 0x00);
  131. writel(THEADORABLE_GPP_OUT_ENA_MID, MVEBU_GPIO1_BASE + 0x04);
  132. writel(THEADORABLE_GPP_OUT_VAL_HIGH, MVEBU_GPIO2_BASE + 0x00);
  133. writel(THEADORABLE_GPP_OUT_ENA_HIGH, MVEBU_GPIO2_BASE + 0x04);
  134. return 0;
  135. }
  136. int board_init(void)
  137. {
  138. int ret;
  139. /* adress of boot parameters */
  140. gd->bd->bi_boot_params = mvebu_sdram_bar(0) + 0x100;
  141. /*
  142. * Map SPI devices via MBUS so that they can be accessed via
  143. * the SPI direct access mode
  144. */
  145. mbus_dt_setup_win(&mbus_state, SPI_BUS0_DEV1_BASE, SPI_BUS0_DEV1_SIZE,
  146. CPU_TARGET_DEVICEBUS_BOOTROM_SPI, CPU_ATTR_SPI0_CS1);
  147. mbus_dt_setup_win(&mbus_state, SPI_BUS1_DEV2_BASE, SPI_BUS0_DEV1_SIZE,
  148. CPU_TARGET_DEVICEBUS_BOOTROM_SPI, CPU_ATTR_SPI1_CS2);
  149. /*
  150. * Set RX Channel Control 0 Register:
  151. * Tests have shown, that setting the LPF_COEF from 0 (1/8)
  152. * to 3 (1/1) results in a more stable USB connection.
  153. */
  154. setbits_le32(PHY_CHANNEL_RX_CTRL0_REG(0, 1), 0xc);
  155. setbits_le32(PHY_CHANNEL_RX_CTRL0_REG(0, 2), 0xc);
  156. setbits_le32(PHY_CHANNEL_RX_CTRL0_REG(0, 3), 0xc);
  157. /* Toggle USB power */
  158. ret = gpio_request(GPIO_USB0_PWR_ON, "USB0_PWR_ON");
  159. if (ret < 0)
  160. return ret;
  161. gpio_direction_output(GPIO_USB0_PWR_ON, 0);
  162. ret = gpio_request(GPIO_USB1_PWR_ON, "USB1_PWR_ON");
  163. if (ret < 0)
  164. return ret;
  165. gpio_direction_output(GPIO_USB1_PWR_ON, 0);
  166. mdelay(1);
  167. gpio_set_value(GPIO_USB0_PWR_ON, 1);
  168. gpio_set_value(GPIO_USB1_PWR_ON, 1);
  169. return 0;
  170. }
  171. int checkboard(void)
  172. {
  173. board_fpga_add();
  174. return 0;
  175. }
  176. #ifdef CONFIG_NET
  177. int board_eth_init(bd_t *bis)
  178. {
  179. cpu_eth_init(bis); /* Built in controller(s) come first */
  180. return pci_eth_init(bis);
  181. }
  182. #endif
  183. int board_video_init(void)
  184. {
  185. struct mvebu_lcd_info lcd_info;
  186. /* Reserved memory area via CONFIG_SYS_MEM_TOP_HIDE */
  187. lcd_info.fb_base = gd->ram_size;
  188. lcd_info.x_res = 240;
  189. lcd_info.x_fp = 1;
  190. lcd_info.x_bp = 45;
  191. lcd_info.y_res = 320;
  192. lcd_info.y_fp = 1;
  193. lcd_info.y_bp = 3;
  194. return mvebu_lcd_register_init(&lcd_info);
  195. }
  196. #ifdef CONFIG_BOARD_LATE_INIT
  197. int board_late_init(void)
  198. {
  199. pci_dev_t bdf;
  200. ulong bootcount;
  201. /*
  202. * Check if the PEX switch is detected (somtimes its not available
  203. * on the PCIe bus). In this case, try to recover by issuing a
  204. * soft-reset or even a power-cycle, depending on the bootcounter
  205. * value.
  206. */
  207. bdf = pci_find_device(PCI_VENDOR_ID_PLX, 0x8619, 0);
  208. if (bdf == -1) {
  209. u8 i2c_buf[8];
  210. int ret;
  211. /* PEX switch not found! */
  212. bootcount = bootcount_load();
  213. printf("Failed to find PLX PEX-switch (bootcount=%ld)\n",
  214. bootcount);
  215. if (bootcount > PEX_SWITCH_NOT_FOUNT_LIMIT) {
  216. printf("Issuing power-switch via uC!\n");
  217. printf("Issuing power-switch via uC!\n");
  218. i2c_set_bus_num(STM_I2C_BUS);
  219. i2c_buf[0] = STM_I2C_ADDR << 1;
  220. i2c_buf[1] = 0xc5; /* cmd */
  221. i2c_buf[2] = 0x01; /* enable */
  222. /* Delay before reboot */
  223. i2c_buf[3] = REBOOT_DELAY & 0x00ff;
  224. i2c_buf[4] = (REBOOT_DELAY & 0xff00) >> 8;
  225. /* Delay before shutdown */
  226. i2c_buf[5] = 0x00;
  227. i2c_buf[6] = 0x00;
  228. i2c_buf[7] = crc8(0x72, &i2c_buf[0], 7);
  229. ret = i2c_write(STM_I2C_ADDR, 0, 0, &i2c_buf[1], 7);
  230. if (ret) {
  231. printf("I2C write error (ret=%d)\n", ret);
  232. printf("Issuing soft-reset...\n");
  233. /* default handling: SOFT reset */
  234. do_reset(NULL, 0, 0, NULL);
  235. }
  236. /* Wait for power-cycle to occur... */
  237. printf("Waiting for power-cycle via uC...\n");
  238. while (1)
  239. ;
  240. } else {
  241. printf("Issuing soft-reset...\n");
  242. /* default handling: SOFT reset */
  243. do_reset(NULL, 0, 0, NULL);
  244. }
  245. }
  246. return 0;
  247. }
  248. #endif
  249. #if !defined(CONFIG_SPL_BUILD) && defined(CONFIG_PCI)
  250. int do_pcie_test(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
  251. {
  252. pci_dev_t bdf;
  253. u16 ven_id, dev_id;
  254. if (argc != 3)
  255. return cmd_usage(cmdtp);
  256. ven_id = simple_strtoul(argv[1], NULL, 16);
  257. dev_id = simple_strtoul(argv[2], NULL, 16);
  258. printf("Checking for PCIe device: VendorID 0x%04x, DeviceId 0x%04x\n",
  259. ven_id, dev_id);
  260. /*
  261. * Check if the PCIe device is detected (somtimes its not available
  262. * on the PCIe bus)
  263. */
  264. bdf = pci_find_device(ven_id, dev_id, 0);
  265. if (bdf == -1) {
  266. /* PCIe device not found! */
  267. printf("Failed to find PCIe device\n");
  268. } else {
  269. /* PCIe device found! */
  270. printf("PCIe device found, resetting board...\n");
  271. /* default handling: SOFT reset */
  272. do_reset(NULL, 0, 0, NULL);
  273. }
  274. return 0;
  275. }
  276. U_BOOT_CMD(
  277. pcie, 3, 0, do_pcie_test,
  278. "Test for presence of a PCIe device",
  279. "<VendorID> <DeviceID>"
  280. );
  281. #endif