blob: 31d324e2179d249c0ff714498b79b27b9b65abd7 [file] [log] [blame]
Lokesh Vutlac2562d72019-06-13 10:29:42 +05301// SPDX-License-Identifier: GPL-2.0+
2/*
3 * J721E: SoC specific initialization
4 *
5 * Copyright (C) 2018-2019 Texas Instruments Incorporated - http://www.ti.com/
6 * Lokesh Vutla <lokeshvutla@ti.com>
7 */
8
9#include <common.h>
Simon Glass691d7192020-05-10 11:40:02 -060010#include <init.h>
Lokesh Vutlac2562d72019-06-13 10:29:42 +053011#include <spl.h>
12#include <asm/io.h>
13#include <asm/armv7_mpu.h>
Lokesh Vutla0a704922019-06-13 10:29:43 +053014#include <asm/arch/hardware.h>
Andrew Davisf5e49442023-04-06 11:38:16 -050015#include "sysfw-loader.h"
Lokesh Vutlac2562d72019-06-13 10:29:42 +053016#include "common.h"
Lokesh Vutla9c0ff862019-06-13 10:29:46 +053017#include <asm/arch/sys_proto.h>
18#include <linux/soc/ti/ti_sci_protocol.h>
Andreas Dannenberg9d1303b2019-06-13 10:29:47 +053019#include <dm.h>
20#include <dm/uclass-internal.h>
21#include <dm/pinctrl.h>
Sinthu Raja1e82a802022-02-09 15:06:53 +053022#include <dm/root.h>
23#include <fdtdec.h>
Faiz Abbasd45ffb72020-02-26 13:44:36 +053024#include <mmc.h>
Keerthy3ab34bc2020-02-12 13:55:04 +053025#include <remoteproc.h>
Lokesh Vutlac2562d72019-06-13 10:29:42 +053026
Andrew F. Davisea70da12020-01-10 14:35:21 -050027#ifdef CONFIG_K3_LOAD_SYSFW
Andrew F. Davisea70da12020-01-10 14:35:21 -050028struct fwl_data cbass_hc_cfg0_fwls[] = {
29 { "PCIE0_CFG", 2560, 8 },
30 { "PCIE1_CFG", 2561, 8 },
31 { "USB3SS0_CORE", 2568, 4 },
32 { "USB3SS1_CORE", 2570, 4 },
33 { "EMMC8SS0_CFG", 2576, 4 },
34 { "UFS_HCI0_CFG", 2580, 4 },
35 { "SERDES0", 2584, 1 },
36 { "SERDES1", 2585, 1 },
37}, cbass_hc0_fwls[] = {
38 { "PCIE0_HP", 2528, 24 },
39 { "PCIE0_LP", 2529, 24 },
40 { "PCIE1_HP", 2530, 24 },
41 { "PCIE1_LP", 2531, 24 },
42}, cbass_rc_cfg0_fwls[] = {
43 { "EMMCSD4SS0_CFG", 2380, 4 },
44}, cbass_rc0_fwls[] = {
45 { "GPMC0", 2310, 8 },
46}, infra_cbass0_fwls[] = {
47 { "PLL_MMR0", 8, 26 },
48 { "CTRL_MMR0", 9, 16 },
49}, mcu_cbass0_fwls[] = {
50 { "MCU_R5FSS0_CORE0", 1024, 4 },
51 { "MCU_R5FSS0_CORE0_CFG", 1025, 2 },
52 { "MCU_R5FSS0_CORE1", 1028, 4 },
53 { "MCU_FSS0_CFG", 1032, 12 },
54 { "MCU_FSS0_S1", 1033, 8 },
55 { "MCU_FSS0_S0", 1036, 8 },
56 { "MCU_PSROM49152X32", 1048, 1 },
57 { "MCU_MSRAM128KX64", 1050, 8 },
58 { "MCU_CTRL_MMR0", 1200, 8 },
59 { "MCU_PLL_MMR0", 1201, 3 },
60 { "MCU_CPSW0", 1220, 2 },
61}, wkup_cbass0_fwls[] = {
62 { "WKUP_CTRL_MMR0", 131, 16 },
63};
64#endif
Andrew F. Davisea70da12020-01-10 14:35:21 -050065
Andreas Dannenbergb73fcbc2019-06-13 10:29:44 +053066static void ctrl_mmr_unlock(void)
67{
68 /* Unlock all WKUP_CTRL_MMR0 module registers */
69 mmr_unlock(WKUP_CTRL_MMR0_BASE, 0);
70 mmr_unlock(WKUP_CTRL_MMR0_BASE, 1);
71 mmr_unlock(WKUP_CTRL_MMR0_BASE, 2);
72 mmr_unlock(WKUP_CTRL_MMR0_BASE, 3);
73 mmr_unlock(WKUP_CTRL_MMR0_BASE, 4);
74 mmr_unlock(WKUP_CTRL_MMR0_BASE, 6);
75 mmr_unlock(WKUP_CTRL_MMR0_BASE, 7);
76
77 /* Unlock all MCU_CTRL_MMR0 module registers */
78 mmr_unlock(MCU_CTRL_MMR0_BASE, 0);
79 mmr_unlock(MCU_CTRL_MMR0_BASE, 1);
80 mmr_unlock(MCU_CTRL_MMR0_BASE, 2);
81 mmr_unlock(MCU_CTRL_MMR0_BASE, 3);
82 mmr_unlock(MCU_CTRL_MMR0_BASE, 4);
83
84 /* Unlock all CTRL_MMR0 module registers */
85 mmr_unlock(CTRL_MMR0_BASE, 0);
86 mmr_unlock(CTRL_MMR0_BASE, 1);
87 mmr_unlock(CTRL_MMR0_BASE, 2);
88 mmr_unlock(CTRL_MMR0_BASE, 3);
Andreas Dannenbergb73fcbc2019-06-13 10:29:44 +053089 mmr_unlock(CTRL_MMR0_BASE, 5);
Lokesh Vutla73108dc2020-08-05 22:44:20 +053090 if (soc_is_j721e())
91 mmr_unlock(CTRL_MMR0_BASE, 6);
Andreas Dannenbergb73fcbc2019-06-13 10:29:44 +053092 mmr_unlock(CTRL_MMR0_BASE, 7);
93}
94
Faiz Abbasd45ffb72020-02-26 13:44:36 +053095#if defined(CONFIG_K3_LOAD_SYSFW)
96void k3_mmc_stop_clock(void)
97{
98 if (spl_boot_device() == BOOT_DEVICE_MMC1) {
99 struct mmc *mmc = find_mmc_device(0);
100
101 if (!mmc)
102 return;
103
104 mmc->saved_clock = mmc->clock;
105 mmc_set_clock(mmc, 0, true);
106 }
107}
108
109void k3_mmc_restart_clock(void)
110{
111 if (spl_boot_device() == BOOT_DEVICE_MMC1) {
112 struct mmc *mmc = find_mmc_device(0);
113
114 if (!mmc)
115 return;
116
117 mmc_set_clock(mmc, mmc->saved_clock, false);
118 }
119}
120#endif
121
Andreas Dannenbergf94a07c2019-06-13 10:29:45 +0530122/*
123 * This uninitialized global variable would normal end up in the .bss section,
124 * but the .bss is cleared between writing and reading this variable, so move
125 * it to the .data section.
126 */
Marek BehĂșn236f2ec2021-05-20 13:23:52 +0200127u32 bootindex __section(".data");
128static struct rom_extended_boot_data bootdata __section(".data");
Andreas Dannenbergf94a07c2019-06-13 10:29:45 +0530129
Lokesh Vutla9c8f41b2020-08-05 22:44:22 +0530130static void store_boot_info_from_rom(void)
Andreas Dannenbergf94a07c2019-06-13 10:29:45 +0530131{
132 bootindex = *(u32 *)(CONFIG_SYS_K3_BOOT_PARAM_TABLE_INDEX);
Bryan Brattlof4c710fa2022-11-22 13:28:11 -0600133 memcpy(&bootdata, (uintptr_t *)ROM_EXTENDED_BOOT_DATA_INFO,
Lokesh Vutla9c8f41b2020-08-05 22:44:22 +0530134 sizeof(struct rom_extended_boot_data));
Andreas Dannenbergf94a07c2019-06-13 10:29:45 +0530135}
136
Sinthu Raja1e82a802022-02-09 15:06:53 +0530137#ifdef CONFIG_SPL_OF_LIST
138void do_dt_magic(void)
139{
140 int ret, rescan, mmc_dev = -1;
141 static struct mmc *mmc;
142
Andrew Davise25fe5b2023-04-06 11:38:17 -0500143 /* Perform board detection */
144 do_board_detect();
Sinthu Raja1e82a802022-02-09 15:06:53 +0530145
146 /*
147 * Board detection has been done.
148 * Let us see if another dtb wouldn't be a better match
149 * for our board
150 */
151 if (IS_ENABLED(CONFIG_CPU_V7R)) {
152 ret = fdtdec_resetup(&rescan);
153 if (!ret && rescan) {
154 dm_uninit();
155 dm_init_and_scan(true);
156 }
157 }
158
159 /*
160 * Because of multi DTB configuration, the MMC device has
161 * to be re-initialized after reconfiguring FDT inorder to
162 * boot from MMC. Do this when boot mode is MMC and ROM has
163 * not loaded SYSFW.
164 */
165 switch (spl_boot_device()) {
166 case BOOT_DEVICE_MMC1:
167 mmc_dev = 0;
168 break;
169 case BOOT_DEVICE_MMC2:
170 case BOOT_DEVICE_MMC2_2:
171 mmc_dev = 1;
172 break;
173 }
174
175 if (mmc_dev > 0 && !is_rom_loaded_sysfw(&bootdata)) {
176 ret = mmc_init_device(mmc_dev);
177 if (!ret) {
178 mmc = find_mmc_device(mmc_dev);
179 if (mmc) {
180 ret = mmc_init(mmc);
181 if (ret) {
182 printf("mmc init failed with error: %d\n", ret);
183 }
184 }
185 }
186 }
187}
188#endif
189
Lokesh Vutlac2562d72019-06-13 10:29:42 +0530190void board_init_f(ulong dummy)
191{
Lokesh Vutla22b54802019-10-07 19:26:38 +0530192#if defined(CONFIG_K3_J721E_DDRSS) || defined(CONFIG_K3_LOAD_SYSFW)
Andreas Dannenberg9d1303b2019-06-13 10:29:47 +0530193 struct udevice *dev;
194 int ret;
195#endif
Lokesh Vutlac2562d72019-06-13 10:29:42 +0530196 /*
Andreas Dannenbergf94a07c2019-06-13 10:29:45 +0530197 * Cannot delay this further as there is a chance that
198 * K3_BOOT_PARAM_TABLE_INDEX can be over written by SPL MALLOC section.
Lokesh Vutlac2562d72019-06-13 10:29:42 +0530199 */
Lokesh Vutla9c8f41b2020-08-05 22:44:22 +0530200 store_boot_info_from_rom();
Lokesh Vutlac2562d72019-06-13 10:29:42 +0530201
Andreas Dannenbergb73fcbc2019-06-13 10:29:44 +0530202 /* Make all control module registers accessible */
203 ctrl_mmr_unlock();
204
Lokesh Vutlac2562d72019-06-13 10:29:42 +0530205#ifdef CONFIG_CPU_V7R
Lokesh Vutla40109f42019-12-31 15:49:55 +0530206 disable_linefill_optimization();
Lokesh Vutlac2562d72019-06-13 10:29:42 +0530207 setup_k3_mpu_regions();
208#endif
209
210 /* Init DM early */
211 spl_early_init();
212
Andreas Dannenberg9d1303b2019-06-13 10:29:47 +0530213#ifdef CONFIG_K3_LOAD_SYSFW
214 /*
215 * Process pinctrl for the serial0 a.k.a. MCU_UART0 module and continue
216 * regardless of the result of pinctrl. Do this without probing the
217 * device, but instead by searching the device that would request the
218 * given sequence number if probed. The UART will be used by the system
219 * firmware (SYSFW) image for various purposes and SYSFW depends on us
220 * to initialize its pin settings.
221 */
Simon Glass99175912020-12-16 21:20:29 -0700222 ret = uclass_find_device_by_seq(UCLASS_SERIAL, 0, &dev);
Andreas Dannenberg9d1303b2019-06-13 10:29:47 +0530223 if (!ret)
224 pinctrl_select_state(dev, "default");
225
226 /*
227 * Load, start up, and configure system controller firmware. Provide
228 * the U-Boot console init function to the SYSFW post-PM configuration
229 * callback hook, effectively switching on (or over) the console
230 * output.
231 */
Lokesh Vutla01dbe362020-08-05 22:44:23 +0530232 k3_sysfw_loader(is_rom_loaded_sysfw(&bootdata),
233 k3_mmc_stop_clock, k3_mmc_restart_clock);
Faiz Abbasd45ffb72020-02-26 13:44:36 +0530234
Sinthu Raja1e82a802022-02-09 15:06:53 +0530235#ifdef CONFIG_SPL_OF_LIST
236 do_dt_magic();
237#endif
238
Dave Gerlach61305e02021-06-11 11:45:23 +0300239 /*
240 * Force probe of clk_k3 driver here to ensure basic default clock
241 * configuration is always done.
242 */
243 if (IS_ENABLED(CONFIG_SPL_CLK_K3)) {
244 ret = uclass_get_device_by_driver(UCLASS_CLK,
245 DM_DRIVER_GET(ti_clk),
246 &dev);
247 if (ret)
248 panic("Failed to initialize clk-k3!\n");
249 }
250
Faiz Abbasd45ffb72020-02-26 13:44:36 +0530251 /* Prepare console output */
252 preloader_console_init();
Andrew F. Davisea70da12020-01-10 14:35:21 -0500253
254 /* Disable ROM configured firewalls right after loading sysfw */
Andrew F. Davisea70da12020-01-10 14:35:21 -0500255 remove_fwl_configs(cbass_hc_cfg0_fwls, ARRAY_SIZE(cbass_hc_cfg0_fwls));
256 remove_fwl_configs(cbass_hc0_fwls, ARRAY_SIZE(cbass_hc0_fwls));
257 remove_fwl_configs(cbass_rc_cfg0_fwls, ARRAY_SIZE(cbass_rc_cfg0_fwls));
258 remove_fwl_configs(cbass_rc0_fwls, ARRAY_SIZE(cbass_rc0_fwls));
259 remove_fwl_configs(infra_cbass0_fwls, ARRAY_SIZE(infra_cbass0_fwls));
260 remove_fwl_configs(mcu_cbass0_fwls, ARRAY_SIZE(mcu_cbass0_fwls));
261 remove_fwl_configs(wkup_cbass0_fwls, ARRAY_SIZE(wkup_cbass0_fwls));
Andreas Dannenberg9d1303b2019-06-13 10:29:47 +0530262#else
Lokesh Vutlac2562d72019-06-13 10:29:42 +0530263 /* Prepare console output */
264 preloader_console_init();
Andreas Dannenberg9d1303b2019-06-13 10:29:47 +0530265#endif
Lokesh Vutla22b54802019-10-07 19:26:38 +0530266
Lokesh Vutla6e44aeb2020-03-10 16:50:58 +0530267 /* Output System Firmware version info */
268 k3_sysfw_print_ver();
269
Andrew Davise25fe5b2023-04-06 11:38:17 -0500270 /* Perform board detection */
271 do_board_detect();
Andreas Dannenberg643eb6e2020-01-07 13:15:54 +0530272
Keerthy7b134932019-10-24 15:00:53 +0530273#if defined(CONFIG_CPU_V7R) && defined(CONFIG_K3_AVS0)
Simon Glass65e25be2020-12-28 20:34:56 -0700274 ret = uclass_get_device_by_driver(UCLASS_MISC, DM_DRIVER_GET(k3_avs),
Keerthy7b134932019-10-24 15:00:53 +0530275 &dev);
276 if (ret)
277 printf("AVS init failed: %d\n", ret);
278#endif
279
Lokesh Vutla22b54802019-10-07 19:26:38 +0530280#if defined(CONFIG_K3_J721E_DDRSS)
281 ret = uclass_get_device(UCLASS_RAM, 0, &dev);
282 if (ret)
283 panic("DRAM init failed: %d\n", ret);
284#endif
Jan Kiszkac02712a2020-05-18 07:57:22 +0200285 spl_enable_dcache();
Lokesh Vutlac2562d72019-06-13 10:29:42 +0530286}
Lokesh Vutla0a704922019-06-13 10:29:43 +0530287
Andre Przywara59073572021-07-12 11:06:49 +0100288u32 spl_mmc_boot_mode(struct mmc *mmc, const u32 boot_device)
Lokesh Vutla0a704922019-06-13 10:29:43 +0530289{
290 switch (boot_device) {
291 case BOOT_DEVICE_MMC1:
292 return MMCSD_MODE_EMMCBOOT;
293 case BOOT_DEVICE_MMC2:
294 return MMCSD_MODE_FS;
295 default:
296 return MMCSD_MODE_RAW;
297 }
298}
299
Andreas Dannenberg7bf82cc2020-05-16 21:05:01 +0530300static u32 __get_backup_bootmedia(u32 main_devstat)
301{
302 u32 bkup_boot = (main_devstat & MAIN_DEVSTAT_BKUP_BOOTMODE_MASK) >>
303 MAIN_DEVSTAT_BKUP_BOOTMODE_SHIFT;
304
305 switch (bkup_boot) {
306 case BACKUP_BOOT_DEVICE_USB:
307 return BOOT_DEVICE_DFU;
308 case BACKUP_BOOT_DEVICE_UART:
309 return BOOT_DEVICE_UART;
310 case BACKUP_BOOT_DEVICE_ETHERNET:
311 return BOOT_DEVICE_ETHERNET;
312 case BACKUP_BOOT_DEVICE_MMC2:
313 {
314 u32 port = (main_devstat & MAIN_DEVSTAT_BKUP_MMC_PORT_MASK) >>
315 MAIN_DEVSTAT_BKUP_MMC_PORT_SHIFT;
316 if (port == 0x0)
317 return BOOT_DEVICE_MMC1;
318 return BOOT_DEVICE_MMC2;
319 }
320 case BACKUP_BOOT_DEVICE_SPI:
321 return BOOT_DEVICE_SPI;
322 case BACKUP_BOOT_DEVICE_I2C:
323 return BOOT_DEVICE_I2C;
324 }
325
326 return BOOT_DEVICE_RAM;
327}
328
Lokesh Vutla0a704922019-06-13 10:29:43 +0530329static u32 __get_primary_bootmedia(u32 main_devstat, u32 wkup_devstat)
330{
331
332 u32 bootmode = (wkup_devstat & WKUP_DEVSTAT_PRIMARY_BOOTMODE_MASK) >>
333 WKUP_DEVSTAT_PRIMARY_BOOTMODE_SHIFT;
334
335 bootmode |= (main_devstat & MAIN_DEVSTAT_BOOT_MODE_B_MASK) <<
336 BOOT_MODE_B_SHIFT;
337
338 if (bootmode == BOOT_DEVICE_OSPI || bootmode == BOOT_DEVICE_QSPI)
339 bootmode = BOOT_DEVICE_SPI;
340
341 if (bootmode == BOOT_DEVICE_MMC2) {
342 u32 port = (main_devstat &
343 MAIN_DEVSTAT_PRIM_BOOTMODE_MMC_PORT_MASK) >>
344 MAIN_DEVSTAT_PRIM_BOOTMODE_PORT_SHIFT;
345 if (port == 0x0)
346 bootmode = BOOT_DEVICE_MMC1;
347 }
348
349 return bootmode;
350}
351
Vaishnav Achathc16b4f12022-06-03 11:32:16 +0530352u32 spl_spi_boot_bus(void)
353{
354 u32 wkup_devstat = readl(CTRLMMR_WKUP_DEVSTAT);
355 u32 main_devstat = readl(CTRLMMR_MAIN_DEVSTAT);
356 u32 bootmode = ((wkup_devstat & WKUP_DEVSTAT_PRIMARY_BOOTMODE_MASK) >>
357 WKUP_DEVSTAT_PRIMARY_BOOTMODE_SHIFT) |
358 ((main_devstat & MAIN_DEVSTAT_BOOT_MODE_B_MASK) << BOOT_MODE_B_SHIFT);
359
360 return (bootmode == BOOT_DEVICE_QSPI) ? 1 : 0;
361}
362
Lokesh Vutla0a704922019-06-13 10:29:43 +0530363u32 spl_boot_device(void)
364{
365 u32 wkup_devstat = readl(CTRLMMR_WKUP_DEVSTAT);
366 u32 main_devstat;
367
368 if (wkup_devstat & WKUP_DEVSTAT_MCU_OMLY_MASK) {
369 printf("ERROR: MCU only boot is not yet supported\n");
370 return BOOT_DEVICE_RAM;
371 }
372
373 /* MAIN CTRL MMR can only be read if MCU ONLY is 0 */
374 main_devstat = readl(CTRLMMR_MAIN_DEVSTAT);
375
Andreas Dannenberg7bf82cc2020-05-16 21:05:01 +0530376 if (bootindex == K3_PRIMARY_BOOTMODE)
377 return __get_primary_bootmedia(main_devstat, wkup_devstat);
378 else
379 return __get_backup_bootmedia(main_devstat);
Lokesh Vutla0a704922019-06-13 10:29:43 +0530380}