blob: 5fe0873fe22103418ff944862dfb0f9d8e653280 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Michal Simek04b7e622015-01-15 10:01:51 +01002/*
3 * (C) Copyright 2014 - 2015 Xilinx, Inc.
4 * Michal Simek <michal.simek@xilinx.com>
Michal Simek04b7e622015-01-15 10:01:51 +01005 */
6
7#include <common.h>
Simon Glassed38aef2020-05-10 11:40:03 -06008#include <command.h>
Simon Glass370382c2019-11-14 12:57:35 -07009#include <cpu_func.h>
Michal Simek09a7d7d2020-01-07 09:02:52 +010010#include <debug_uart.h>
Michal Simekcfb37602021-07-27 16:19:18 +020011#include <dfu.h>
Simon Glass5e6201b2019-08-01 09:46:51 -060012#include <env.h>
Michal Simek8d4a8d42020-07-30 13:37:49 +020013#include <env_internal.h>
Simon Glassa7b51302019-11-14 12:57:46 -070014#include <init.h>
Simon Glass0f2af882020-05-10 11:40:05 -060015#include <log.h>
Simon Glass274e0b02020-05-10 11:39:56 -060016#include <net.h>
Michal Simekd54b1af2015-09-30 17:26:55 +020017#include <sata.h>
Michal Simekb216cc12015-07-23 13:27:40 +020018#include <ahci.h>
19#include <scsi.h>
Stefan Herbrechtsmeier3ff3bd42022-06-20 18:36:43 +020020#include <soc.h>
Michal Simekecfb6dc2016-04-22 14:28:54 +020021#include <malloc.h>
Michal Simekcfb37602021-07-27 16:19:18 +020022#include <memalign.h>
Michal Simekbf0f9ca2018-04-19 15:43:38 +020023#include <wdt.h>
Michal Simekc23d3f82015-11-05 08:34:35 +010024#include <asm/arch/clk.h>
Michal Simek04b7e622015-01-15 10:01:51 +010025#include <asm/arch/hardware.h>
26#include <asm/arch/sys_proto.h>
Michal Simekf2f08642018-01-10 09:36:09 +010027#include <asm/arch/psu_init_gpl.h>
Simon Glass274e0b02020-05-10 11:39:56 -060028#include <asm/cache.h>
Simon Glass3ba929a2020-10-30 21:38:53 -060029#include <asm/global_data.h>
Michal Simek04b7e622015-01-15 10:01:51 +010030#include <asm/io.h>
Simon Glass6b9f0102020-05-10 11:40:06 -060031#include <asm/ptrace.h>
Michal Simekf183a982018-04-25 11:20:43 +020032#include <dm/device.h>
Michal Simekbf0f9ca2018-04-19 15:43:38 +020033#include <dm/uclass.h>
Siva Durga Prasad Paladuguba1f68e2015-08-04 13:03:26 +053034#include <usb.h>
35#include <dwc3-uboot.h>
Michal Simek8111aff2016-02-01 15:05:58 +010036#include <zynqmppl.h>
Ibai Erkiagac8a3efa2019-09-27 11:37:01 +010037#include <zynqmp_firmware.h>
Michal Simek76d0a772016-09-01 11:16:40 +020038#include <g_dnl.h>
Simon Glass4dcacfc2020-05-10 11:40:13 -060039#include <linux/bitops.h>
Simon Glassdbd79542020-05-10 11:40:11 -060040#include <linux/delay.h>
41#include <linux/sizes.h>
Michal Simek705d44a2020-03-31 12:39:37 +020042#include "../common/board.h"
Michal Simek04b7e622015-01-15 10:01:51 +010043
Luca Ceresoli23e65002019-05-21 18:06:43 +020044#include "pm_cfg_obj.h"
45
Michal Simek04b7e622015-01-15 10:01:51 +010046DECLARE_GLOBAL_DATA_PTR;
47
Michal Simek1aab1142020-09-09 14:41:56 +020048#if CONFIG_IS_ENABLED(FPGA) && defined(CONFIG_FPGA_ZYNQMPPL)
Oleksandr Suvorovdae95a42022-07-22 17:16:04 +030049static xilinx_desc zynqmppl = {
50 xilinx_zynqmp, csu_dma, 1, &zynqmp_op, 0, &zynqmp_op, NULL,
51 ZYNQMP_FPGA_FLAGS
52};
Michal Simek8111aff2016-02-01 15:05:58 +010053#endif
54
Michal Simeke5710e32022-02-17 14:28:42 +010055int __maybe_unused psu_uboot_init(void)
Michal Simek8b353302017-02-07 14:32:26 +010056{
Michal Simek09a7d7d2020-01-07 09:02:52 +010057 int ret;
58
Michal Simekc8785f22018-01-10 11:48:48 +010059 ret = psu_init();
Michal Simek09a7d7d2020-01-07 09:02:52 +010060 if (ret)
61 return ret;
Michal Simek1f55e572020-03-20 08:59:02 +010062
Adrian Fiergolski8e87ecf2021-06-08 12:37:23 +020063 /*
64 * PS_SYSMON_ANALOG_BUS register determines mapping between SysMon
65 * supply sense channel to SysMon supply registers inside the IP.
66 * This register must be programmed to complete SysMon IP
67 * configuration. The default register configuration after
68 * power-up is incorrect. Hence, fix this by writing the
69 * correct value - 0x3210.
70 */
71 writel(ZYNQMP_PS_SYSMON_ANALOG_BUS_VAL,
72 ZYNQMP_AMS_PS_SYSMON_ANALOG_BUS);
73
Michal Simek1f55e572020-03-20 08:59:02 +010074 /* Delay is required for clocks to be propagated */
75 udelay(1000000);
Michal Simeke5710e32022-02-17 14:28:42 +010076
77 return 0;
78}
Michal Simeke0f36102017-07-12 13:08:41 +020079
Michal Simeke5710e32022-02-17 14:28:42 +010080#if !defined(CONFIG_SPL_BUILD)
81# if defined(CONFIG_DEBUG_UART_BOARD_INIT)
82void board_debug_uart_init(void)
83{
84# if defined(CONFIG_ZYNQMP_PSU_INIT_ENABLED)
85 psu_uboot_init();
86# endif
87}
88# endif
Michal Simek09a7d7d2020-01-07 09:02:52 +010089
Michal Simeke5710e32022-02-17 14:28:42 +010090# if defined(CONFIG_BOARD_EARLY_INIT_F)
91int board_early_init_f(void)
92{
93 int ret = 0;
94# if defined(CONFIG_ZYNQMP_PSU_INIT_ENABLED) && !defined(CONFIG_DEBUG_UART_BOARD_INIT)
95 ret = psu_uboot_init();
96# endif
97 return ret;
Michal Simek8b353302017-02-07 14:32:26 +010098}
Michal Simeke5710e32022-02-17 14:28:42 +010099# endif
Michal Simekba6fb832022-02-17 14:28:40 +0100100#endif
Michal Simek8b353302017-02-07 14:32:26 +0100101
Michal Simek46900462020-02-11 12:43:14 +0100102static int multi_boot(void)
103{
Michal Simek6aca2832021-07-27 16:17:31 +0200104 u32 multiboot = 0;
105 int ret;
Michal Simek46900462020-02-11 12:43:14 +0100106
Michal Simek6aca2832021-07-27 16:17:31 +0200107 ret = zynqmp_mmio_read((ulong)&csu_base->multi_boot, &multiboot);
108 if (ret)
109 return -EINVAL;
Michal Simek46900462020-02-11 12:43:14 +0100110
Michal Simek21e5c322021-07-27 14:05:27 +0200111 return multiboot;
Michal Simek46900462020-02-11 12:43:14 +0100112}
113
Jorge Ramirez-Ortiz34deca52021-10-13 15:48:00 +0200114#if defined(CONFIG_SPL_BUILD)
115static void restore_jtag(void)
116{
117 if (current_el() != 3)
118 return;
119
120 writel(CSU_JTAG_SEC_GATE_DISABLE, &csu_base->jtag_sec);
121 writel(CSU_JTAG_DAP_ENABLE_DEBUG, &csu_base->jtag_dap_cfg);
122 writel(CSU_JTAG_CHAIN_WR_SETUP, &csu_base->jtag_chain_status_wr);
123 writel(CRLAPB_DBG_LPD_CTRL_SETUP_CLK, &crlapb_base->dbg_lpd_ctrl);
124 writel(CRLAPB_RST_LPD_DBG_RESET, &crlapb_base->rst_lpd_dbg);
125 writel(CSU_PCAP_PROG_RELEASE_PL, &csu_base->pcap_prog);
126}
127#endif
128
Jorge Ramirez-Ortizb0e388a2021-10-13 19:04:47 +0200129static void print_secure_boot(void)
130{
131 u32 status = 0;
132
133 if (zynqmp_mmio_read((ulong)&csu_base->status, &status))
134 return;
135
136 printf("Secure Boot:\t%sauthenticated, %sencrypted\n",
137 status & ZYNQMP_CSU_STATUS_AUTHENTICATED ? "" : "not ",
138 status & ZYNQMP_CSU_STATUS_ENCRYPTED ? "" : "not ");
139}
140
Michal Simek04b7e622015-01-15 10:01:51 +0100141int board_init(void)
142{
Stefan Herbrechtsmeier3ff3bd42022-06-20 18:36:43 +0200143#if CONFIG_IS_ENABLED(FPGA) && defined(CONFIG_FPGA_ZYNQMPPL)
144 struct udevice *soc;
145 char name[SOC_MAX_STR_SIZE];
146 int ret;
147#endif
Michal Simek3d49c952022-10-05 11:39:27 +0200148
149#if defined(CONFIG_SPL_BUILD)
150 /* Check *at build time* if the filename is an non-empty string */
151 if (sizeof(CONFIG_ZYNQMP_SPL_PM_CFG_OBJ_FILE) > 1)
152 zynqmp_pmufw_load_config_object(zynqmp_pm_cfg_obj,
153 zynqmp_pm_cfg_obj_size);
154#endif
155
Michal Simek826d7eca2020-03-04 08:48:16 +0100156#if defined(CONFIG_ZYNQMP_FIRMWARE)
Ibai Erkiaga2d9b95b2019-09-27 11:37:04 +0100157 struct udevice *dev;
158
159 uclass_get_device_by_name(UCLASS_FIRMWARE, "zynqmp-power", &dev);
160 if (!dev)
161 panic("PMU Firmware device not found - Enable it");
Michal Simek826d7eca2020-03-04 08:48:16 +0100162#endif
Ibai Erkiaga2d9b95b2019-09-27 11:37:04 +0100163
Luca Ceresoli23e65002019-05-21 18:06:43 +0200164#if defined(CONFIG_SPL_BUILD)
Michal Simekae9dc112021-02-02 16:34:48 +0100165 printf("Silicon version:\t%d\n", zynqmp_get_silicon_version());
Jorge Ramirez-Ortiz34deca52021-10-13 15:48:00 +0200166
167 /* the CSU disables the JTAG interface when secure boot is enabled */
Ricardo Salveti5b774f02021-11-04 16:28:02 -0300168 if (CONFIG_IS_ENABLED(ZYNQMP_RESTORE_JTAG))
Jorge Ramirez-Ortiz34deca52021-10-13 15:48:00 +0200169 restore_jtag();
Michal Simek394ee242020-08-03 13:01:45 +0200170#else
171 if (CONFIG_IS_ENABLED(DM_I2C) && CONFIG_IS_ENABLED(I2C_EEPROM))
172 xilinx_read_eeprom();
Luca Ceresoli23e65002019-05-21 18:06:43 +0200173#endif
174
Michal Simekfb7242d2015-06-22 14:31:06 +0200175 printf("EL Level:\tEL%d\n", current_el());
176
Michal Simek1aab1142020-09-09 14:41:56 +0200177#if CONFIG_IS_ENABLED(FPGA) && defined(CONFIG_FPGA_ZYNQMPPL)
Stefan Herbrechtsmeier3ff3bd42022-06-20 18:36:43 +0200178 ret = soc_get(&soc);
179 if (!ret) {
180 ret = soc_get_machine(soc, name, sizeof(name));
181 if (ret >= 0) {
182 zynqmppl.name = strdup(name);
183 fpga_init();
184 fpga_add(fpga_xilinx, &zynqmppl);
185 }
186 }
Michal Simekbf0f9ca2018-04-19 15:43:38 +0200187#endif
188
Jorge Ramirez-Ortizb0e388a2021-10-13 19:04:47 +0200189 /* display secure boot information */
190 print_secure_boot();
Michal Simek46900462020-02-11 12:43:14 +0100191 if (current_el() == 3)
Michal Simek21e5c322021-07-27 14:05:27 +0200192 printf("Multiboot:\t%d\n", multi_boot());
Michal Simek46900462020-02-11 12:43:14 +0100193
Michal Simek04b7e622015-01-15 10:01:51 +0100194 return 0;
195}
196
197int board_early_init_r(void)
198{
199 u32 val;
200
Siva Durga Prasad Paladugu64d90002017-12-07 15:05:30 +0530201 if (current_el() != 3)
202 return 0;
203
Michal Simek245d5282017-07-12 10:32:18 +0200204 val = readl(&crlapb_base->timestamp_ref_ctrl);
205 val &= ZYNQMP_CRL_APB_TIMESTAMP_REF_CTRL_CLKACT;
206
Siva Durga Prasad Paladugu64d90002017-12-07 15:05:30 +0530207 if (!val) {
Michal Simekc23d3f82015-11-05 08:34:35 +0100208 val = readl(&crlapb_base->timestamp_ref_ctrl);
209 val |= ZYNQMP_CRL_APB_TIMESTAMP_REF_CTRL_CLKACT;
210 writel(val, &crlapb_base->timestamp_ref_ctrl);
Michal Simek04b7e622015-01-15 10:01:51 +0100211
Michal Simekc23d3f82015-11-05 08:34:35 +0100212 /* Program freq register in System counter */
213 writel(zynqmp_get_system_timer_freq(),
214 &iou_scntr_secure->base_frequency_id_register);
215 /* And enable system counter */
216 writel(ZYNQMP_IOU_SCNTR_COUNTER_CONTROL_REGISTER_EN,
217 &iou_scntr_secure->counter_control_register);
218 }
Michal Simek04b7e622015-01-15 10:01:51 +0100219 return 0;
220}
221
Nitin Jainb2eb59b2018-02-16 12:56:17 +0530222unsigned long do_go_exec(ulong (*entry)(int, char * const []), int argc,
Simon Glassed38aef2020-05-10 11:40:03 -0600223 char *const argv[])
Nitin Jainb2eb59b2018-02-16 12:56:17 +0530224{
225 int ret = 0;
226
227 if (current_el() > 1) {
228 smp_kick_all_cpus();
229 dcache_disable();
230 armv8_switch_to_el1(0x0, 0, 0, 0, (unsigned long)entry,
231 ES_TO_AARCH64);
232 } else {
233 printf("FAIL: current EL is not above EL1\n");
234 ret = EINVAL;
235 }
236 return ret;
237}
238
Michal Simek8faa66a2016-02-08 09:34:53 +0100239#if !defined(CONFIG_SYS_SDRAM_BASE) && !defined(CONFIG_SYS_SDRAM_SIZE)
Simon Glass2f949c32017-03-31 08:40:32 -0600240int dram_init_banksize(void)
Michal Simek8faa66a2016-02-08 09:34:53 +0100241{
Nitin Jain9bcc76f2018-04-20 12:30:40 +0530242 int ret;
243
244 ret = fdtdec_setup_memory_banksize();
245 if (ret)
246 return ret;
247
248 mem_map_fill();
249
250 return 0;
Tom Riniedcfdbd2016-12-09 07:56:54 -0500251}
Michal Simek8faa66a2016-02-08 09:34:53 +0100252
Tom Riniedcfdbd2016-12-09 07:56:54 -0500253int dram_init(void)
254{
Siva Durga Prasad Paladugub3d55ea2018-07-16 15:56:11 +0530255 if (fdtdec_setup_mem_size_base() != 0)
Nathan Rossiac04bfa2016-12-19 00:03:34 +1000256 return -EINVAL;
Tom Riniedcfdbd2016-12-09 07:56:54 -0500257
258 return 0;
Michal Simek8faa66a2016-02-08 09:34:53 +0100259}
Michal Simek97ab9612021-05-31 11:03:19 +0200260
Michal Simek8faa66a2016-02-08 09:34:53 +0100261#else
Nitin Jain9bcc76f2018-04-20 12:30:40 +0530262int dram_init_banksize(void)
263{
Nitin Jain9bcc76f2018-04-20 12:30:40 +0530264 gd->bd->bi_dram[0].start = CONFIG_SYS_SDRAM_BASE;
265 gd->bd->bi_dram[0].size = get_effective_memsize();
Nitin Jain9bcc76f2018-04-20 12:30:40 +0530266
267 mem_map_fill();
268
269 return 0;
270}
271
Michal Simek04b7e622015-01-15 10:01:51 +0100272int dram_init(void)
273{
Michal Simek1b846212018-04-11 16:12:28 +0200274 gd->ram_size = get_ram_size((void *)CONFIG_SYS_SDRAM_BASE,
275 CONFIG_SYS_SDRAM_SIZE);
Michal Simek04b7e622015-01-15 10:01:51 +0100276
277 return 0;
278}
Michal Simek8faa66a2016-02-08 09:34:53 +0100279#endif
Michal Simek04b7e622015-01-15 10:01:51 +0100280
Michal Simek2a220332021-07-13 16:39:26 +0200281#if !CONFIG_IS_ENABLED(SYSRESET)
Harald Seiler6f14d5f2020-12-15 16:47:52 +0100282void reset_cpu(void)
Michal Simek04b7e622015-01-15 10:01:51 +0100283{
284}
Michal Simek2a220332021-07-13 16:39:26 +0200285#endif
Michal Simek04b7e622015-01-15 10:01:51 +0100286
Michal Simek8ec30042020-08-20 10:54:45 +0200287static u8 __maybe_unused zynqmp_get_bootmode(void)
288{
289 u8 bootmode;
290 u32 reg = 0;
291 int ret;
292
293 ret = zynqmp_mmio_read((ulong)&crlapb_base->boot_mode, &reg);
294 if (ret)
295 return -EINVAL;
296
Michal Simek58cc08c2021-07-28 12:25:49 +0200297 debug("HW boot mode: %x\n", reg & BOOT_MODES_MASK);
298 debug("ALT boot mode: %x\n", reg >> BOOT_MODE_ALT_SHIFT);
299
Michal Simek8ec30042020-08-20 10:54:45 +0200300 if (reg >> BOOT_MODE_ALT_SHIFT)
301 reg >>= BOOT_MODE_ALT_SHIFT;
302
303 bootmode = reg & BOOT_MODES_MASK;
304
305 return bootmode;
306}
307
Michal Simek342edfe2018-12-20 09:33:38 +0100308#if defined(CONFIG_BOARD_LATE_INIT)
Michal Simek29b9b712018-05-17 14:06:06 +0200309static const struct {
310 u32 bit;
311 const char *name;
312} reset_reasons[] = {
313 { RESET_REASON_DEBUG_SYS, "DEBUG" },
314 { RESET_REASON_SOFT, "SOFT" },
315 { RESET_REASON_SRST, "SRST" },
316 { RESET_REASON_PSONLY, "PS-ONLY" },
317 { RESET_REASON_PMU, "PMU" },
318 { RESET_REASON_INTERNAL, "INTERNAL" },
319 { RESET_REASON_EXTERNAL, "EXTERNAL" },
320 {}
321};
322
T Karthik Reddy09b6def2019-03-13 20:24:18 +0530323static int reset_reason(void)
Michal Simek29b9b712018-05-17 14:06:06 +0200324{
T Karthik Reddy09b6def2019-03-13 20:24:18 +0530325 u32 reg;
326 int i, ret;
Michal Simek29b9b712018-05-17 14:06:06 +0200327 const char *reason = NULL;
328
T Karthik Reddy09b6def2019-03-13 20:24:18 +0530329 ret = zynqmp_mmio_read((ulong)&crlapb_base->reset_reason, &reg);
330 if (ret)
331 return -EINVAL;
Michal Simek29b9b712018-05-17 14:06:06 +0200332
333 puts("Reset reason:\t");
334
335 for (i = 0; i < ARRAY_SIZE(reset_reasons); i++) {
T Karthik Reddy09b6def2019-03-13 20:24:18 +0530336 if (reg & reset_reasons[i].bit) {
Michal Simek29b9b712018-05-17 14:06:06 +0200337 reason = reset_reasons[i].name;
338 printf("%s ", reset_reasons[i].name);
339 break;
340 }
341 }
342
343 puts("\n");
344
345 env_set("reset_reason", reason);
346
Michal Simek0954c8c2021-02-09 08:50:22 +0100347 return 0;
Michal Simek29b9b712018-05-17 14:06:06 +0200348}
349
Michal Simek1ca66d72019-02-14 13:14:30 +0100350static int set_fdtfile(void)
351{
352 char *compatible, *fdtfile;
353 const char *suffix = ".dtb";
354 const char *vendor = "xilinx/";
Igor Lantsmane167bac2020-06-24 14:33:46 +0200355 int fdt_compat_len;
Michal Simek1ca66d72019-02-14 13:14:30 +0100356
357 if (env_get("fdtfile"))
358 return 0;
359
Igor Lantsmane167bac2020-06-24 14:33:46 +0200360 compatible = (char *)fdt_getprop(gd->fdt_blob, 0, "compatible",
361 &fdt_compat_len);
362 if (compatible && fdt_compat_len) {
363 char *name;
364
Michal Simek1ca66d72019-02-14 13:14:30 +0100365 debug("Compatible: %s\n", compatible);
366
Igor Lantsmane167bac2020-06-24 14:33:46 +0200367 name = strchr(compatible, ',');
368 if (!name)
369 return -EINVAL;
Michal Simek1ca66d72019-02-14 13:14:30 +0100370
Igor Lantsmane167bac2020-06-24 14:33:46 +0200371 name++;
372
373 fdtfile = calloc(1, strlen(vendor) + strlen(name) +
Michal Simek1ca66d72019-02-14 13:14:30 +0100374 strlen(suffix) + 1);
375 if (!fdtfile)
376 return -ENOMEM;
377
Igor Lantsmane167bac2020-06-24 14:33:46 +0200378 sprintf(fdtfile, "%s%s%s", vendor, name, suffix);
Michal Simek1ca66d72019-02-14 13:14:30 +0100379
380 env_set("fdtfile", fdtfile);
381 free(fdtfile);
382 }
383
384 return 0;
385}
386
Michal Simek9c91e612020-04-08 11:04:41 +0200387int board_late_init(void)
388{
Michal Simek04b7e622015-01-15 10:01:51 +0100389 u8 bootmode;
Michal Simekf183a982018-04-25 11:20:43 +0200390 struct udevice *dev;
391 int bootseq = -1;
392 int bootseq_len = 0;
Michal Simek7410b142018-04-25 11:10:34 +0200393 int env_targets_len = 0;
Michal Simekecfb6dc2016-04-22 14:28:54 +0200394 const char *mode;
395 char *new_targets;
Siva Durga Prasad Paladugu245c5562017-12-20 16:35:06 +0530396 char *env_targets;
Michal Simek7cb4cca2021-10-25 10:10:52 +0200397 int ret, multiboot;
Michal Simekecfb6dc2016-04-22 14:28:54 +0200398
Michal Simek482f5492018-10-05 08:55:16 +0200399#if defined(CONFIG_USB_ETHER) && !defined(CONFIG_USB_GADGET_DOWNLOAD)
400 usb_ether_init();
401#endif
402
Michal Simekecfb6dc2016-04-22 14:28:54 +0200403 if (!(gd->flags & GD_FLG_ENV_DEFAULT)) {
404 debug("Saved variables - Skipping\n");
405 return 0;
406 }
Michal Simek04b7e622015-01-15 10:01:51 +0100407
Michal Simekbab07b62020-07-28 12:45:47 +0200408 if (!CONFIG_IS_ENABLED(ENV_VARS_UBOOT_RUNTIME_CONFIG))
409 return 0;
410
Michal Simek1ca66d72019-02-14 13:14:30 +0100411 ret = set_fdtfile();
412 if (ret)
413 return ret;
414
Michal Simek7cb4cca2021-10-25 10:10:52 +0200415 multiboot = multi_boot();
416 if (multiboot >= 0)
417 env_set_hex("multiboot", multiboot);
418
Michal Simek9c91e612020-04-08 11:04:41 +0200419 bootmode = zynqmp_get_bootmode();
Michal Simek04b7e622015-01-15 10:01:51 +0100420
Michal Simekc5d95232015-09-20 17:20:42 +0200421 puts("Bootmode: ");
Michal Simek04b7e622015-01-15 10:01:51 +0100422 switch (bootmode) {
Michal Simek12398ea2016-08-19 14:14:52 +0200423 case USB_MODE:
424 puts("USB_MODE\n");
T Karthik Reddy9eee8e32021-03-24 23:37:57 -0600425 mode = "usb_dfu0 usb_dfu1";
Michal Simek43380352017-12-01 15:18:24 +0100426 env_set("modeboot", "usb_dfu_spl");
Michal Simek12398ea2016-08-19 14:14:52 +0200427 break;
Siva Durga Prasad Paladugu30f0fc72015-03-13 11:10:26 +0530428 case JTAG_MODE:
Michal Simekc5d95232015-09-20 17:20:42 +0200429 puts("JTAG_MODE\n");
Siva Durga Prasad Paladugu9c441702019-06-25 17:41:09 +0530430 mode = "jtag pxe dhcp";
Michal Simek43380352017-12-01 15:18:24 +0100431 env_set("modeboot", "jtagboot");
Siva Durga Prasad Paladugu30f0fc72015-03-13 11:10:26 +0530432 break;
433 case QSPI_MODE_24BIT:
434 case QSPI_MODE_32BIT:
Michal Simekecfb6dc2016-04-22 14:28:54 +0200435 mode = "qspi0";
Michal Simekc5d95232015-09-20 17:20:42 +0200436 puts("QSPI_MODE\n");
Michal Simek43380352017-12-01 15:18:24 +0100437 env_set("modeboot", "qspiboot");
Siva Durga Prasad Paladugu30f0fc72015-03-13 11:10:26 +0530438 break;
Michal Simek02d66cd2015-04-15 15:02:28 +0200439 case EMMC_MODE:
Michal Simekdf7ff0a2015-10-05 15:59:38 +0200440 puts("EMMC_MODE\n");
T Karthik Reddy19735c32019-12-17 06:41:42 -0700441 if (uclass_get_device_by_name(UCLASS_MMC,
442 "mmc@ff160000", &dev) &&
443 uclass_get_device_by_name(UCLASS_MMC,
444 "sdhci@ff160000", &dev)) {
445 puts("Boot from EMMC but without SD0 enabled!\n");
446 return -1;
447 }
Simon Glass75e534b2020-12-16 21:20:07 -0700448 debug("mmc0 device found at %p, seq %d\n", dev, dev_seq(dev));
T Karthik Reddy19735c32019-12-17 06:41:42 -0700449
450 mode = "mmc";
Simon Glass75e534b2020-12-16 21:20:07 -0700451 bootseq = dev_seq(dev);
Ashok Reddy Somaa10be052021-09-15 08:52:17 +0200452 env_set("modeboot", "emmcboot");
Michal Simekdf7ff0a2015-10-05 15:59:38 +0200453 break;
454 case SD_MODE:
Michal Simekc5d95232015-09-20 17:20:42 +0200455 puts("SD_MODE\n");
Michal Simekf183a982018-04-25 11:20:43 +0200456 if (uclass_get_device_by_name(UCLASS_MMC,
Siva Durga Prasad Paladugue91778d2019-01-03 15:44:24 +0530457 "mmc@ff160000", &dev) &&
458 uclass_get_device_by_name(UCLASS_MMC,
Michal Simekf183a982018-04-25 11:20:43 +0200459 "sdhci@ff160000", &dev)) {
460 puts("Boot from SD0 but without SD0 enabled!\n");
461 return -1;
462 }
Simon Glass75e534b2020-12-16 21:20:07 -0700463 debug("mmc0 device found at %p, seq %d\n", dev, dev_seq(dev));
Michal Simekf183a982018-04-25 11:20:43 +0200464
465 mode = "mmc";
Simon Glass75e534b2020-12-16 21:20:07 -0700466 bootseq = dev_seq(dev);
Michal Simek43380352017-12-01 15:18:24 +0100467 env_set("modeboot", "sdboot");
Michal Simek04b7e622015-01-15 10:01:51 +0100468 break;
Siva Durga Prasad Paladugu29a77d22016-09-21 11:45:05 +0530469 case SD1_LSHFT_MODE:
470 puts("LVL_SHFT_");
Michal Simek293f47b2021-10-18 13:30:04 +0200471 fallthrough;
Michal Simek108e1842015-10-05 10:51:12 +0200472 case SD_MODE1:
Michal Simekc5d95232015-09-20 17:20:42 +0200473 puts("SD_MODE1\n");
Michal Simekf183a982018-04-25 11:20:43 +0200474 if (uclass_get_device_by_name(UCLASS_MMC,
Siva Durga Prasad Paladugue91778d2019-01-03 15:44:24 +0530475 "mmc@ff170000", &dev) &&
476 uclass_get_device_by_name(UCLASS_MMC,
Michal Simekf183a982018-04-25 11:20:43 +0200477 "sdhci@ff170000", &dev)) {
478 puts("Boot from SD1 but without SD1 enabled!\n");
479 return -1;
480 }
Simon Glass75e534b2020-12-16 21:20:07 -0700481 debug("mmc1 device found at %p, seq %d\n", dev, dev_seq(dev));
Michal Simekf183a982018-04-25 11:20:43 +0200482
483 mode = "mmc";
Simon Glass75e534b2020-12-16 21:20:07 -0700484 bootseq = dev_seq(dev);
Michal Simek43380352017-12-01 15:18:24 +0100485 env_set("modeboot", "sdboot");
Michal Simek108e1842015-10-05 10:51:12 +0200486 break;
487 case NAND_MODE:
Michal Simekc5d95232015-09-20 17:20:42 +0200488 puts("NAND_MODE\n");
Michal Simekecfb6dc2016-04-22 14:28:54 +0200489 mode = "nand0";
Michal Simek43380352017-12-01 15:18:24 +0100490 env_set("modeboot", "nandboot");
Michal Simek108e1842015-10-05 10:51:12 +0200491 break;
Michal Simek04b7e622015-01-15 10:01:51 +0100492 default:
Michal Simekecfb6dc2016-04-22 14:28:54 +0200493 mode = "";
Michal Simek04b7e622015-01-15 10:01:51 +0100494 printf("Invalid Boot Mode:0x%x\n", bootmode);
495 break;
496 }
497
Michal Simekf183a982018-04-25 11:20:43 +0200498 if (bootseq >= 0) {
499 bootseq_len = snprintf(NULL, 0, "%i", bootseq);
500 debug("Bootseq len: %x\n", bootseq_len);
Michal Simek7a117c72021-01-11 13:46:58 +0100501 env_set_hex("bootseq", bootseq);
Michal Simekf183a982018-04-25 11:20:43 +0200502 }
503
Michal Simekecfb6dc2016-04-22 14:28:54 +0200504 /*
505 * One terminating char + one byte for space between mode
506 * and default boot_targets
507 */
Siva Durga Prasad Paladugu245c5562017-12-20 16:35:06 +0530508 env_targets = env_get("boot_targets");
Michal Simek7410b142018-04-25 11:10:34 +0200509 if (env_targets)
510 env_targets_len = strlen(env_targets);
511
Michal Simekf183a982018-04-25 11:20:43 +0200512 new_targets = calloc(1, strlen(mode) + env_targets_len + 2 +
513 bootseq_len);
Michal Simek089b84d2018-06-13 09:42:41 +0200514 if (!new_targets)
515 return -ENOMEM;
Michal Simek7410b142018-04-25 11:10:34 +0200516
Michal Simekf183a982018-04-25 11:20:43 +0200517 if (bootseq >= 0)
518 sprintf(new_targets, "%s%x %s", mode, bootseq,
519 env_targets ? env_targets : "");
520 else
521 sprintf(new_targets, "%s %s", mode,
522 env_targets ? env_targets : "");
Michal Simekecfb6dc2016-04-22 14:28:54 +0200523
Simon Glass6a38e412017-08-03 12:22:09 -0600524 env_set("boot_targets", new_targets);
Michal Simek77488232021-07-28 12:46:39 +0200525 free(new_targets);
Michal Simekecfb6dc2016-04-22 14:28:54 +0200526
Michal Simek29b9b712018-05-17 14:06:06 +0200527 reset_reason();
528
Michal Simek705d44a2020-03-31 12:39:37 +0200529 return board_late_init_xilinx();
Michal Simek04b7e622015-01-15 10:01:51 +0100530}
Michal Simek342edfe2018-12-20 09:33:38 +0100531#endif
Siva Durga Prasad Paladugu650e0a32015-08-04 13:01:05 +0530532
533int checkboard(void)
534{
Michal Simek47ce9362016-01-25 11:04:21 +0100535 puts("Board: Xilinx ZynqMP\n");
Siva Durga Prasad Paladugu650e0a32015-08-04 13:01:05 +0530536 return 0;
537}
Michal Simek8d4a8d42020-07-30 13:37:49 +0200538
Michal Simeke0026bf2021-05-19 15:16:19 +0200539int mmc_get_env_dev(void)
540{
541 struct udevice *dev;
542 int bootseq = 0;
543
544 switch (zynqmp_get_bootmode()) {
545 case EMMC_MODE:
546 case SD_MODE:
547 if (uclass_get_device_by_name(UCLASS_MMC,
548 "mmc@ff160000", &dev) &&
549 uclass_get_device_by_name(UCLASS_MMC,
550 "sdhci@ff160000", &dev)) {
551 return -1;
552 }
553 bootseq = dev_seq(dev);
554 break;
555 case SD1_LSHFT_MODE:
556 case SD_MODE1:
557 if (uclass_get_device_by_name(UCLASS_MMC,
558 "mmc@ff170000", &dev) &&
559 uclass_get_device_by_name(UCLASS_MMC,
560 "sdhci@ff170000", &dev)) {
561 return -1;
562 }
563 bootseq = dev_seq(dev);
564 break;
565 default:
566 break;
567 }
568
569 debug("bootseq %d\n", bootseq);
570
571 return bootseq;
572}
573
Michal Simek8d4a8d42020-07-30 13:37:49 +0200574enum env_location env_get_location(enum env_operation op, int prio)
575{
576 u32 bootmode = zynqmp_get_bootmode();
577
578 if (prio)
579 return ENVL_UNKNOWN;
580
581 switch (bootmode) {
582 case EMMC_MODE:
583 case SD_MODE:
584 case SD1_LSHFT_MODE:
585 case SD_MODE1:
586 if (IS_ENABLED(CONFIG_ENV_IS_IN_FAT))
587 return ENVL_FAT;
588 if (IS_ENABLED(CONFIG_ENV_IS_IN_EXT4))
589 return ENVL_EXT4;
Mike Looijmans682cf082021-07-02 10:28:36 +0200590 return ENVL_NOWHERE;
Michal Simek8d4a8d42020-07-30 13:37:49 +0200591 case NAND_MODE:
592 if (IS_ENABLED(CONFIG_ENV_IS_IN_NAND))
593 return ENVL_NAND;
594 if (IS_ENABLED(CONFIG_ENV_IS_IN_UBI))
595 return ENVL_UBI;
Mike Looijmans682cf082021-07-02 10:28:36 +0200596 return ENVL_NOWHERE;
Michal Simek8d4a8d42020-07-30 13:37:49 +0200597 case QSPI_MODE_24BIT:
598 case QSPI_MODE_32BIT:
599 if (IS_ENABLED(CONFIG_ENV_IS_IN_SPI_FLASH))
600 return ENVL_SPI_FLASH;
Mike Looijmans682cf082021-07-02 10:28:36 +0200601 return ENVL_NOWHERE;
Michal Simek8d4a8d42020-07-30 13:37:49 +0200602 case JTAG_MODE:
603 default:
604 return ENVL_NOWHERE;
605 }
606}
Michal Simekcfb37602021-07-27 16:19:18 +0200607
608#if defined(CONFIG_SET_DFU_ALT_INFO)
609
610#define DFU_ALT_BUF_LEN SZ_1K
611
612void set_dfu_alt_info(char *interface, char *devstr)
613{
Venkatesh Yadav Abbarapu50a8f8e2022-10-04 11:22:54 +0530614 int multiboot;
Michal Simekcfb37602021-07-27 16:19:18 +0200615 int bootseq = 0;
616
617 ALLOC_CACHE_ALIGN_BUFFER(char, buf, DFU_ALT_BUF_LEN);
618
Michal Simekf0d6f462022-08-09 16:32:52 +0200619 if (env_get("dfu_alt_info"))
Michal Simekcfb37602021-07-27 16:19:18 +0200620 return;
621
622 memset(buf, 0, sizeof(buf));
623
624 multiboot = multi_boot();
Michal Simek7cb4cca2021-10-25 10:10:52 +0200625 if (multiboot < 0)
626 multiboot = 0;
627
628 multiboot = env_get_hex("multiboot", multiboot);
Michal Simekcfb37602021-07-27 16:19:18 +0200629 debug("Multiboot: %d\n", multiboot);
630
631 switch (zynqmp_get_bootmode()) {
632 case EMMC_MODE:
633 case SD_MODE:
634 case SD1_LSHFT_MODE:
635 case SD_MODE1:
636 bootseq = mmc_get_env_dev();
637 if (!multiboot)
638 snprintf(buf, DFU_ALT_BUF_LEN,
Michal Simek3e09d192022-08-09 16:32:54 +0200639 "mmc %d=boot.bin fat %d 1;"
Michal Simek69103192021-10-18 14:02:15 +0200640 "%s fat %d 1",
641 bootseq, bootseq,
642 CONFIG_SPL_FS_LOAD_PAYLOAD_NAME, bootseq);
Michal Simekcfb37602021-07-27 16:19:18 +0200643 else
644 snprintf(buf, DFU_ALT_BUF_LEN,
Michal Simek3e09d192022-08-09 16:32:54 +0200645 "mmc %d=boot%04d.bin fat %d 1;"
Michal Simek69103192021-10-18 14:02:15 +0200646 "%s fat %d 1",
647 bootseq, multiboot, bootseq,
648 CONFIG_SPL_FS_LOAD_PAYLOAD_NAME, bootseq);
Michal Simekcfb37602021-07-27 16:19:18 +0200649 break;
Stefan Herbrechtsmeierfb027cd2022-06-20 18:36:46 +0200650#if defined(CONFIG_SYS_SPI_U_BOOT_OFFS)
Michal Simekcfb37602021-07-27 16:19:18 +0200651 case QSPI_MODE_24BIT:
652 case QSPI_MODE_32BIT:
653 snprintf(buf, DFU_ALT_BUF_LEN,
654 "sf 0:0=boot.bin raw %x 0x1500000;"
Michal Simek69103192021-10-18 14:02:15 +0200655 "%s raw 0x%x 0x500000",
656 multiboot * SZ_32K, CONFIG_SPL_FS_LOAD_PAYLOAD_NAME,
657 CONFIG_SYS_SPI_U_BOOT_OFFS);
Michal Simekcfb37602021-07-27 16:19:18 +0200658 break;
Stefan Herbrechtsmeierfb027cd2022-06-20 18:36:46 +0200659#endif
Michal Simekcfb37602021-07-27 16:19:18 +0200660 default:
661 return;
662 }
663
664 env_set("dfu_alt_info", buf);
665 puts("DFU alt info setting: done\n");
666}
667#endif