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