1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright 2014-2015 Freescale Semiconductor
4 * Copyright 2019-2021 NXP
8 #include <clock_legacy.h>
11 #include <fsl_immap.h>
14 #include <linux/sizes.h>
16 #include <asm/arch/fsl_serdes.h>
17 #include <asm/arch/soc.h>
18 #include <asm/cache.h>
20 #include <asm/global_data.h>
21 #include <asm/arch-fsl-layerscape/config.h>
22 #include <asm/arch-fsl-layerscape/ns_access.h>
23 #include <asm/arch-fsl-layerscape/fsl_icid.h>
24 #include <asm/gic-v3.h>
25 #ifdef CONFIG_LAYERSCAPE_NS_ACCESS
28 #ifdef CONFIG_SYS_FSL_DDR
29 #include <fsl_ddr_sdram.h>
32 #ifdef CONFIG_CHAIN_OF_TRUST
33 #include <fsl_validate.h>
35 #include <fsl_immap.h>
37 #include <dm/device_compat.h>
38 #include <linux/err.h>
39 #ifdef CONFIG_GIC_V3_ITS
40 DECLARE_GLOBAL_DATA_PTR;
43 #ifdef CONFIG_GIC_V3_ITS
44 #define PENDTABLE_MAX_SZ ALIGN(BIT(ITS_MAX_LPI_NRBITS), SZ_64K)
45 #define PROPTABLE_MAX_SZ ALIGN(BIT(ITS_MAX_LPI_NRBITS) / 8, SZ_64K)
46 #define GIC_LPI_SIZE ALIGN(cpu_numcores() * PENDTABLE_MAX_SZ + \
47 PROPTABLE_MAX_SZ, SZ_1M)
48 static int fdt_add_resv_mem_gic_rd_tables(void *blob, u64 base, size_t size)
51 struct fdt_memory gic_rd_tables;
53 gic_rd_tables.start = base;
54 gic_rd_tables.end = base + size - 1;
55 err = fdtdec_add_reserved_memory(blob, "gic-rd-tables", &gic_rd_tables,
58 debug("%s: failed to add reserved memory: %d\n", __func__, err);
63 int ls_gic_rd_tables_init(void *blob)
68 gic_lpi_base = ALIGN(gd->arch.resv_ram - GIC_LPI_SIZE, SZ_64K);
69 ret = fdt_add_resv_mem_gic_rd_tables(blob, gic_lpi_base, GIC_LPI_SIZE);
73 ret = gic_lpi_tables_init(gic_lpi_base, cpu_numcores());
75 debug("%s: failed to init gic-lpi-tables\n", __func__);
81 bool soc_has_dp_ddr(void)
83 struct ccsr_gur __iomem *gur = (void *)(CFG_SYS_FSL_GUTS_ADDR);
84 u32 svr = gur_in32(&gur->svr);
86 /* LS2085A, LS2088A, LS2048A has DP_DDR */
87 if ((SVR_SOC_VER(svr) == SVR_LS2085A) ||
88 (SVR_SOC_VER(svr) == SVR_LS2088A) ||
89 (SVR_SOC_VER(svr) == SVR_LS2048A))
95 bool soc_has_aiop(void)
97 struct ccsr_gur __iomem *gur = (void *)(CFG_SYS_FSL_GUTS_ADDR);
98 u32 svr = gur_in32(&gur->svr);
100 /* LS2085A has AIOP */
101 if (SVR_SOC_VER(svr) == SVR_LS2085A)
107 static inline void set_usb_txvreftune(u32 __iomem *scfg, u32 offset)
109 scfg_clrsetbits32(scfg + offset / 4,
111 SCFG_USB_TXVREFTUNE << 6);
114 static void erratum_a009008(void)
116 #ifdef CONFIG_SYS_FSL_ERRATUM_A009008
117 u32 __iomem *scfg = (u32 __iomem *)SCFG_BASE;
119 #if defined(CONFIG_ARCH_LS1043A) || defined(CONFIG_ARCH_LS1046A) || \
120 defined(CONFIG_ARCH_LS1012A)
121 set_usb_txvreftune(scfg, SCFG_USB3PRM1CR_USB1);
122 #if defined(CONFIG_ARCH_LS1043A) || defined(CONFIG_ARCH_LS1046A)
123 set_usb_txvreftune(scfg, SCFG_USB3PRM1CR_USB2);
124 set_usb_txvreftune(scfg, SCFG_USB3PRM1CR_USB3);
126 #elif defined(CONFIG_ARCH_LS2080A)
127 set_usb_txvreftune(scfg, SCFG_USB3PRM1CR);
129 #endif /* CONFIG_SYS_FSL_ERRATUM_A009008 */
132 static inline void set_usb_sqrxtune(u32 __iomem *scfg, u32 offset)
134 scfg_clrbits32(scfg + offset / 4,
135 SCFG_USB_SQRXTUNE_MASK << 23);
138 static void erratum_a009798(void)
140 #ifdef CONFIG_SYS_FSL_ERRATUM_A009798
141 u32 __iomem *scfg = (u32 __iomem *)SCFG_BASE;
143 #if defined(CONFIG_ARCH_LS1043A) || defined(CONFIG_ARCH_LS1046A) || \
144 defined(CONFIG_ARCH_LS1012A)
145 set_usb_sqrxtune(scfg, SCFG_USB3PRM1CR_USB1);
146 #if defined(CONFIG_ARCH_LS1043A) || defined(CONFIG_ARCH_LS1046A)
147 set_usb_sqrxtune(scfg, SCFG_USB3PRM1CR_USB2);
148 set_usb_sqrxtune(scfg, SCFG_USB3PRM1CR_USB3);
150 #elif defined(CONFIG_ARCH_LS2080A)
151 set_usb_sqrxtune(scfg, SCFG_USB3PRM1CR);
153 #endif /* CONFIG_SYS_FSL_ERRATUM_A009798 */
156 #if defined(CONFIG_ARCH_LS1043A) || defined(CONFIG_ARCH_LS1046A) || \
157 defined(CONFIG_ARCH_LS1012A)
158 static inline void set_usb_pcstxswingfull(u32 __iomem *scfg, u32 offset)
160 scfg_clrsetbits32(scfg + offset / 4,
162 SCFG_USB_PCSTXSWINGFULL << 9);
166 static void erratum_a008997(void)
168 #ifdef CONFIG_SYS_FSL_ERRATUM_A008997
169 #if defined(CONFIG_ARCH_LS1043A) || defined(CONFIG_ARCH_LS1046A) || \
170 defined(CONFIG_ARCH_LS1012A)
171 u32 __iomem *scfg = (u32 __iomem *)SCFG_BASE;
173 set_usb_pcstxswingfull(scfg, SCFG_USB3PRM2CR_USB1);
174 #if defined(CONFIG_ARCH_LS1043A) || defined(CONFIG_ARCH_LS1046A)
175 set_usb_pcstxswingfull(scfg, SCFG_USB3PRM2CR_USB2);
176 set_usb_pcstxswingfull(scfg, SCFG_USB3PRM2CR_USB3);
178 #elif defined(CONFIG_ARCH_LS1028A)
179 clrsetbits_le32(DCSR_BASE + DCSR_USB_IOCR1,
181 DCSR_USB_PCSTXSWINGFULL << 11);
183 #endif /* CONFIG_SYS_FSL_ERRATUM_A008997 */
186 #if defined(CONFIG_ARCH_LS1043A) || defined(CONFIG_ARCH_LS1046A) || \
187 defined(CONFIG_ARCH_LS1012A)
189 #define PROGRAM_USB_PHY_RX_OVRD_IN_HI(phy) \
190 out_be16((phy) + SCFG_USB_PHY_RX_OVRD_IN_HI, USB_PHY_RX_EQ_VAL_1); \
191 out_be16((phy) + SCFG_USB_PHY_RX_OVRD_IN_HI, USB_PHY_RX_EQ_VAL_2); \
192 out_be16((phy) + SCFG_USB_PHY_RX_OVRD_IN_HI, USB_PHY_RX_EQ_VAL_3); \
193 out_be16((phy) + SCFG_USB_PHY_RX_OVRD_IN_HI, USB_PHY_RX_EQ_VAL_4)
195 #elif defined(CONFIG_ARCH_LS2080A) || defined(CONFIG_ARCH_LS1088A) || \
196 defined(CONFIG_ARCH_LS1028A) || defined(CONFIG_ARCH_LX2160A) || \
197 defined(CONFIG_ARCH_LX2162A)
199 #define PROGRAM_USB_PHY_RX_OVRD_IN_HI(phy) \
200 out_le16((phy) + DCSR_USB_PHY_RX_OVRD_IN_HI, USB_PHY_RX_EQ_VAL_1); \
201 out_le16((phy) + DCSR_USB_PHY_RX_OVRD_IN_HI, USB_PHY_RX_EQ_VAL_2); \
202 out_le16((phy) + DCSR_USB_PHY_RX_OVRD_IN_HI, USB_PHY_RX_EQ_VAL_3); \
203 out_le16((phy) + DCSR_USB_PHY_RX_OVRD_IN_HI, USB_PHY_RX_EQ_VAL_4)
207 static void erratum_a009007(void)
209 if (!IS_ENABLED(CONFIG_SYS_FSL_ERRATUM_A009007))
212 #if defined(CONFIG_ARCH_LS1043A) || defined(CONFIG_ARCH_LS1046A) || \
213 defined(CONFIG_ARCH_LS1012A)
214 void __iomem *usb_phy = (void __iomem *)SCFG_USB_PHY1;
216 PROGRAM_USB_PHY_RX_OVRD_IN_HI(usb_phy);
217 #if defined(CONFIG_ARCH_LS1043A) || defined(CONFIG_ARCH_LS1046A)
218 usb_phy = (void __iomem *)SCFG_USB_PHY2;
219 PROGRAM_USB_PHY_RX_OVRD_IN_HI(usb_phy);
221 usb_phy = (void __iomem *)SCFG_USB_PHY3;
222 PROGRAM_USB_PHY_RX_OVRD_IN_HI(usb_phy);
224 #elif defined(CONFIG_ARCH_LS2080A) || defined(CONFIG_ARCH_LS1088A) || \
225 defined(CONFIG_ARCH_LS1028A)
226 void __iomem *dcsr = (void __iomem *)DCSR_BASE;
228 PROGRAM_USB_PHY_RX_OVRD_IN_HI(dcsr + DCSR_USB_PHY1);
229 PROGRAM_USB_PHY_RX_OVRD_IN_HI(dcsr + DCSR_USB_PHY2);
230 #endif /* CONFIG_SYS_FSL_ERRATUM_A009007 */
233 #if defined(CONFIG_FSL_LSCH3)
234 static void erratum_a050204(void)
236 #if defined(CONFIG_ARCH_LX2160A) || defined(CONFIG_ARCH_LX2162A)
237 void __iomem *dcsr = (void __iomem *)DCSR_BASE;
239 PROGRAM_USB_PHY_RX_OVRD_IN_HI(dcsr + DCSR_USB_PHY1);
240 PROGRAM_USB_PHY_RX_OVRD_IN_HI(dcsr + DCSR_USB_PHY2);
244 * This erratum requires setting a value to eddrtqcr1 to
245 * optimal the DDR performance.
247 static void erratum_a008336(void)
249 #ifdef CONFIG_SYS_FSL_ERRATUM_A008336
252 #ifdef CFG_SYS_FSL_DCSR_DDR_ADDR
253 eddrtqcr1 = (void *)CFG_SYS_FSL_DCSR_DDR_ADDR + 0x800;
254 if (fsl_ddr_get_version(0) == 0x50200)
255 out_le32(eddrtqcr1, 0x63b30002);
257 #ifdef CFG_SYS_FSL_DCSR_DDR2_ADDR
258 eddrtqcr1 = (void *)CFG_SYS_FSL_DCSR_DDR2_ADDR + 0x800;
259 if (fsl_ddr_get_version(0) == 0x50200)
260 out_le32(eddrtqcr1, 0x63b30002);
266 * This erratum requires a register write before being Memory
267 * controller 3 being enabled.
269 static void erratum_a008514(void)
271 #ifdef CONFIG_SYS_FSL_ERRATUM_A008514
274 #ifdef CFG_SYS_FSL_DCSR_DDR3_ADDR
275 eddrtqcr1 = (void *)CFG_SYS_FSL_DCSR_DDR3_ADDR + 0x800;
276 out_le32(eddrtqcr1, 0x63b20002);
280 #ifdef CONFIG_SYS_FSL_ERRATUM_A009635
281 #define PLATFORM_CYCLE_ENV_VAR "a009635_interval_val"
283 static unsigned long get_internval_val_mhz(void)
285 char *interval = env_get(PLATFORM_CYCLE_ENV_VAR);
287 * interval is the number of platform cycles(MHz) between
288 * wake up events generated by EPU.
290 ulong interval_mhz = get_bus_freq(0) / (1000 * 1000);
293 interval_mhz = dectoul(interval, NULL);
298 void erratum_a009635(void)
301 unsigned long interval_mhz = get_internval_val_mhz();
306 val = in_le32(DCSR_CGACRE5);
307 writel(val | 0x00000200, DCSR_CGACRE5);
309 val = in_le32(EPU_EPCMPR5);
310 writel(interval_mhz, EPU_EPCMPR5);
311 val = in_le32(EPU_EPCCR5);
312 writel(val | 0x82820000, EPU_EPCCR5);
313 val = in_le32(EPU_EPSMCR5);
314 writel(val | 0x002f0000, EPU_EPSMCR5);
315 val = in_le32(EPU_EPECR5);
316 writel(val | 0x20000000, EPU_EPECR5);
317 val = in_le32(EPU_EPGCR);
318 writel(val | 0x80000000, EPU_EPGCR);
320 #endif /* CONFIG_SYS_FSL_ERRATUM_A009635 */
322 static void erratum_rcw_src(void)
324 #if defined(CONFIG_SPL) && defined(CONFIG_NAND_BOOT)
325 u32 __iomem *dcfg_ccsr = (u32 __iomem *)DCFG_BASE;
326 u32 __iomem *dcfg_dcsr = (u32 __iomem *)DCFG_DCSR_BASE;
329 val = in_le32(dcfg_ccsr + DCFG_PORSR1 / 4);
330 val &= ~DCFG_PORSR1_RCW_SRC;
331 val |= DCFG_PORSR1_RCW_SRC_NOR;
332 out_le32(dcfg_dcsr + DCFG_DCSR_PORCR1 / 4, val);
336 #define I2C_DEBUG_REG 0x6
337 #define I2C_GLITCH_EN 0x8
339 * This erratum requires setting glitch_en bit to enable
340 * digital glitch filter to improve clock stability.
342 #ifdef CONFIG_SYS_FSL_ERRATUM_A009203
343 static void erratum_a009203(void)
345 #if CONFIG_IS_ENABLED(SYS_I2C_LEGACY)
347 #ifdef I2C1_BASE_ADDR
348 ptr = (u8 __iomem *)(I2C1_BASE_ADDR + I2C_DEBUG_REG);
350 writeb(I2C_GLITCH_EN, ptr);
352 #ifdef I2C2_BASE_ADDR
353 ptr = (u8 __iomem *)(I2C2_BASE_ADDR + I2C_DEBUG_REG);
355 writeb(I2C_GLITCH_EN, ptr);
357 #ifdef I2C3_BASE_ADDR
358 ptr = (u8 __iomem *)(I2C3_BASE_ADDR + I2C_DEBUG_REG);
360 writeb(I2C_GLITCH_EN, ptr);
362 #ifdef I2C4_BASE_ADDR
363 ptr = (u8 __iomem *)(I2C4_BASE_ADDR + I2C_DEBUG_REG);
365 writeb(I2C_GLITCH_EN, ptr);
371 void bypass_smmu(void)
374 val = (in_le32(SMMU_SCR0) | SCR0_CLIENTPD_MASK) & ~(SCR0_USFCFG_MASK);
375 out_le32(SMMU_SCR0, val);
376 val = (in_le32(SMMU_NSCR0) | SCR0_CLIENTPD_MASK) & ~(SCR0_USFCFG_MASK);
377 out_le32(SMMU_NSCR0, val);
379 void fsl_lsch3_early_init_f(void)
382 #ifdef CONFIG_FSL_IFC
383 init_early_memctl_regs(); /* tighten IFC timing */
385 #ifdef CONFIG_SYS_FSL_ERRATUM_A009203
395 #ifdef CONFIG_CHAIN_OF_TRUST
396 /* In case of Secure Boot, the IBR configures the SMMU
397 * to allow only Secure transactions.
398 * SMMU must be reset in bypass mode.
399 * Set the ClientPD bit and Clear the USFCFG Bit
401 if (fsl_check_boot_mode_secure() == 1)
405 #if defined(CONFIG_ARCH_LS1088A) || defined(CONFIG_ARCH_LS1028A) || \
406 defined(CONFIG_ARCH_LS2080A) || defined(CONFIG_ARCH_LX2160A) || \
407 defined(CONFIG_ARCH_LX2162A)
412 /* Get VDD in the unit mV from voltage ID */
413 int get_core_volt_from_fuse(void)
415 struct ccsr_gur *gur = (void *)(CFG_SYS_FSL_GUTS_ADDR);
420 /* get the voltage ID from fuse status register */
421 fusesr = in_le32(&gur->dcfg_fusesr);
422 debug("%s: fusesr = 0x%x\n", __func__, fusesr);
423 vid = (fusesr >> FSL_CHASSIS3_DCFG_FUSESR_ALTVID_SHIFT) &
424 FSL_CHASSIS3_DCFG_FUSESR_ALTVID_MASK;
425 if ((vid == 0) || (vid == FSL_CHASSIS3_DCFG_FUSESR_ALTVID_MASK)) {
426 vid = (fusesr >> FSL_CHASSIS3_DCFG_FUSESR_VID_SHIFT) &
427 FSL_CHASSIS3_DCFG_FUSESR_VID_MASK;
429 debug("%s: VID = 0x%x\n", __func__, vid);
431 case 0x00: /* VID isn't supported */
433 debug("%s: The VID feature is not supported\n", __func__);
435 case 0x08: /* 0.9V silicon */
438 case 0x10: /* 1.0V silicon */
441 default: /* Other core voltage */
443 debug("%s: The VID(%x) isn't supported\n", __func__, vid);
446 debug("%s: The required minimum volt of CORE is %dmV\n", __func__, vdd);
451 #elif defined(CONFIG_FSL_LSCH2)
453 * This erratum requires setting a value to eddrtqcr1 to optimal
454 * the DDR performance. The eddrtqcr1 register is in SCFG space
455 * of LS1043A and the offset is 0x157_020c.
457 #if defined(CONFIG_SYS_FSL_ERRATUM_A009660) \
458 && defined(CONFIG_SYS_FSL_ERRATUM_A008514)
459 #error A009660 and A008514 can not be both enabled.
462 static void erratum_a009660(void)
464 #ifdef CONFIG_SYS_FSL_ERRATUM_A009660
465 u32 *eddrtqcr1 = (void *)CFG_SYS_FSL_SCFG_ADDR + 0x20c;
466 out_be32(eddrtqcr1, 0x63b20042);
470 static void erratum_a008850_early(void)
472 #ifdef CONFIG_SYS_FSL_ERRATUM_A008850
474 struct ccsr_cci400 __iomem *cci = (void *)(CONFIG_SYS_IMMR +
475 CONFIG_SYS_CCI400_OFFSET);
476 struct ccsr_ddr __iomem *ddr = (void *)CFG_SYS_FSL_DDR_ADDR;
478 /* Skip if running at lower exception level */
479 if (current_el() < 3)
482 /* disables propagation of barrier transactions to DDRC from CCI400 */
483 out_le32(&cci->ctrl_ord, CCI400_CTRLORD_TERM_BARRIER);
485 /* disable the re-ordering in DDRC */
486 ddr_out32(&ddr->eor, DDR_EOR_RD_REOD_DIS | DDR_EOR_WD_REOD_DIS);
490 void erratum_a008850_post(void)
492 #ifdef CONFIG_SYS_FSL_ERRATUM_A008850
494 struct ccsr_cci400 __iomem *cci = (void *)(CONFIG_SYS_IMMR +
495 CONFIG_SYS_CCI400_OFFSET);
496 struct ccsr_ddr __iomem *ddr = (void *)CFG_SYS_FSL_DDR_ADDR;
499 /* Skip if running at lower exception level */
500 if (current_el() < 3)
503 /* enable propagation of barrier transactions to DDRC from CCI400 */
504 out_le32(&cci->ctrl_ord, CCI400_CTRLORD_EN_BARRIER);
506 /* enable the re-ordering in DDRC */
507 tmp = ddr_in32(&ddr->eor);
508 tmp &= ~(DDR_EOR_RD_REOD_DIS | DDR_EOR_WD_REOD_DIS);
509 ddr_out32(&ddr->eor, tmp);
513 #ifdef CONFIG_SYS_FSL_ERRATUM_A010315
514 void erratum_a010315(void)
518 for (i = PCIE1; i <= PCIE4; i++)
519 if (!is_serdes_configured(i)) {
520 debug("PCIe%d: disabled all R/W permission!\n", i);
521 set_pcie_ns_access(i, 0);
526 static void erratum_a010539(void)
528 #if defined(CONFIG_SYS_FSL_ERRATUM_A010539) && defined(CONFIG_QSPI_BOOT)
529 struct ccsr_gur __iomem *gur = (void *)(CFG_SYS_FSL_GUTS_ADDR);
532 porsr1 = in_be32(&gur->porsr1);
533 porsr1 &= ~FSL_CHASSIS2_CCSR_PORSR1_RCW_MASK;
534 out_be32((void *)(CFG_SYS_DCSR_DCFG_ADDR + DCFG_DCSR_PORCR1),
536 out_be32((void *)(CFG_SYS_FSL_SCFG_ADDR + 0x1a8), 0xffffffff);
540 /* Get VDD in the unit mV from voltage ID */
541 int get_core_volt_from_fuse(void)
543 struct ccsr_gur *gur = (void *)(CFG_SYS_FSL_GUTS_ADDR);
548 fusesr = in_be32(&gur->dcfg_fusesr);
549 debug("%s: fusesr = 0x%x\n", __func__, fusesr);
550 vid = (fusesr >> FSL_CHASSIS2_DCFG_FUSESR_ALTVID_SHIFT) &
551 FSL_CHASSIS2_DCFG_FUSESR_ALTVID_MASK;
552 if ((vid == 0) || (vid == FSL_CHASSIS2_DCFG_FUSESR_ALTVID_MASK)) {
553 vid = (fusesr >> FSL_CHASSIS2_DCFG_FUSESR_VID_SHIFT) &
554 FSL_CHASSIS2_DCFG_FUSESR_VID_MASK;
556 debug("%s: VID = 0x%x\n", __func__, vid);
558 case 0x00: /* VID isn't supported */
560 debug("%s: The VID feature is not supported\n", __func__);
562 case 0x08: /* 0.9V silicon */
565 case 0x10: /* 1.0V silicon */
568 default: /* Other core voltage */
570 printf("%s: The VID(%x) isn't supported\n", __func__, vid);
573 debug("%s: The required minimum volt of CORE is %dmV\n", __func__, vdd);
578 __weak int board_switch_core_volt(u32 vdd)
583 static int setup_core_volt(u32 vdd)
585 return board_setup_core_volt(vdd);
588 #ifdef CONFIG_SYS_FSL_DDR
589 static void ddr_enable_0v9_volt(bool en)
591 struct ccsr_ddr __iomem *ddr = (void *)CFG_SYS_FSL_DDR_ADDR;
594 tmp = ddr_in32(&ddr->ddr_cdr1);
597 tmp |= DDR_CDR1_V0PT9_EN;
599 tmp &= ~DDR_CDR1_V0PT9_EN;
601 ddr_out32(&ddr->ddr_cdr1, tmp);
605 int setup_chip_volt(void)
609 vdd = get_core_volt_from_fuse();
610 /* Nothing to do for silicons doesn't support VID */
614 if (setup_core_volt(vdd))
615 printf("%s: Switch core VDD to %dmV failed\n", __func__, vdd);
616 #ifdef CONFIG_SYS_HAS_SERDES
617 if (setup_serdes_volt(vdd))
618 printf("%s: Switch SVDD to %dmV failed\n", __func__, vdd);
621 #ifdef CONFIG_SYS_FSL_DDR
623 ddr_enable_0v9_volt(true);
629 #ifdef CONFIG_FSL_PFE
630 void init_pfe_scfg_dcfg_regs(void)
632 struct ccsr_scfg *scfg = (struct ccsr_scfg *)CFG_SYS_FSL_SCFG_ADDR;
635 out_be32(&scfg->pfeasbcr,
636 in_be32(&scfg->pfeasbcr) | SCFG_PFEASBCR_AWCACHE0);
637 out_be32(&scfg->pfebsbcr,
638 in_be32(&scfg->pfebsbcr) | SCFG_PFEASBCR_AWCACHE0);
640 /* CCI-400 QoS settings for PFE */
641 out_be32(&scfg->wr_qos1, (unsigned int)(SCFG_WR_QOS1_PFE1_QOS
642 | SCFG_WR_QOS1_PFE2_QOS));
643 out_be32(&scfg->rd_qos1, (unsigned int)(SCFG_RD_QOS1_PFE1_QOS
644 | SCFG_RD_QOS1_PFE2_QOS));
646 ecccr2 = in_be32(CFG_SYS_DCSR_DCFG_ADDR + DCFG_DCSR_ECCCR2);
647 out_be32((void *)CFG_SYS_DCSR_DCFG_ADDR + DCFG_DCSR_ECCCR2,
648 ecccr2 | (unsigned int)DISABLE_PFE_ECC);
652 void fsl_lsch2_early_init_f(void)
654 struct ccsr_cci400 *cci = (struct ccsr_cci400 *)(CONFIG_SYS_IMMR +
655 CONFIG_SYS_CCI400_OFFSET);
656 struct ccsr_scfg *scfg = (struct ccsr_scfg *)CFG_SYS_FSL_SCFG_ADDR;
657 #if defined(CONFIG_FSL_QSPI) && defined(CONFIG_TFABOOT)
661 #ifdef CONFIG_LAYERSCAPE_NS_ACCESS
662 enable_layerscape_ns_access();
665 #ifdef CONFIG_FSL_IFC
666 init_early_memctl_regs(); /* tighten IFC timing */
669 #if defined(CONFIG_FSL_QSPI) && defined(CONFIG_TFABOOT)
670 src = get_boot_src();
671 if (src != BOOT_SOURCE_QSPI_NOR)
672 out_be32(&scfg->qspi_cfg, SCFG_QSPI_CLKSEL);
674 #if defined(CONFIG_FSL_QSPI) && !defined(CONFIG_QSPI_BOOT)
675 out_be32(&scfg->qspi_cfg, SCFG_QSPI_CLKSEL);
678 /* Make SEC reads and writes snoopable */
679 #if defined(CONFIG_ARCH_LS1043A) || defined(CONFIG_ARCH_LS1046A)
680 setbits_be32(&scfg->snpcnfgcr, SCFG_SNPCNFGCR_SECRDSNP |
681 SCFG_SNPCNFGCR_SECWRSNP | SCFG_SNPCNFGCR_USB1RDSNP |
682 SCFG_SNPCNFGCR_USB1WRSNP | SCFG_SNPCNFGCR_USB2RDSNP |
683 SCFG_SNPCNFGCR_USB2WRSNP | SCFG_SNPCNFGCR_USB3RDSNP |
684 SCFG_SNPCNFGCR_USB3WRSNP | SCFG_SNPCNFGCR_SATARDSNP |
685 SCFG_SNPCNFGCR_SATAWRSNP | SCFG_SNPCNFGCR_EDMASNP);
686 #elif defined(CONFIG_ARCH_LS1012A)
687 setbits_be32(&scfg->snpcnfgcr, SCFG_SNPCNFGCR_SECRDSNP |
688 SCFG_SNPCNFGCR_SECWRSNP | SCFG_SNPCNFGCR_USB1RDSNP |
689 SCFG_SNPCNFGCR_USB1WRSNP | SCFG_SNPCNFGCR_SATARDSNP |
690 SCFG_SNPCNFGCR_SATAWRSNP);
692 setbits_be32(&scfg->snpcnfgcr, SCFG_SNPCNFGCR_SECRDSNP |
693 SCFG_SNPCNFGCR_SECWRSNP |
694 SCFG_SNPCNFGCR_SATARDSNP |
695 SCFG_SNPCNFGCR_SATAWRSNP);
699 * Enable snoop requests and DVM message requests for
700 * Slave insterface S4 (A53 core cluster)
702 if (current_el() == 3) {
703 out_le32(&cci->slave[4].snoop_ctrl,
704 CCI400_DVM_MESSAGE_REQ_EN | CCI400_SNOOP_REQ_EN);
708 * Program Central Security Unit (CSU) to grant access
709 * permission for USB 2.0 controller
711 #if defined(CONFIG_ARCH_LS1012A) && defined(CONFIG_USB_EHCI_FSL)
712 if (current_el() == 3)
713 set_devices_ns_access(CSU_CSLX_USB_2, CSU_ALL_RW);
716 erratum_a008850_early(); /* part 1 of 2 */
724 #if defined(CONFIG_ARCH_LS1043A) || defined(CONFIG_ARCH_LS1046A)
730 #ifdef CONFIG_FSPI_AHB_EN_4BYTE
731 int fspi_ahb_init(void)
733 /* Enable 4bytes address support and fast read */
734 u32 *fspi_lut, lut_key, *fspi_key;
736 fspi_key = (void *)SYS_NXP_FSPI_ADDR + SYS_NXP_FSPI_LUTKEY_BASE_ADDR;
737 fspi_lut = (void *)SYS_NXP_FSPI_ADDR + SYS_NXP_FSPI_LUT_BASE_ADDR;
739 lut_key = in_be32(fspi_key);
741 if (lut_key == SYS_NXP_FSPI_LUTKEY) {
742 /* That means the register is BE */
743 out_be32(fspi_key, SYS_NXP_FSPI_LUTKEY);
744 /* Unlock the lut table */
745 out_be32(fspi_key + 1, SYS_NXP_FSPI_LUTCR_UNLOCK);
746 /* Create READ LUT */
747 out_be32(fspi_lut, 0x0820040c);
748 out_be32(fspi_lut + 1, 0x24003008);
749 out_be32(fspi_lut + 2, 0x00000000);
750 /* Lock the lut table */
751 out_be32(fspi_key, SYS_NXP_FSPI_LUTKEY);
752 out_be32(fspi_key + 1, SYS_NXP_FSPI_LUTCR_LOCK);
754 /* That means the register is LE */
755 out_le32(fspi_key, SYS_NXP_FSPI_LUTKEY);
756 /* Unlock the lut table */
757 out_le32(fspi_key + 1, SYS_NXP_FSPI_LUTCR_UNLOCK);
758 /* Create READ LUT */
759 out_le32(fspi_lut, 0x0820040c);
760 out_le32(fspi_lut + 1, 0x24003008);
761 out_le32(fspi_lut + 2, 0x00000000);
762 /* Lock the lut table */
763 out_le32(fspi_key, SYS_NXP_FSPI_LUTKEY);
764 out_le32(fspi_key + 1, SYS_NXP_FSPI_LUTCR_LOCK);
771 #ifdef CONFIG_QSPI_AHB_INIT
772 /* Enable 4bytes address support and fast read */
773 int qspi_ahb_init(void)
775 u32 *qspi_lut, lut_key, *qspi_key;
777 qspi_key = (void *)SYS_FSL_QSPI_ADDR + 0x300;
778 qspi_lut = (void *)SYS_FSL_QSPI_ADDR + 0x310;
780 lut_key = in_be32(qspi_key);
782 if (lut_key == 0x5af05af0) {
783 /* That means the register is BE */
784 out_be32(qspi_key, 0x5af05af0);
785 /* Unlock the lut table */
786 out_be32(qspi_key + 1, 0x00000002);
787 out_be32(qspi_lut, 0x0820040c);
788 out_be32(qspi_lut + 1, 0x1c080c08);
789 out_be32(qspi_lut + 2, 0x00002400);
790 /* Lock the lut table */
791 out_be32(qspi_key, 0x5af05af0);
792 out_be32(qspi_key + 1, 0x00000001);
794 /* That means the register is LE */
795 out_le32(qspi_key, 0x5af05af0);
796 /* Unlock the lut table */
797 out_le32(qspi_key + 1, 0x00000002);
798 out_le32(qspi_lut, 0x0820040c);
799 out_le32(qspi_lut + 1, 0x1c080c08);
800 out_le32(qspi_lut + 2, 0x00002400);
801 /* Lock the lut table */
802 out_le32(qspi_key, 0x5af05af0);
803 out_le32(qspi_key + 1, 0x00000001);
810 #ifdef CONFIG_TFABOOT
811 #define MAX_BOOTCMD_SIZE 512
813 int fsl_setenv_bootcmd(void)
816 enum boot_src src = get_boot_src();
817 char bootcmd_str[MAX_BOOTCMD_SIZE];
820 #ifdef IFC_NOR_BOOTCOMMAND
821 case BOOT_SOURCE_IFC_NOR:
822 sprintf(bootcmd_str, IFC_NOR_BOOTCOMMAND);
825 #ifdef QSPI_NOR_BOOTCOMMAND
826 case BOOT_SOURCE_QSPI_NOR:
827 sprintf(bootcmd_str, QSPI_NOR_BOOTCOMMAND);
830 #ifdef XSPI_NOR_BOOTCOMMAND
831 case BOOT_SOURCE_XSPI_NOR:
832 sprintf(bootcmd_str, XSPI_NOR_BOOTCOMMAND);
835 #ifdef IFC_NAND_BOOTCOMMAND
836 case BOOT_SOURCE_IFC_NAND:
837 sprintf(bootcmd_str, IFC_NAND_BOOTCOMMAND);
840 #ifdef QSPI_NAND_BOOTCOMMAND
841 case BOOT_SOURCE_QSPI_NAND:
842 sprintf(bootcmd_str, QSPI_NAND_BOOTCOMMAND);
845 #ifdef XSPI_NAND_BOOTCOMMAND
846 case BOOT_SOURCE_XSPI_NAND:
847 sprintf(bootcmd_str, XSPI_NAND_BOOTCOMMAND);
850 #ifdef SD_BOOTCOMMAND
851 case BOOT_SOURCE_SD_MMC:
852 sprintf(bootcmd_str, SD_BOOTCOMMAND);
855 #ifdef SD2_BOOTCOMMAND
856 case BOOT_SOURCE_SD_MMC2:
857 sprintf(bootcmd_str, SD2_BOOTCOMMAND);
861 #ifdef QSPI_NOR_BOOTCOMMAND
862 sprintf(bootcmd_str, QSPI_NOR_BOOTCOMMAND);
867 ret = env_set("bootcmd", bootcmd_str);
869 printf("Failed to set bootcmd: ret = %d\n", ret);
875 int fsl_setenv_mcinitcmd(void)
878 enum boot_src src = get_boot_src();
881 #ifdef IFC_MC_INIT_CMD
882 case BOOT_SOURCE_IFC_NAND:
883 case BOOT_SOURCE_IFC_NOR:
884 ret = env_set("mcinitcmd", IFC_MC_INIT_CMD);
887 #ifdef QSPI_MC_INIT_CMD
888 case BOOT_SOURCE_QSPI_NAND:
889 case BOOT_SOURCE_QSPI_NOR:
890 ret = env_set("mcinitcmd", QSPI_MC_INIT_CMD);
893 #ifdef XSPI_MC_INIT_CMD
894 case BOOT_SOURCE_XSPI_NAND:
895 case BOOT_SOURCE_XSPI_NOR:
896 ret = env_set("mcinitcmd", XSPI_MC_INIT_CMD);
899 #ifdef SD_MC_INIT_CMD
900 case BOOT_SOURCE_SD_MMC:
901 ret = env_set("mcinitcmd", SD_MC_INIT_CMD);
904 #ifdef SD2_MC_INIT_CMD
905 case BOOT_SOURCE_SD_MMC2:
906 ret = env_set("mcinitcmd", SD2_MC_INIT_CMD);
910 #ifdef QSPI_MC_INIT_CMD
911 ret = env_set("mcinitcmd", QSPI_MC_INIT_CMD);
917 printf("Failed to set mcinitcmd: ret = %d\n", ret);
924 #ifdef CONFIG_BOARD_LATE_INIT
925 __weak int fsl_board_late_init(void)
930 #define DWC3_GSBUSCFG0 0xc100
931 #define DWC3_GSBUSCFG0_CACHETYPE_SHIFT 16
932 #define DWC3_GSBUSCFG0_CACHETYPE(n) (((n) & 0xffff) \
933 << DWC3_GSBUSCFG0_CACHETYPE_SHIFT)
935 static void enable_dwc3_snooping(void)
937 static const char * const compatibles[] = {
938 "fsl,layerscape-dwc3",
941 fdt_addr_t dwc3_base;
946 for (i = 0; i < ARRAY_SIZE(compatibles); i++) {
947 ofnode_for_each_compatible_node(node, compatibles[i]) {
948 dwc3_base = ofnode_get_addr(node);
949 if (dwc3_base == FDT_ADDR_T_NONE)
952 val = in_le32(dwc3_base + DWC3_GSBUSCFG0);
953 val &= ~DWC3_GSBUSCFG0_CACHETYPE(~0);
954 val |= DWC3_GSBUSCFG0_CACHETYPE(0x2222);
955 writel(val, dwc3_base + DWC3_GSBUSCFG0);
960 int board_late_init(void)
962 #ifdef CONFIG_CHAIN_OF_TRUST
963 fsl_setenv_chain_of_trust();
965 #ifdef CONFIG_TFABOOT
967 * Set bootcmd and mcinitcmd if "fsl_bootcmd_mcinitcmd_set" does
970 if (env_get_yesno("fsl_bootcmd_mcinitcmd_set") <= 0) {
971 // Set bootcmd and mcinitcmd as per boot source
972 fsl_setenv_bootcmd();
973 fsl_setenv_mcinitcmd();
974 env_set("fsl_bootcmd_mcinitcmd_set", "y");
977 #ifdef CONFIG_QSPI_AHB_INIT
980 #ifdef CONFIG_FSPI_AHB_EN_4BYTE
984 if (IS_ENABLED(CONFIG_DM))
985 enable_dwc3_snooping();
987 return fsl_board_late_init();