blob: e7dcefacdd91037e99199dd865f843d4d8a58cd3 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Valentin Longchampc98bf292013-10-18 11:47:24 +02002/*
3 * (C) Copyright 2013 Keymile AG
4 * Valentin Longchamp <valentin.longchamp@keymile.com>
5 *
6 * Copyright 2011,2012 Freescale Semiconductor, Inc.
Valentin Longchampc98bf292013-10-18 11:47:24 +02007 */
8
9#include <common.h>
10#include <command.h>
11#include <netdev.h>
12#include <linux/compiler.h>
13#include <asm/mmu.h>
14#include <asm/processor.h>
15#include <asm/cache.h>
16#include <asm/immap_85xx.h>
17#include <asm/fsl_law.h>
18#include <asm/fsl_serdes.h>
19#include <asm/fsl_portals.h>
20#include <asm/fsl_liodn.h>
21#include <fm_eth.h>
22
23#include "../common/common.h"
24#include "kmp204x.h"
25
Valentin Longchamp14039f82015-02-10 17:10:15 +010026static uchar ivm_content[CONFIG_SYS_IVM_EEPROM_MAX_LEN];
27
Valentin Longchampc98bf292013-10-18 11:47:24 +020028int checkboard(void)
29{
30 printf("Board: Keymile %s\n", CONFIG_KM_BOARD_NAME);
31
32 return 0;
33}
34
Rainer Boschung71a2e822014-02-03 08:45:40 +010035/* I2C deblocking uses the algorithm defined in board/keymile/common/common.c
36 * 2 dedicated QRIO GPIOs externally pull the SCL and SDA lines
37 * For I2C only the low state is activly driven and high state is pulled-up
38 * by a resistor. Therefore the deblock GPIOs are used
39 * -> as an active output to drive a low state
40 * -> as an open-drain input to have a pulled-up high state
41 */
42
43/* QRIO GPIOs used for deblocking */
44#define DEBLOCK_PORT1 GPIO_A
45#define DEBLOCK_SCL1 20
46#define DEBLOCK_SDA1 21
47
48/* By default deblock GPIOs are floating */
49static void i2c_deblock_gpio_cfg(void)
50{
51 /* set I2C bus 1 deblocking GPIOs input, but 0 value for open drain */
52 qrio_gpio_direction_input(DEBLOCK_PORT1, DEBLOCK_SCL1);
53 qrio_gpio_direction_input(DEBLOCK_PORT1, DEBLOCK_SDA1);
54
55 qrio_set_gpio(DEBLOCK_PORT1, DEBLOCK_SCL1, 0);
56 qrio_set_gpio(DEBLOCK_PORT1, DEBLOCK_SDA1, 0);
57}
58
59void set_sda(int state)
Valentin Longchampc98bf292013-10-18 11:47:24 +020060{
Rainer Boschung71a2e822014-02-03 08:45:40 +010061 qrio_set_opendrain_gpio(DEBLOCK_PORT1, DEBLOCK_SDA1, state);
Valentin Longchampc98bf292013-10-18 11:47:24 +020062}
63
Rainer Boschung71a2e822014-02-03 08:45:40 +010064void set_scl(int state)
65{
66 qrio_set_opendrain_gpio(DEBLOCK_PORT1, DEBLOCK_SCL1, state);
67}
68
69int get_sda(void)
70{
71 return qrio_get_gpio(DEBLOCK_PORT1, DEBLOCK_SDA1);
72}
73
74int get_scl(void)
75{
76 return qrio_get_gpio(DEBLOCK_PORT1, DEBLOCK_SCL1);
77}
78
79
Valentin Longchampc98bf292013-10-18 11:47:24 +020080#define ZL30158_RST 8
Valentin Longchamp5eb9dab2014-04-30 15:01:46 +020081#define BFTIC4_RST 0
Boschung, Rainer59a31c92014-06-03 09:05:18 +020082#define RSTRQSR1_WDT_RR 0x00200000
83#define RSTRQSR1_SW_RR 0x00100000
Valentin Longchampc98bf292013-10-18 11:47:24 +020084
85int board_early_init_f(void)
86{
87 ccsr_gur_t *gur = (void *)(CONFIG_SYS_MPC85xx_GUTS_ADDR);
Boschung, Rainer59a31c92014-06-03 09:05:18 +020088 bool cpuwd_flag = false;
Valentin Longchampc98bf292013-10-18 11:47:24 +020089
Boschung, Rainer6e093fc2014-06-03 09:05:20 +020090 /* configure mode for uP reset request */
91 qrio_uprstreq(UPREQ_CORE_RST);
92
Valentin Longchampc98bf292013-10-18 11:47:24 +020093 /* board only uses the DDR_MCK0, so disable the DDR_MCK1/2/3 */
94 setbits_be32(&gur->ddrclkdr, 0x001f000f);
95
Boschung, Rainer59a31c92014-06-03 09:05:18 +020096 /* set reset reason according CPU register */
97 if ((gur->rstrqsr1 & (RSTRQSR1_WDT_RR | RSTRQSR1_SW_RR)) ==
98 RSTRQSR1_WDT_RR)
99 cpuwd_flag = true;
100
101 qrio_cpuwd_flag(cpuwd_flag);
102 /* clear CPU bits by writing 1 */
103 setbits_be32(&gur->rstrqsr1, RSTRQSR1_WDT_RR | RSTRQSR1_SW_RR);
104
Valentin Longchamp5eb9dab2014-04-30 15:01:46 +0200105 /* set the BFTIC's prstcfg to reset at power-up and unit reset only */
106 qrio_prstcfg(BFTIC4_RST, PRSTCFG_POWUP_UNIT_RST);
107 /* and enable WD on it */
108 qrio_wdmask(BFTIC4_RST, true);
Valentin Longchampc98bf292013-10-18 11:47:24 +0200109
Valentin Longchamp2b293032014-08-19 15:40:04 +0200110 /* set the ZL30138's prstcfg to reset at power-up only */
111 qrio_prstcfg(ZL30158_RST, PRSTCFG_POWUP_RST);
Valentin Longchamp5eb9dab2014-04-30 15:01:46 +0200112 /* and take it out of reset as soon as possible (needed for Hooper) */
113 qrio_prst(ZL30158_RST, false, false);
Valentin Longchampc98bf292013-10-18 11:47:24 +0200114
115 return 0;
116}
117
118int board_early_init_r(void)
119{
Valentin Longchampdc146da2014-01-27 11:49:12 +0100120 int ret = 0;
Valentin Longchampc98bf292013-10-18 11:47:24 +0200121 /* Flush d-cache and invalidate i-cache of any FLASH data */
122 flush_dcache();
123 invalidate_icache();
124
125 set_liodns();
Ahmed Mansouraa270b42017-12-15 16:01:00 -0500126 setup_qbman_portals();
Valentin Longchampc98bf292013-10-18 11:47:24 +0200127
Valentin Longchampdc146da2014-01-27 11:49:12 +0100128 ret = trigger_fpga_config();
129 if (ret)
130 printf("error triggering PCIe FPGA config\n");
131
Stefan Bigler8b6f6c32014-05-02 10:48:41 +0200132 /* enable the Unit LED (red) & Boot LED (on) */
133 qrio_set_leds();
134
Stefan Biglerdafc72d2014-05-02 10:49:27 +0200135 /* enable Application Buffer */
136 qrio_enable_app_buffer();
137
Valentin Longchampdc146da2014-01-27 11:49:12 +0100138 return ret;
Valentin Longchampc98bf292013-10-18 11:47:24 +0200139}
140
141unsigned long get_board_sys_clk(unsigned long dummy)
142{
143 return 66666666;
144}
145
Valentin Longchamp5eb9dab2014-04-30 15:01:46 +0200146#define ETH_FRONT_PHY_RST 15
147#define QSFP2_RST 11
148#define QSFP1_RST 10
149#define ZL30343_RST 9
150
Rainer Boschung71a2e822014-02-03 08:45:40 +0100151int misc_init_f(void)
152{
153 /* configure QRIO pis for i2c deblocking */
154 i2c_deblock_gpio_cfg();
155
Valentin Longchamp5eb9dab2014-04-30 15:01:46 +0200156 /* configure the front phy's prstcfg and take it out of reset */
157 qrio_prstcfg(ETH_FRONT_PHY_RST, PRSTCFG_POWUP_UNIT_CORE_RST);
158 qrio_prst(ETH_FRONT_PHY_RST, false, false);
159
Valentin Longchamp2b293032014-08-19 15:40:04 +0200160 /* set the ZL30343 prstcfg to reset at power-up only */
161 qrio_prstcfg(ZL30343_RST, PRSTCFG_POWUP_RST);
Valentin Longchamp5eb9dab2014-04-30 15:01:46 +0200162 /* and enable the WD on it */
163 qrio_wdmask(ZL30343_RST, true);
164
165 /* set the QSFPs' prstcfg to reset at power-up and unit rst only */
166 qrio_prstcfg(QSFP1_RST, PRSTCFG_POWUP_UNIT_RST);
167 qrio_prstcfg(QSFP2_RST, PRSTCFG_POWUP_UNIT_RST);
168
169 /* and enable the WD on them */
170 qrio_wdmask(QSFP1_RST, true);
171 qrio_wdmask(QSFP2_RST, true);
172
Rainer Boschung71a2e822014-02-03 08:45:40 +0100173 return 0;
174}
175
Valentin Longchampc98bf292013-10-18 11:47:24 +0200176#define NUM_SRDS_BANKS 2
Valentin Longchampc98bf292013-10-18 11:47:24 +0200177
178int misc_init_r(void)
179{
180 serdes_corenet_t *regs = (void *)CONFIG_SYS_FSL_CORENET_SERDES_ADDR;
181 u32 expected[NUM_SRDS_BANKS] = {SRDS_PLLCR0_RFCK_SEL_100,
182 SRDS_PLLCR0_RFCK_SEL_125};
183 unsigned int i;
184
185 /* check SERDES reference clocks */
186 for (i = 0; i < NUM_SRDS_BANKS; i++) {
187 u32 actual = in_be32(&regs->bank[i].pllcr0);
188 actual &= SRDS_PLLCR0_RFCK_SEL_MASK;
189 if (actual != expected[i]) {
190 printf("Warning: SERDES bank %u expects reference \
191 clock %sMHz, but actual is %sMHz\n", i + 1,
192 serdes_clock_to_string(expected[i]),
193 serdes_clock_to_string(actual));
194 }
195 }
196
Valentin Longchamp876f7a92015-02-10 17:10:18 +0100197 ivm_read_eeprom(ivm_content, CONFIG_SYS_IVM_EEPROM_MAX_LEN);
Valentin Longchampc98bf292013-10-18 11:47:24 +0200198 return 0;
199}
200
201#if defined(CONFIG_HUSH_INIT_VAR)
202int hush_init_var(void)
203{
Valentin Longchamp14039f82015-02-10 17:10:15 +0100204 ivm_analyze_eeprom(ivm_content, CONFIG_SYS_IVM_EEPROM_MAX_LEN);
Valentin Longchampc98bf292013-10-18 11:47:24 +0200205 return 0;
206}
207#endif
208
209#if defined(CONFIG_LAST_STAGE_INIT)
Valentin Longchamp5eb9dab2014-04-30 15:01:46 +0200210
Valentin Longchampc98bf292013-10-18 11:47:24 +0200211int last_stage_init(void)
212{
Stefan Biglerdafc72d2014-05-02 10:49:27 +0200213#if defined(CONFIG_KMCOGE4)
214 /* on KMCOGE4, the BFTIC4 is on the LBAPP2 */
215 struct bfticu_iomap *bftic4 =
216 (struct bfticu_iomap *)CONFIG_SYS_LBAPP2_BASE;
217 u8 dip_switch = in_8((u8 *)&(bftic4->mswitch)) & BFTICU_DIPSWITCH_MASK;
218
219 if (dip_switch != 0) {
220 /* start bootloader */
221 puts("DIP: Enabled\n");
Simon Glass6a38e412017-08-03 12:22:09 -0600222 env_set("actual_bank", "0");
Stefan Biglerdafc72d2014-05-02 10:49:27 +0200223 }
224#endif
Valentin Longchampc98bf292013-10-18 11:47:24 +0200225 set_km_env();
Valentin Longchamp5eb9dab2014-04-30 15:01:46 +0200226
Valentin Longchampc98bf292013-10-18 11:47:24 +0200227 return 0;
228}
229#endif
230
231#ifdef CONFIG_SYS_DPAA_FMAN
232void fdt_fixup_fman_mac_addresses(void *blob)
233{
234 int node, i, ret;
235 char *tmp, *end;
236 unsigned char mac_addr[6];
237
238 /* get the mac addr from env */
Simon Glass64b723f2017-08-03 12:22:12 -0600239 tmp = env_get("ethaddr");
Valentin Longchampc98bf292013-10-18 11:47:24 +0200240 if (!tmp) {
241 printf("ethaddr env variable not defined\n");
242 return;
243 }
244 for (i = 0; i < 6; i++) {
245 mac_addr[i] = tmp ? simple_strtoul(tmp, &end, 16) : 0;
246 if (tmp)
247 tmp = (*end) ? end+1 : end;
248 }
249
250 /* find the correct fdt ethernet path and correct it */
251 node = fdt_path_offset(blob, "/soc/fman/ethernet@e8000");
252 if (node < 0) {
253 printf("no /soc/fman/ethernet path offset\n");
254 return;
255 }
256 ret = fdt_setprop(blob, node, "local-mac-address", &mac_addr, 6);
257 if (ret) {
258 printf("error setting local-mac-address property\n");
259 return;
260 }
261}
262#endif
263
Simon Glass2aec3cc2014-10-23 18:58:47 -0600264int ft_board_setup(void *blob, bd_t *bd)
Valentin Longchampc98bf292013-10-18 11:47:24 +0200265{
266 phys_addr_t base;
267 phys_size_t size;
268
269 ft_cpu_setup(blob, bd);
270
Simon Glassda1a1342017-08-03 12:22:15 -0600271 base = env_get_bootm_low();
272 size = env_get_bootm_size();
Valentin Longchampc98bf292013-10-18 11:47:24 +0200273
274 fdt_fixup_memory(blob, (u64)base, (u64)size);
275
276#if defined(CONFIG_HAS_FSL_DR_USB) || defined(CONFIG_HAS_FSL_MPH_USB)
Sriram Dash9fd465c2016-09-16 17:12:15 +0530277 fsl_fdt_fixup_dr_usb(blob, bd);
Valentin Longchampc98bf292013-10-18 11:47:24 +0200278#endif
279
280#ifdef CONFIG_PCI
281 pci_of_setup(blob, bd);
282#endif
283
284 fdt_fixup_liodn(blob);
285#ifdef CONFIG_SYS_DPAA_FMAN
286 fdt_fixup_fman_ethernet(blob);
287 fdt_fixup_fman_mac_addresses(blob);
288#endif
Simon Glass2aec3cc2014-10-23 18:58:47 -0600289
290 return 0;
Valentin Longchampc98bf292013-10-18 11:47:24 +0200291}
Valentin Longchampec92cdb2014-04-30 15:01:44 +0200292
293#if defined(CONFIG_POST)
294
295/* DIC26_SELFTEST GPIO used to start factory test sw */
296#define SELFTEST_PORT GPIO_A
297#define SELFTEST_PIN 31
298
299int post_hotkeys_pressed(void)
300{
301 qrio_gpio_direction_input(SELFTEST_PORT, SELFTEST_PIN);
302 return qrio_get_gpio(SELFTEST_PORT, SELFTEST_PIN);
303}
304#endif