Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 2 | /* |
| 3 | * (C) Copyright 2014 - 2015 Xilinx, Inc. |
Michal Simek | a8c9436 | 2023-07-10 14:35:49 +0200 | [diff] [blame] | 4 | * Michal Simek <michal.simek@amd.com> |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 5 | */ |
| 6 | |
| 7 | #include <common.h> |
Simon Glass | ed38aef | 2020-05-10 11:40:03 -0600 | [diff] [blame] | 8 | #include <command.h> |
Simon Glass | 370382c | 2019-11-14 12:57:35 -0700 | [diff] [blame] | 9 | #include <cpu_func.h> |
Michal Simek | 09a7d7d | 2020-01-07 09:02:52 +0100 | [diff] [blame] | 10 | #include <debug_uart.h> |
Michal Simek | cfb3760 | 2021-07-27 16:19:18 +0200 | [diff] [blame] | 11 | #include <dfu.h> |
Simon Glass | 5e6201b | 2019-08-01 09:46:51 -0600 | [diff] [blame] | 12 | #include <env.h> |
Michal Simek | 8d4a8d4 | 2020-07-30 13:37:49 +0200 | [diff] [blame] | 13 | #include <env_internal.h> |
Simon Glass | a7b5130 | 2019-11-14 12:57:46 -0700 | [diff] [blame] | 14 | #include <init.h> |
Simon Glass | 0f2af88 | 2020-05-10 11:40:05 -0600 | [diff] [blame] | 15 | #include <log.h> |
Simon Glass | 274e0b0 | 2020-05-10 11:39:56 -0600 | [diff] [blame] | 16 | #include <net.h> |
Michal Simek | d54b1af | 2015-09-30 17:26:55 +0200 | [diff] [blame] | 17 | #include <sata.h> |
Michal Simek | b216cc1 | 2015-07-23 13:27:40 +0200 | [diff] [blame] | 18 | #include <ahci.h> |
| 19 | #include <scsi.h> |
Stefan Herbrechtsmeier | 3ff3bd4 | 2022-06-20 18:36:43 +0200 | [diff] [blame] | 20 | #include <soc.h> |
Venkatesh Yadav Abbarapu | ad11fa4 | 2024-02-07 14:03:28 +0530 | [diff] [blame] | 21 | #include <spl.h> |
Michal Simek | ecfb6dc | 2016-04-22 14:28:54 +0200 | [diff] [blame] | 22 | #include <malloc.h> |
Michal Simek | cfb3760 | 2021-07-27 16:19:18 +0200 | [diff] [blame] | 23 | #include <memalign.h> |
Michal Simek | bf0f9ca | 2018-04-19 15:43:38 +0200 | [diff] [blame] | 24 | #include <wdt.h> |
Michal Simek | c23d3f8 | 2015-11-05 08:34:35 +0100 | [diff] [blame] | 25 | #include <asm/arch/clk.h> |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 26 | #include <asm/arch/hardware.h> |
| 27 | #include <asm/arch/sys_proto.h> |
Michal Simek | f2f0864 | 2018-01-10 09:36:09 +0100 | [diff] [blame] | 28 | #include <asm/arch/psu_init_gpl.h> |
Simon Glass | 274e0b0 | 2020-05-10 11:39:56 -0600 | [diff] [blame] | 29 | #include <asm/cache.h> |
Simon Glass | 3ba929a | 2020-10-30 21:38:53 -0600 | [diff] [blame] | 30 | #include <asm/global_data.h> |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 31 | #include <asm/io.h> |
Simon Glass | 6b9f010 | 2020-05-10 11:40:06 -0600 | [diff] [blame] | 32 | #include <asm/ptrace.h> |
Michal Simek | f183a98 | 2018-04-25 11:20:43 +0200 | [diff] [blame] | 33 | #include <dm/device.h> |
Michal Simek | bf0f9ca | 2018-04-19 15:43:38 +0200 | [diff] [blame] | 34 | #include <dm/uclass.h> |
Siva Durga Prasad Paladugu | ba1f68e | 2015-08-04 13:03:26 +0530 | [diff] [blame] | 35 | #include <usb.h> |
| 36 | #include <dwc3-uboot.h> |
Michal Simek | 8111aff | 2016-02-01 15:05:58 +0100 | [diff] [blame] | 37 | #include <zynqmppl.h> |
Ibai Erkiaga | c8a3efa | 2019-09-27 11:37:01 +0100 | [diff] [blame] | 38 | #include <zynqmp_firmware.h> |
Michal Simek | 76d0a77 | 2016-09-01 11:16:40 +0200 | [diff] [blame] | 39 | #include <g_dnl.h> |
Simon Glass | 4dcacfc | 2020-05-10 11:40:13 -0600 | [diff] [blame] | 40 | #include <linux/bitops.h> |
Simon Glass | dbd7954 | 2020-05-10 11:40:11 -0600 | [diff] [blame] | 41 | #include <linux/delay.h> |
| 42 | #include <linux/sizes.h> |
Michal Simek | 705d44a | 2020-03-31 12:39:37 +0200 | [diff] [blame] | 43 | #include "../common/board.h" |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 44 | |
Luca Ceresoli | 23e6500 | 2019-05-21 18:06:43 +0200 | [diff] [blame] | 45 | #include "pm_cfg_obj.h" |
| 46 | |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 47 | DECLARE_GLOBAL_DATA_PTR; |
| 48 | |
Michal Simek | 1aab114 | 2020-09-09 14:41:56 +0200 | [diff] [blame] | 49 | #if CONFIG_IS_ENABLED(FPGA) && defined(CONFIG_FPGA_ZYNQMPPL) |
Oleksandr Suvorov | dae95a4 | 2022-07-22 17:16:04 +0300 | [diff] [blame] | 50 | static xilinx_desc zynqmppl = { |
| 51 | xilinx_zynqmp, csu_dma, 1, &zynqmp_op, 0, &zynqmp_op, NULL, |
| 52 | ZYNQMP_FPGA_FLAGS |
| 53 | }; |
Michal Simek | 8111aff | 2016-02-01 15:05:58 +0100 | [diff] [blame] | 54 | #endif |
| 55 | |
Michal Simek | e5710e3 | 2022-02-17 14:28:42 +0100 | [diff] [blame] | 56 | int __maybe_unused psu_uboot_init(void) |
Michal Simek | 8b35330 | 2017-02-07 14:32:26 +0100 | [diff] [blame] | 57 | { |
Michal Simek | 09a7d7d | 2020-01-07 09:02:52 +0100 | [diff] [blame] | 58 | int ret; |
| 59 | |
Michal Simek | c8785f2 | 2018-01-10 11:48:48 +0100 | [diff] [blame] | 60 | ret = psu_init(); |
Michal Simek | 09a7d7d | 2020-01-07 09:02:52 +0100 | [diff] [blame] | 61 | if (ret) |
| 62 | return ret; |
Michal Simek | 1f55e57 | 2020-03-20 08:59:02 +0100 | [diff] [blame] | 63 | |
Adrian Fiergolski | 8e87ecf | 2021-06-08 12:37:23 +0200 | [diff] [blame] | 64 | /* |
| 65 | * PS_SYSMON_ANALOG_BUS register determines mapping between SysMon |
| 66 | * supply sense channel to SysMon supply registers inside the IP. |
| 67 | * This register must be programmed to complete SysMon IP |
| 68 | * configuration. The default register configuration after |
| 69 | * power-up is incorrect. Hence, fix this by writing the |
| 70 | * correct value - 0x3210. |
| 71 | */ |
| 72 | writel(ZYNQMP_PS_SYSMON_ANALOG_BUS_VAL, |
| 73 | ZYNQMP_AMS_PS_SYSMON_ANALOG_BUS); |
| 74 | |
Michal Simek | 1f55e57 | 2020-03-20 08:59:02 +0100 | [diff] [blame] | 75 | /* Delay is required for clocks to be propagated */ |
| 76 | udelay(1000000); |
Michal Simek | e5710e3 | 2022-02-17 14:28:42 +0100 | [diff] [blame] | 77 | |
| 78 | return 0; |
| 79 | } |
Michal Simek | e0f3610 | 2017-07-12 13:08:41 +0200 | [diff] [blame] | 80 | |
Michal Simek | e5710e3 | 2022-02-17 14:28:42 +0100 | [diff] [blame] | 81 | #if !defined(CONFIG_SPL_BUILD) |
| 82 | # if defined(CONFIG_DEBUG_UART_BOARD_INIT) |
| 83 | void board_debug_uart_init(void) |
| 84 | { |
| 85 | # if defined(CONFIG_ZYNQMP_PSU_INIT_ENABLED) |
| 86 | psu_uboot_init(); |
| 87 | # endif |
| 88 | } |
| 89 | # endif |
Michal Simek | 09a7d7d | 2020-01-07 09:02:52 +0100 | [diff] [blame] | 90 | |
Michal Simek | e5710e3 | 2022-02-17 14:28:42 +0100 | [diff] [blame] | 91 | # if defined(CONFIG_BOARD_EARLY_INIT_F) |
| 92 | int board_early_init_f(void) |
| 93 | { |
| 94 | int ret = 0; |
| 95 | # if defined(CONFIG_ZYNQMP_PSU_INIT_ENABLED) && !defined(CONFIG_DEBUG_UART_BOARD_INIT) |
| 96 | ret = psu_uboot_init(); |
| 97 | # endif |
| 98 | return ret; |
Michal Simek | 8b35330 | 2017-02-07 14:32:26 +0100 | [diff] [blame] | 99 | } |
Michal Simek | e5710e3 | 2022-02-17 14:28:42 +0100 | [diff] [blame] | 100 | # endif |
Michal Simek | ba6fb83 | 2022-02-17 14:28:40 +0100 | [diff] [blame] | 101 | #endif |
Michal Simek | 8b35330 | 2017-02-07 14:32:26 +0100 | [diff] [blame] | 102 | |
Michal Simek | 4690046 | 2020-02-11 12:43:14 +0100 | [diff] [blame] | 103 | static int multi_boot(void) |
| 104 | { |
Michal Simek | 6aca283 | 2021-07-27 16:17:31 +0200 | [diff] [blame] | 105 | u32 multiboot = 0; |
| 106 | int ret; |
Michal Simek | 4690046 | 2020-02-11 12:43:14 +0100 | [diff] [blame] | 107 | |
Michal Simek | 6aca283 | 2021-07-27 16:17:31 +0200 | [diff] [blame] | 108 | ret = zynqmp_mmio_read((ulong)&csu_base->multi_boot, &multiboot); |
| 109 | if (ret) |
| 110 | return -EINVAL; |
Michal Simek | 4690046 | 2020-02-11 12:43:14 +0100 | [diff] [blame] | 111 | |
Michal Simek | 21e5c32 | 2021-07-27 14:05:27 +0200 | [diff] [blame] | 112 | return multiboot; |
Michal Simek | 4690046 | 2020-02-11 12:43:14 +0100 | [diff] [blame] | 113 | } |
| 114 | |
Jorge Ramirez-Ortiz | 34deca5 | 2021-10-13 15:48:00 +0200 | [diff] [blame] | 115 | #if defined(CONFIG_SPL_BUILD) |
| 116 | static void restore_jtag(void) |
| 117 | { |
| 118 | if (current_el() != 3) |
| 119 | return; |
| 120 | |
| 121 | writel(CSU_JTAG_SEC_GATE_DISABLE, &csu_base->jtag_sec); |
| 122 | writel(CSU_JTAG_DAP_ENABLE_DEBUG, &csu_base->jtag_dap_cfg); |
| 123 | writel(CSU_JTAG_CHAIN_WR_SETUP, &csu_base->jtag_chain_status_wr); |
| 124 | writel(CRLAPB_DBG_LPD_CTRL_SETUP_CLK, &crlapb_base->dbg_lpd_ctrl); |
| 125 | writel(CRLAPB_RST_LPD_DBG_RESET, &crlapb_base->rst_lpd_dbg); |
| 126 | writel(CSU_PCAP_PROG_RELEASE_PL, &csu_base->pcap_prog); |
| 127 | } |
| 128 | #endif |
| 129 | |
Jorge Ramirez-Ortiz | b0e388a | 2021-10-13 19:04:47 +0200 | [diff] [blame] | 130 | static void print_secure_boot(void) |
| 131 | { |
| 132 | u32 status = 0; |
| 133 | |
| 134 | if (zynqmp_mmio_read((ulong)&csu_base->status, &status)) |
| 135 | return; |
| 136 | |
| 137 | printf("Secure Boot:\t%sauthenticated, %sencrypted\n", |
| 138 | status & ZYNQMP_CSU_STATUS_AUTHENTICATED ? "" : "not ", |
| 139 | status & ZYNQMP_CSU_STATUS_ENCRYPTED ? "" : "not "); |
| 140 | } |
| 141 | |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 142 | int board_init(void) |
| 143 | { |
Stefan Herbrechtsmeier | 3ff3bd4 | 2022-06-20 18:36:43 +0200 | [diff] [blame] | 144 | #if CONFIG_IS_ENABLED(FPGA) && defined(CONFIG_FPGA_ZYNQMPPL) |
| 145 | struct udevice *soc; |
| 146 | char name[SOC_MAX_STR_SIZE]; |
| 147 | int ret; |
| 148 | #endif |
Michal Simek | 3d49c95 | 2022-10-05 11:39:27 +0200 | [diff] [blame] | 149 | |
| 150 | #if defined(CONFIG_SPL_BUILD) |
| 151 | /* Check *at build time* if the filename is an non-empty string */ |
| 152 | if (sizeof(CONFIG_ZYNQMP_SPL_PM_CFG_OBJ_FILE) > 1) |
| 153 | zynqmp_pmufw_load_config_object(zynqmp_pm_cfg_obj, |
| 154 | zynqmp_pm_cfg_obj_size); |
| 155 | #endif |
| 156 | |
Michal Simek | 826d7eca | 2020-03-04 08:48:16 +0100 | [diff] [blame] | 157 | #if defined(CONFIG_ZYNQMP_FIRMWARE) |
Ibai Erkiaga | 2d9b95b | 2019-09-27 11:37:04 +0100 | [diff] [blame] | 158 | struct udevice *dev; |
| 159 | |
Michal Simek | 6f66599 | 2024-01-05 10:55:51 +0100 | [diff] [blame] | 160 | uclass_get_device_by_name(UCLASS_FIRMWARE, "power-management", &dev); |
| 161 | if (!dev) { |
| 162 | uclass_get_device_by_name(UCLASS_FIRMWARE, "zynqmp-power", &dev); |
| 163 | if (!dev) |
| 164 | panic("PMU Firmware device not found - Enable it"); |
| 165 | } |
Michal Simek | 826d7eca | 2020-03-04 08:48:16 +0100 | [diff] [blame] | 166 | #endif |
Ibai Erkiaga | 2d9b95b | 2019-09-27 11:37:04 +0100 | [diff] [blame] | 167 | |
Luca Ceresoli | 23e6500 | 2019-05-21 18:06:43 +0200 | [diff] [blame] | 168 | #if defined(CONFIG_SPL_BUILD) |
Michal Simek | ae9dc11 | 2021-02-02 16:34:48 +0100 | [diff] [blame] | 169 | printf("Silicon version:\t%d\n", zynqmp_get_silicon_version()); |
Jorge Ramirez-Ortiz | 34deca5 | 2021-10-13 15:48:00 +0200 | [diff] [blame] | 170 | |
| 171 | /* the CSU disables the JTAG interface when secure boot is enabled */ |
Ricardo Salveti | 5b774f0 | 2021-11-04 16:28:02 -0300 | [diff] [blame] | 172 | if (CONFIG_IS_ENABLED(ZYNQMP_RESTORE_JTAG)) |
Jorge Ramirez-Ortiz | 34deca5 | 2021-10-13 15:48:00 +0200 | [diff] [blame] | 173 | restore_jtag(); |
Michal Simek | 394ee24 | 2020-08-03 13:01:45 +0200 | [diff] [blame] | 174 | #else |
| 175 | if (CONFIG_IS_ENABLED(DM_I2C) && CONFIG_IS_ENABLED(I2C_EEPROM)) |
| 176 | xilinx_read_eeprom(); |
Luca Ceresoli | 23e6500 | 2019-05-21 18:06:43 +0200 | [diff] [blame] | 177 | #endif |
| 178 | |
Michal Simek | fb7242d | 2015-06-22 14:31:06 +0200 | [diff] [blame] | 179 | printf("EL Level:\tEL%d\n", current_el()); |
| 180 | |
Michal Simek | 1aab114 | 2020-09-09 14:41:56 +0200 | [diff] [blame] | 181 | #if CONFIG_IS_ENABLED(FPGA) && defined(CONFIG_FPGA_ZYNQMPPL) |
Stefan Herbrechtsmeier | 3ff3bd4 | 2022-06-20 18:36:43 +0200 | [diff] [blame] | 182 | ret = soc_get(&soc); |
| 183 | if (!ret) { |
| 184 | ret = soc_get_machine(soc, name, sizeof(name)); |
| 185 | if (ret >= 0) { |
| 186 | zynqmppl.name = strdup(name); |
| 187 | fpga_init(); |
| 188 | fpga_add(fpga_xilinx, &zynqmppl); |
| 189 | } |
| 190 | } |
Michal Simek | bf0f9ca | 2018-04-19 15:43:38 +0200 | [diff] [blame] | 191 | #endif |
| 192 | |
Jorge Ramirez-Ortiz | b0e388a | 2021-10-13 19:04:47 +0200 | [diff] [blame] | 193 | /* display secure boot information */ |
| 194 | print_secure_boot(); |
Michal Simek | 4690046 | 2020-02-11 12:43:14 +0100 | [diff] [blame] | 195 | if (current_el() == 3) |
Michal Simek | 21e5c32 | 2021-07-27 14:05:27 +0200 | [diff] [blame] | 196 | printf("Multiboot:\t%d\n", multi_boot()); |
Michal Simek | 4690046 | 2020-02-11 12:43:14 +0100 | [diff] [blame] | 197 | |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 198 | return 0; |
| 199 | } |
| 200 | |
| 201 | int board_early_init_r(void) |
| 202 | { |
| 203 | u32 val; |
| 204 | |
Siva Durga Prasad Paladugu | 64d9000 | 2017-12-07 15:05:30 +0530 | [diff] [blame] | 205 | if (current_el() != 3) |
| 206 | return 0; |
| 207 | |
Michal Simek | 245d528 | 2017-07-12 10:32:18 +0200 | [diff] [blame] | 208 | val = readl(&crlapb_base->timestamp_ref_ctrl); |
| 209 | val &= ZYNQMP_CRL_APB_TIMESTAMP_REF_CTRL_CLKACT; |
| 210 | |
Siva Durga Prasad Paladugu | 64d9000 | 2017-12-07 15:05:30 +0530 | [diff] [blame] | 211 | if (!val) { |
Michal Simek | c23d3f8 | 2015-11-05 08:34:35 +0100 | [diff] [blame] | 212 | val = readl(&crlapb_base->timestamp_ref_ctrl); |
| 213 | val |= ZYNQMP_CRL_APB_TIMESTAMP_REF_CTRL_CLKACT; |
| 214 | writel(val, &crlapb_base->timestamp_ref_ctrl); |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 215 | |
Michal Simek | c23d3f8 | 2015-11-05 08:34:35 +0100 | [diff] [blame] | 216 | /* Program freq register in System counter */ |
| 217 | writel(zynqmp_get_system_timer_freq(), |
| 218 | &iou_scntr_secure->base_frequency_id_register); |
| 219 | /* And enable system counter */ |
| 220 | writel(ZYNQMP_IOU_SCNTR_COUNTER_CONTROL_REGISTER_EN, |
| 221 | &iou_scntr_secure->counter_control_register); |
| 222 | } |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 223 | return 0; |
| 224 | } |
| 225 | |
Nitin Jain | b2eb59b | 2018-02-16 12:56:17 +0530 | [diff] [blame] | 226 | unsigned long do_go_exec(ulong (*entry)(int, char * const []), int argc, |
Simon Glass | ed38aef | 2020-05-10 11:40:03 -0600 | [diff] [blame] | 227 | char *const argv[]) |
Nitin Jain | b2eb59b | 2018-02-16 12:56:17 +0530 | [diff] [blame] | 228 | { |
| 229 | int ret = 0; |
| 230 | |
| 231 | if (current_el() > 1) { |
| 232 | smp_kick_all_cpus(); |
| 233 | dcache_disable(); |
| 234 | armv8_switch_to_el1(0x0, 0, 0, 0, (unsigned long)entry, |
| 235 | ES_TO_AARCH64); |
| 236 | } else { |
| 237 | printf("FAIL: current EL is not above EL1\n"); |
| 238 | ret = EINVAL; |
| 239 | } |
| 240 | return ret; |
| 241 | } |
| 242 | |
Tom Rini | bb4dd96 | 2022-11-16 13:10:37 -0500 | [diff] [blame] | 243 | #if !defined(CFG_SYS_SDRAM_BASE) && !defined(CFG_SYS_SDRAM_SIZE) |
Simon Glass | 2f949c3 | 2017-03-31 08:40:32 -0600 | [diff] [blame] | 244 | int dram_init_banksize(void) |
Michal Simek | 8faa66a | 2016-02-08 09:34:53 +0100 | [diff] [blame] | 245 | { |
Nitin Jain | 9bcc76f | 2018-04-20 12:30:40 +0530 | [diff] [blame] | 246 | int ret; |
| 247 | |
| 248 | ret = fdtdec_setup_memory_banksize(); |
| 249 | if (ret) |
| 250 | return ret; |
| 251 | |
| 252 | mem_map_fill(); |
| 253 | |
| 254 | return 0; |
Tom Rini | edcfdbd | 2016-12-09 07:56:54 -0500 | [diff] [blame] | 255 | } |
Michal Simek | 8faa66a | 2016-02-08 09:34:53 +0100 | [diff] [blame] | 256 | |
Tom Rini | edcfdbd | 2016-12-09 07:56:54 -0500 | [diff] [blame] | 257 | int dram_init(void) |
| 258 | { |
Siva Durga Prasad Paladugu | b3d55ea | 2018-07-16 15:56:11 +0530 | [diff] [blame] | 259 | if (fdtdec_setup_mem_size_base() != 0) |
Nathan Rossi | ac04bfa | 2016-12-19 00:03:34 +1000 | [diff] [blame] | 260 | return -EINVAL; |
Tom Rini | edcfdbd | 2016-12-09 07:56:54 -0500 | [diff] [blame] | 261 | |
| 262 | return 0; |
Michal Simek | 8faa66a | 2016-02-08 09:34:53 +0100 | [diff] [blame] | 263 | } |
Michal Simek | 97ab961 | 2021-05-31 11:03:19 +0200 | [diff] [blame] | 264 | |
Michal Simek | 8faa66a | 2016-02-08 09:34:53 +0100 | [diff] [blame] | 265 | #else |
Nitin Jain | 9bcc76f | 2018-04-20 12:30:40 +0530 | [diff] [blame] | 266 | int dram_init_banksize(void) |
| 267 | { |
Tom Rini | bb4dd96 | 2022-11-16 13:10:37 -0500 | [diff] [blame] | 268 | gd->bd->bi_dram[0].start = CFG_SYS_SDRAM_BASE; |
Nitin Jain | 9bcc76f | 2018-04-20 12:30:40 +0530 | [diff] [blame] | 269 | gd->bd->bi_dram[0].size = get_effective_memsize(); |
Nitin Jain | 9bcc76f | 2018-04-20 12:30:40 +0530 | [diff] [blame] | 270 | |
| 271 | mem_map_fill(); |
| 272 | |
| 273 | return 0; |
| 274 | } |
| 275 | |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 276 | int dram_init(void) |
| 277 | { |
Tom Rini | bb4dd96 | 2022-11-16 13:10:37 -0500 | [diff] [blame] | 278 | gd->ram_size = get_ram_size((void *)CFG_SYS_SDRAM_BASE, |
| 279 | CFG_SYS_SDRAM_SIZE); |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 280 | |
| 281 | return 0; |
| 282 | } |
Michal Simek | 8faa66a | 2016-02-08 09:34:53 +0100 | [diff] [blame] | 283 | #endif |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 284 | |
Michal Simek | 2a22033 | 2021-07-13 16:39:26 +0200 | [diff] [blame] | 285 | #if !CONFIG_IS_ENABLED(SYSRESET) |
Harald Seiler | 6f14d5f | 2020-12-15 16:47:52 +0100 | [diff] [blame] | 286 | void reset_cpu(void) |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 287 | { |
| 288 | } |
Michal Simek | 2a22033 | 2021-07-13 16:39:26 +0200 | [diff] [blame] | 289 | #endif |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 290 | |
Michal Simek | 8ec3004 | 2020-08-20 10:54:45 +0200 | [diff] [blame] | 291 | static u8 __maybe_unused zynqmp_get_bootmode(void) |
| 292 | { |
| 293 | u8 bootmode; |
| 294 | u32 reg = 0; |
| 295 | int ret; |
| 296 | |
| 297 | ret = zynqmp_mmio_read((ulong)&crlapb_base->boot_mode, ®); |
| 298 | if (ret) |
| 299 | return -EINVAL; |
| 300 | |
Michal Simek | 58cc08c | 2021-07-28 12:25:49 +0200 | [diff] [blame] | 301 | debug("HW boot mode: %x\n", reg & BOOT_MODES_MASK); |
| 302 | debug("ALT boot mode: %x\n", reg >> BOOT_MODE_ALT_SHIFT); |
| 303 | |
Michal Simek | 8ec3004 | 2020-08-20 10:54:45 +0200 | [diff] [blame] | 304 | if (reg >> BOOT_MODE_ALT_SHIFT) |
| 305 | reg >>= BOOT_MODE_ALT_SHIFT; |
| 306 | |
| 307 | bootmode = reg & BOOT_MODES_MASK; |
| 308 | |
| 309 | return bootmode; |
| 310 | } |
| 311 | |
Michal Simek | 342edfe | 2018-12-20 09:33:38 +0100 | [diff] [blame] | 312 | #if defined(CONFIG_BOARD_LATE_INIT) |
Michal Simek | 29b9b71 | 2018-05-17 14:06:06 +0200 | [diff] [blame] | 313 | static const struct { |
| 314 | u32 bit; |
| 315 | const char *name; |
| 316 | } reset_reasons[] = { |
| 317 | { RESET_REASON_DEBUG_SYS, "DEBUG" }, |
| 318 | { RESET_REASON_SOFT, "SOFT" }, |
| 319 | { RESET_REASON_SRST, "SRST" }, |
| 320 | { RESET_REASON_PSONLY, "PS-ONLY" }, |
| 321 | { RESET_REASON_PMU, "PMU" }, |
| 322 | { RESET_REASON_INTERNAL, "INTERNAL" }, |
| 323 | { RESET_REASON_EXTERNAL, "EXTERNAL" }, |
| 324 | {} |
| 325 | }; |
| 326 | |
T Karthik Reddy | 09b6def | 2019-03-13 20:24:18 +0530 | [diff] [blame] | 327 | static int reset_reason(void) |
Michal Simek | 29b9b71 | 2018-05-17 14:06:06 +0200 | [diff] [blame] | 328 | { |
T Karthik Reddy | 09b6def | 2019-03-13 20:24:18 +0530 | [diff] [blame] | 329 | u32 reg; |
| 330 | int i, ret; |
Michal Simek | 29b9b71 | 2018-05-17 14:06:06 +0200 | [diff] [blame] | 331 | const char *reason = NULL; |
| 332 | |
T Karthik Reddy | 09b6def | 2019-03-13 20:24:18 +0530 | [diff] [blame] | 333 | ret = zynqmp_mmio_read((ulong)&crlapb_base->reset_reason, ®); |
| 334 | if (ret) |
| 335 | return -EINVAL; |
Michal Simek | 29b9b71 | 2018-05-17 14:06:06 +0200 | [diff] [blame] | 336 | |
| 337 | puts("Reset reason:\t"); |
| 338 | |
| 339 | for (i = 0; i < ARRAY_SIZE(reset_reasons); i++) { |
T Karthik Reddy | 09b6def | 2019-03-13 20:24:18 +0530 | [diff] [blame] | 340 | if (reg & reset_reasons[i].bit) { |
Michal Simek | 29b9b71 | 2018-05-17 14:06:06 +0200 | [diff] [blame] | 341 | reason = reset_reasons[i].name; |
| 342 | printf("%s ", reset_reasons[i].name); |
| 343 | break; |
| 344 | } |
| 345 | } |
| 346 | |
| 347 | puts("\n"); |
| 348 | |
| 349 | env_set("reset_reason", reason); |
| 350 | |
Michal Simek | 0954c8c | 2021-02-09 08:50:22 +0100 | [diff] [blame] | 351 | return 0; |
Michal Simek | 29b9b71 | 2018-05-17 14:06:06 +0200 | [diff] [blame] | 352 | } |
| 353 | |
Michal Simek | 1ca66d7 | 2019-02-14 13:14:30 +0100 | [diff] [blame] | 354 | static int set_fdtfile(void) |
| 355 | { |
| 356 | char *compatible, *fdtfile; |
| 357 | const char *suffix = ".dtb"; |
| 358 | const char *vendor = "xilinx/"; |
Igor Lantsman | e167bac | 2020-06-24 14:33:46 +0200 | [diff] [blame] | 359 | int fdt_compat_len; |
Michal Simek | 1ca66d7 | 2019-02-14 13:14:30 +0100 | [diff] [blame] | 360 | |
| 361 | if (env_get("fdtfile")) |
| 362 | return 0; |
| 363 | |
Igor Lantsman | e167bac | 2020-06-24 14:33:46 +0200 | [diff] [blame] | 364 | compatible = (char *)fdt_getprop(gd->fdt_blob, 0, "compatible", |
| 365 | &fdt_compat_len); |
| 366 | if (compatible && fdt_compat_len) { |
| 367 | char *name; |
| 368 | |
Michal Simek | 1ca66d7 | 2019-02-14 13:14:30 +0100 | [diff] [blame] | 369 | debug("Compatible: %s\n", compatible); |
| 370 | |
Igor Lantsman | e167bac | 2020-06-24 14:33:46 +0200 | [diff] [blame] | 371 | name = strchr(compatible, ','); |
| 372 | if (!name) |
| 373 | return -EINVAL; |
Michal Simek | 1ca66d7 | 2019-02-14 13:14:30 +0100 | [diff] [blame] | 374 | |
Igor Lantsman | e167bac | 2020-06-24 14:33:46 +0200 | [diff] [blame] | 375 | name++; |
| 376 | |
| 377 | fdtfile = calloc(1, strlen(vendor) + strlen(name) + |
Michal Simek | 1ca66d7 | 2019-02-14 13:14:30 +0100 | [diff] [blame] | 378 | strlen(suffix) + 1); |
| 379 | if (!fdtfile) |
| 380 | return -ENOMEM; |
| 381 | |
Igor Lantsman | e167bac | 2020-06-24 14:33:46 +0200 | [diff] [blame] | 382 | sprintf(fdtfile, "%s%s%s", vendor, name, suffix); |
Michal Simek | 1ca66d7 | 2019-02-14 13:14:30 +0100 | [diff] [blame] | 383 | |
| 384 | env_set("fdtfile", fdtfile); |
| 385 | free(fdtfile); |
| 386 | } |
| 387 | |
| 388 | return 0; |
| 389 | } |
| 390 | |
Michal Simek | b163476 | 2023-09-05 13:30:07 +0200 | [diff] [blame] | 391 | static int boot_targets_setup(void) |
Michal Simek | 9c91e61 | 2020-04-08 11:04:41 +0200 | [diff] [blame] | 392 | { |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 393 | u8 bootmode; |
Michal Simek | f183a98 | 2018-04-25 11:20:43 +0200 | [diff] [blame] | 394 | struct udevice *dev; |
| 395 | int bootseq = -1; |
| 396 | int bootseq_len = 0; |
Michal Simek | 7410b14 | 2018-04-25 11:10:34 +0200 | [diff] [blame] | 397 | int env_targets_len = 0; |
Venkatesh Yadav Abbarapu | 6555dcc | 2023-09-04 08:50:35 +0530 | [diff] [blame] | 398 | const char *mode = NULL; |
Michal Simek | ecfb6dc | 2016-04-22 14:28:54 +0200 | [diff] [blame] | 399 | char *new_targets; |
Siva Durga Prasad Paladugu | 245c556 | 2017-12-20 16:35:06 +0530 | [diff] [blame] | 400 | char *env_targets; |
Michal Simek | 7cb4cca | 2021-10-25 10:10:52 +0200 | [diff] [blame] | 401 | |
Michal Simek | 9c91e61 | 2020-04-08 11:04:41 +0200 | [diff] [blame] | 402 | bootmode = zynqmp_get_bootmode(); |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 403 | |
Michal Simek | c5d9523 | 2015-09-20 17:20:42 +0200 | [diff] [blame] | 404 | puts("Bootmode: "); |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 405 | switch (bootmode) { |
Michal Simek | 12398ea | 2016-08-19 14:14:52 +0200 | [diff] [blame] | 406 | case USB_MODE: |
| 407 | puts("USB_MODE\n"); |
T Karthik Reddy | 9eee8e3 | 2021-03-24 23:37:57 -0600 | [diff] [blame] | 408 | mode = "usb_dfu0 usb_dfu1"; |
Michal Simek | 4338035 | 2017-12-01 15:18:24 +0100 | [diff] [blame] | 409 | env_set("modeboot", "usb_dfu_spl"); |
Michal Simek | 12398ea | 2016-08-19 14:14:52 +0200 | [diff] [blame] | 410 | break; |
Siva Durga Prasad Paladugu | 30f0fc7 | 2015-03-13 11:10:26 +0530 | [diff] [blame] | 411 | case JTAG_MODE: |
Michal Simek | c5d9523 | 2015-09-20 17:20:42 +0200 | [diff] [blame] | 412 | puts("JTAG_MODE\n"); |
Siva Durga Prasad Paladugu | 9c44170 | 2019-06-25 17:41:09 +0530 | [diff] [blame] | 413 | mode = "jtag pxe dhcp"; |
Michal Simek | 4338035 | 2017-12-01 15:18:24 +0100 | [diff] [blame] | 414 | env_set("modeboot", "jtagboot"); |
Siva Durga Prasad Paladugu | 30f0fc7 | 2015-03-13 11:10:26 +0530 | [diff] [blame] | 415 | break; |
| 416 | case QSPI_MODE_24BIT: |
| 417 | case QSPI_MODE_32BIT: |
Michal Simek | ecfb6dc | 2016-04-22 14:28:54 +0200 | [diff] [blame] | 418 | mode = "qspi0"; |
Michal Simek | c5d9523 | 2015-09-20 17:20:42 +0200 | [diff] [blame] | 419 | puts("QSPI_MODE\n"); |
Michal Simek | 4338035 | 2017-12-01 15:18:24 +0100 | [diff] [blame] | 420 | env_set("modeboot", "qspiboot"); |
Siva Durga Prasad Paladugu | 30f0fc7 | 2015-03-13 11:10:26 +0530 | [diff] [blame] | 421 | break; |
Michal Simek | 02d66cd | 2015-04-15 15:02:28 +0200 | [diff] [blame] | 422 | case EMMC_MODE: |
Michal Simek | df7ff0a | 2015-10-05 15:59:38 +0200 | [diff] [blame] | 423 | puts("EMMC_MODE\n"); |
T Karthik Reddy | 19735c3 | 2019-12-17 06:41:42 -0700 | [diff] [blame] | 424 | if (uclass_get_device_by_name(UCLASS_MMC, |
| 425 | "mmc@ff160000", &dev) && |
| 426 | uclass_get_device_by_name(UCLASS_MMC, |
| 427 | "sdhci@ff160000", &dev)) { |
Venkatesh Yadav Abbarapu | 6555dcc | 2023-09-04 08:50:35 +0530 | [diff] [blame] | 428 | debug("SD0 driver for SD0 device is not present\n"); |
| 429 | break; |
T Karthik Reddy | 19735c3 | 2019-12-17 06:41:42 -0700 | [diff] [blame] | 430 | } |
Simon Glass | 75e534b | 2020-12-16 21:20:07 -0700 | [diff] [blame] | 431 | debug("mmc0 device found at %p, seq %d\n", dev, dev_seq(dev)); |
T Karthik Reddy | 19735c3 | 2019-12-17 06:41:42 -0700 | [diff] [blame] | 432 | |
| 433 | mode = "mmc"; |
Simon Glass | 75e534b | 2020-12-16 21:20:07 -0700 | [diff] [blame] | 434 | bootseq = dev_seq(dev); |
Ashok Reddy Soma | a10be05 | 2021-09-15 08:52:17 +0200 | [diff] [blame] | 435 | env_set("modeboot", "emmcboot"); |
Michal Simek | df7ff0a | 2015-10-05 15:59:38 +0200 | [diff] [blame] | 436 | break; |
| 437 | case SD_MODE: |
Michal Simek | c5d9523 | 2015-09-20 17:20:42 +0200 | [diff] [blame] | 438 | puts("SD_MODE\n"); |
Michal Simek | f183a98 | 2018-04-25 11:20:43 +0200 | [diff] [blame] | 439 | if (uclass_get_device_by_name(UCLASS_MMC, |
Siva Durga Prasad Paladugu | e91778d | 2019-01-03 15:44:24 +0530 | [diff] [blame] | 440 | "mmc@ff160000", &dev) && |
| 441 | uclass_get_device_by_name(UCLASS_MMC, |
Michal Simek | f183a98 | 2018-04-25 11:20:43 +0200 | [diff] [blame] | 442 | "sdhci@ff160000", &dev)) { |
Venkatesh Yadav Abbarapu | 6555dcc | 2023-09-04 08:50:35 +0530 | [diff] [blame] | 443 | debug("SD0 driver for SD0 device is not present\n"); |
| 444 | break; |
Michal Simek | f183a98 | 2018-04-25 11:20:43 +0200 | [diff] [blame] | 445 | } |
Simon Glass | 75e534b | 2020-12-16 21:20:07 -0700 | [diff] [blame] | 446 | debug("mmc0 device found at %p, seq %d\n", dev, dev_seq(dev)); |
Michal Simek | f183a98 | 2018-04-25 11:20:43 +0200 | [diff] [blame] | 447 | |
| 448 | mode = "mmc"; |
Simon Glass | 75e534b | 2020-12-16 21:20:07 -0700 | [diff] [blame] | 449 | bootseq = dev_seq(dev); |
Michal Simek | 4338035 | 2017-12-01 15:18:24 +0100 | [diff] [blame] | 450 | env_set("modeboot", "sdboot"); |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 451 | break; |
Siva Durga Prasad Paladugu | 29a77d2 | 2016-09-21 11:45:05 +0530 | [diff] [blame] | 452 | case SD1_LSHFT_MODE: |
| 453 | puts("LVL_SHFT_"); |
Michal Simek | 293f47b | 2021-10-18 13:30:04 +0200 | [diff] [blame] | 454 | fallthrough; |
Michal Simek | 108e184 | 2015-10-05 10:51:12 +0200 | [diff] [blame] | 455 | case SD_MODE1: |
Michal Simek | c5d9523 | 2015-09-20 17:20:42 +0200 | [diff] [blame] | 456 | puts("SD_MODE1\n"); |
Michal Simek | f183a98 | 2018-04-25 11:20:43 +0200 | [diff] [blame] | 457 | if (uclass_get_device_by_name(UCLASS_MMC, |
Siva Durga Prasad Paladugu | e91778d | 2019-01-03 15:44:24 +0530 | [diff] [blame] | 458 | "mmc@ff170000", &dev) && |
| 459 | uclass_get_device_by_name(UCLASS_MMC, |
Michal Simek | f183a98 | 2018-04-25 11:20:43 +0200 | [diff] [blame] | 460 | "sdhci@ff170000", &dev)) { |
Venkatesh Yadav Abbarapu | 6555dcc | 2023-09-04 08:50:35 +0530 | [diff] [blame] | 461 | debug("SD1 driver for SD1 device is not present\n"); |
| 462 | break; |
Michal Simek | f183a98 | 2018-04-25 11:20:43 +0200 | [diff] [blame] | 463 | } |
Simon Glass | 75e534b | 2020-12-16 21:20:07 -0700 | [diff] [blame] | 464 | debug("mmc1 device found at %p, seq %d\n", dev, dev_seq(dev)); |
Michal Simek | f183a98 | 2018-04-25 11:20:43 +0200 | [diff] [blame] | 465 | |
| 466 | mode = "mmc"; |
Simon Glass | 75e534b | 2020-12-16 21:20:07 -0700 | [diff] [blame] | 467 | bootseq = dev_seq(dev); |
Michal Simek | 4338035 | 2017-12-01 15:18:24 +0100 | [diff] [blame] | 468 | env_set("modeboot", "sdboot"); |
Michal Simek | 108e184 | 2015-10-05 10:51:12 +0200 | [diff] [blame] | 469 | break; |
| 470 | case NAND_MODE: |
Michal Simek | c5d9523 | 2015-09-20 17:20:42 +0200 | [diff] [blame] | 471 | puts("NAND_MODE\n"); |
Michal Simek | ecfb6dc | 2016-04-22 14:28:54 +0200 | [diff] [blame] | 472 | mode = "nand0"; |
Michal Simek | 4338035 | 2017-12-01 15:18:24 +0100 | [diff] [blame] | 473 | env_set("modeboot", "nandboot"); |
Michal Simek | 108e184 | 2015-10-05 10:51:12 +0200 | [diff] [blame] | 474 | break; |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 475 | default: |
| 476 | printf("Invalid Boot Mode:0x%x\n", bootmode); |
| 477 | break; |
| 478 | } |
| 479 | |
Venkatesh Yadav Abbarapu | 6555dcc | 2023-09-04 08:50:35 +0530 | [diff] [blame] | 480 | if (mode) { |
| 481 | if (bootseq >= 0) { |
| 482 | bootseq_len = snprintf(NULL, 0, "%i", bootseq); |
| 483 | debug("Bootseq len: %x\n", bootseq_len); |
| 484 | env_set_hex("bootseq", bootseq); |
| 485 | } |
Michal Simek | f183a98 | 2018-04-25 11:20:43 +0200 | [diff] [blame] | 486 | |
Venkatesh Yadav Abbarapu | 6555dcc | 2023-09-04 08:50:35 +0530 | [diff] [blame] | 487 | /* |
| 488 | * One terminating char + one byte for space between mode |
| 489 | * and default boot_targets |
| 490 | */ |
| 491 | env_targets = env_get("boot_targets"); |
| 492 | if (env_targets) |
| 493 | env_targets_len = strlen(env_targets); |
Michal Simek | 7410b14 | 2018-04-25 11:10:34 +0200 | [diff] [blame] | 494 | |
Venkatesh Yadav Abbarapu | 6555dcc | 2023-09-04 08:50:35 +0530 | [diff] [blame] | 495 | new_targets = calloc(1, strlen(mode) + env_targets_len + 2 + |
| 496 | bootseq_len); |
| 497 | if (!new_targets) |
| 498 | return -ENOMEM; |
Michal Simek | 7410b14 | 2018-04-25 11:10:34 +0200 | [diff] [blame] | 499 | |
Venkatesh Yadav Abbarapu | 6555dcc | 2023-09-04 08:50:35 +0530 | [diff] [blame] | 500 | if (bootseq >= 0) |
| 501 | sprintf(new_targets, "%s%x %s", mode, bootseq, |
| 502 | env_targets ? env_targets : ""); |
| 503 | else |
| 504 | sprintf(new_targets, "%s %s", mode, |
| 505 | env_targets ? env_targets : ""); |
Michal Simek | ecfb6dc | 2016-04-22 14:28:54 +0200 | [diff] [blame] | 506 | |
Venkatesh Yadav Abbarapu | 6555dcc | 2023-09-04 08:50:35 +0530 | [diff] [blame] | 507 | env_set("boot_targets", new_targets); |
| 508 | free(new_targets); |
| 509 | } |
Michal Simek | ecfb6dc | 2016-04-22 14:28:54 +0200 | [diff] [blame] | 510 | |
Michal Simek | b163476 | 2023-09-05 13:30:07 +0200 | [diff] [blame] | 511 | return 0; |
| 512 | } |
| 513 | |
| 514 | int board_late_init(void) |
| 515 | { |
| 516 | int ret, multiboot; |
| 517 | |
| 518 | #if defined(CONFIG_USB_ETHER) && !defined(CONFIG_USB_GADGET_DOWNLOAD) |
| 519 | usb_ether_init(); |
| 520 | #endif |
| 521 | |
| 522 | if (!(gd->flags & GD_FLG_ENV_DEFAULT)) { |
| 523 | debug("Saved variables - Skipping\n"); |
| 524 | return 0; |
| 525 | } |
| 526 | |
| 527 | if (!IS_ENABLED(CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG)) |
| 528 | return 0; |
| 529 | |
| 530 | ret = set_fdtfile(); |
| 531 | if (ret) |
| 532 | return ret; |
| 533 | |
| 534 | multiboot = multi_boot(); |
| 535 | if (multiboot >= 0) |
| 536 | env_set_hex("multiboot", multiboot); |
| 537 | |
| 538 | if (IS_ENABLED(CONFIG_DISTRO_DEFAULTS)) { |
| 539 | ret = boot_targets_setup(); |
| 540 | if (ret) |
| 541 | return ret; |
| 542 | } |
| 543 | |
Michal Simek | 29b9b71 | 2018-05-17 14:06:06 +0200 | [diff] [blame] | 544 | reset_reason(); |
| 545 | |
Michal Simek | 705d44a | 2020-03-31 12:39:37 +0200 | [diff] [blame] | 546 | return board_late_init_xilinx(); |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 547 | } |
Michal Simek | 342edfe | 2018-12-20 09:33:38 +0100 | [diff] [blame] | 548 | #endif |
Siva Durga Prasad Paladugu | 650e0a3 | 2015-08-04 13:01:05 +0530 | [diff] [blame] | 549 | |
| 550 | int checkboard(void) |
| 551 | { |
Michal Simek | 47ce936 | 2016-01-25 11:04:21 +0100 | [diff] [blame] | 552 | puts("Board: Xilinx ZynqMP\n"); |
Siva Durga Prasad Paladugu | 650e0a3 | 2015-08-04 13:01:05 +0530 | [diff] [blame] | 553 | return 0; |
| 554 | } |
Michal Simek | 8d4a8d4 | 2020-07-30 13:37:49 +0200 | [diff] [blame] | 555 | |
Michal Simek | e0026bf | 2021-05-19 15:16:19 +0200 | [diff] [blame] | 556 | int mmc_get_env_dev(void) |
| 557 | { |
| 558 | struct udevice *dev; |
| 559 | int bootseq = 0; |
| 560 | |
| 561 | switch (zynqmp_get_bootmode()) { |
| 562 | case EMMC_MODE: |
| 563 | case SD_MODE: |
| 564 | if (uclass_get_device_by_name(UCLASS_MMC, |
| 565 | "mmc@ff160000", &dev) && |
| 566 | uclass_get_device_by_name(UCLASS_MMC, |
| 567 | "sdhci@ff160000", &dev)) { |
| 568 | return -1; |
| 569 | } |
| 570 | bootseq = dev_seq(dev); |
| 571 | break; |
| 572 | case SD1_LSHFT_MODE: |
| 573 | case SD_MODE1: |
| 574 | if (uclass_get_device_by_name(UCLASS_MMC, |
| 575 | "mmc@ff170000", &dev) && |
| 576 | uclass_get_device_by_name(UCLASS_MMC, |
| 577 | "sdhci@ff170000", &dev)) { |
| 578 | return -1; |
| 579 | } |
| 580 | bootseq = dev_seq(dev); |
| 581 | break; |
| 582 | default: |
| 583 | break; |
| 584 | } |
| 585 | |
| 586 | debug("bootseq %d\n", bootseq); |
| 587 | |
| 588 | return bootseq; |
| 589 | } |
| 590 | |
Michal Simek | f3a541f | 2024-03-22 12:43:17 +0100 | [diff] [blame] | 591 | #if defined(CONFIG_ENV_IS_NOWHERE) |
Michal Simek | 8d4a8d4 | 2020-07-30 13:37:49 +0200 | [diff] [blame] | 592 | enum env_location env_get_location(enum env_operation op, int prio) |
| 593 | { |
| 594 | u32 bootmode = zynqmp_get_bootmode(); |
| 595 | |
| 596 | if (prio) |
| 597 | return ENVL_UNKNOWN; |
| 598 | |
| 599 | switch (bootmode) { |
| 600 | case EMMC_MODE: |
| 601 | case SD_MODE: |
| 602 | case SD1_LSHFT_MODE: |
| 603 | case SD_MODE1: |
| 604 | if (IS_ENABLED(CONFIG_ENV_IS_IN_FAT)) |
| 605 | return ENVL_FAT; |
| 606 | if (IS_ENABLED(CONFIG_ENV_IS_IN_EXT4)) |
| 607 | return ENVL_EXT4; |
Mike Looijmans | 682cf08 | 2021-07-02 10:28:36 +0200 | [diff] [blame] | 608 | return ENVL_NOWHERE; |
Michal Simek | 8d4a8d4 | 2020-07-30 13:37:49 +0200 | [diff] [blame] | 609 | case NAND_MODE: |
| 610 | if (IS_ENABLED(CONFIG_ENV_IS_IN_NAND)) |
| 611 | return ENVL_NAND; |
| 612 | if (IS_ENABLED(CONFIG_ENV_IS_IN_UBI)) |
| 613 | return ENVL_UBI; |
Mike Looijmans | 682cf08 | 2021-07-02 10:28:36 +0200 | [diff] [blame] | 614 | return ENVL_NOWHERE; |
Michal Simek | 8d4a8d4 | 2020-07-30 13:37:49 +0200 | [diff] [blame] | 615 | case QSPI_MODE_24BIT: |
| 616 | case QSPI_MODE_32BIT: |
| 617 | if (IS_ENABLED(CONFIG_ENV_IS_IN_SPI_FLASH)) |
| 618 | return ENVL_SPI_FLASH; |
Mike Looijmans | 682cf08 | 2021-07-02 10:28:36 +0200 | [diff] [blame] | 619 | return ENVL_NOWHERE; |
Michal Simek | 8d4a8d4 | 2020-07-30 13:37:49 +0200 | [diff] [blame] | 620 | case JTAG_MODE: |
| 621 | default: |
| 622 | return ENVL_NOWHERE; |
| 623 | } |
| 624 | } |
Michal Simek | f3a541f | 2024-03-22 12:43:17 +0100 | [diff] [blame] | 625 | #endif |
Michal Simek | cfb3760 | 2021-07-27 16:19:18 +0200 | [diff] [blame] | 626 | |
| 627 | #if defined(CONFIG_SET_DFU_ALT_INFO) |
| 628 | |
| 629 | #define DFU_ALT_BUF_LEN SZ_1K |
| 630 | |
Michal Simek | 733cd9e | 2024-03-22 13:09:19 +0100 | [diff] [blame] | 631 | static void mtd_found_part(u32 *base, u32 *size) |
| 632 | { |
| 633 | struct mtd_info *part, *mtd; |
| 634 | |
| 635 | mtd_probe_devices(); |
| 636 | |
| 637 | mtd = get_mtd_device_nm("nor0"); |
| 638 | if (!IS_ERR_OR_NULL(mtd)) { |
| 639 | list_for_each_entry(part, &mtd->partitions, node) { |
| 640 | debug("0x%012llx-0x%012llx : \"%s\"\n", |
| 641 | part->offset, part->offset + part->size, |
| 642 | part->name); |
| 643 | |
| 644 | if (*base >= part->offset && |
| 645 | *base < part->offset + part->size) { |
| 646 | debug("Found my partition: %d/%s\n", |
| 647 | part->index, part->name); |
| 648 | *base = part->offset; |
| 649 | *size = part->size; |
| 650 | break; |
| 651 | } |
| 652 | } |
| 653 | } |
| 654 | } |
| 655 | |
Michal Simek | cfb3760 | 2021-07-27 16:19:18 +0200 | [diff] [blame] | 656 | void set_dfu_alt_info(char *interface, char *devstr) |
| 657 | { |
Michal Simek | 9fced42 | 2022-12-02 14:06:15 +0100 | [diff] [blame] | 658 | int multiboot, bootseq = 0, len = 0; |
Michal Simek | cfb3760 | 2021-07-27 16:19:18 +0200 | [diff] [blame] | 659 | |
| 660 | ALLOC_CACHE_ALIGN_BUFFER(char, buf, DFU_ALT_BUF_LEN); |
| 661 | |
Michal Simek | f0d6f46 | 2022-08-09 16:32:52 +0200 | [diff] [blame] | 662 | if (env_get("dfu_alt_info")) |
Michal Simek | cfb3760 | 2021-07-27 16:19:18 +0200 | [diff] [blame] | 663 | return; |
| 664 | |
| 665 | memset(buf, 0, sizeof(buf)); |
| 666 | |
| 667 | multiboot = multi_boot(); |
Michal Simek | 7cb4cca | 2021-10-25 10:10:52 +0200 | [diff] [blame] | 668 | if (multiboot < 0) |
| 669 | multiboot = 0; |
| 670 | |
| 671 | multiboot = env_get_hex("multiboot", multiboot); |
Michal Simek | cfb3760 | 2021-07-27 16:19:18 +0200 | [diff] [blame] | 672 | debug("Multiboot: %d\n", multiboot); |
| 673 | |
| 674 | switch (zynqmp_get_bootmode()) { |
| 675 | case EMMC_MODE: |
| 676 | case SD_MODE: |
| 677 | case SD1_LSHFT_MODE: |
| 678 | case SD_MODE1: |
| 679 | bootseq = mmc_get_env_dev(); |
Michal Simek | 9fced42 | 2022-12-02 14:06:15 +0100 | [diff] [blame] | 680 | |
| 681 | len += snprintf(buf + len, DFU_ALT_BUF_LEN, "mmc %d=boot", |
| 682 | bootseq); |
| 683 | |
| 684 | if (multiboot) |
| 685 | len += snprintf(buf + len, DFU_ALT_BUF_LEN, |
| 686 | "%04d", multiboot); |
| 687 | |
| 688 | len += snprintf(buf + len, DFU_ALT_BUF_LEN, ".bin fat %d 1", |
| 689 | bootseq); |
| 690 | #if defined(CONFIG_SPL_FS_LOAD_PAYLOAD_NAME) |
Michal Simek | 64962b6 | 2024-03-22 13:09:18 +0100 | [diff] [blame] | 691 | if (strlen(CONFIG_SPL_FS_LOAD_PAYLOAD_NAME)) |
| 692 | len += snprintf(buf + len, DFU_ALT_BUF_LEN, |
| 693 | ";%s fat %d 1", |
| 694 | CONFIG_SPL_FS_LOAD_PAYLOAD_NAME, |
| 695 | bootseq); |
Michal Simek | 9fced42 | 2022-12-02 14:06:15 +0100 | [diff] [blame] | 696 | #endif |
Michal Simek | cfb3760 | 2021-07-27 16:19:18 +0200 | [diff] [blame] | 697 | break; |
| 698 | case QSPI_MODE_24BIT: |
| 699 | case QSPI_MODE_32BIT: |
Michal Simek | 733cd9e | 2024-03-22 13:09:19 +0100 | [diff] [blame] | 700 | { |
| 701 | u32 base = multiboot * SZ_32K; |
| 702 | u32 size = 0x1500000; |
| 703 | u32 limit = size; |
| 704 | |
| 705 | mtd_found_part(&base, &limit); |
| 706 | |
| 707 | #if defined(CONFIG_SYS_SPI_U_BOOT_OFFS) |
| 708 | size = limit; |
| 709 | limit = CONFIG_SYS_SPI_U_BOOT_OFFS; |
| 710 | #endif |
| 711 | |
Michal Simek | 64962b6 | 2024-03-22 13:09:18 +0100 | [diff] [blame] | 712 | len += snprintf(buf + len, DFU_ALT_BUF_LEN, |
Michal Simek | 733cd9e | 2024-03-22 13:09:19 +0100 | [diff] [blame] | 713 | "sf 0:0=boot.bin raw 0x%x 0x%x", |
| 714 | base, limit); |
| 715 | #if defined(CONFIG_SPL_FS_LOAD_PAYLOAD_NAME) && defined(CONFIG_SYS_SPI_U_BOOT_OFFS) |
| 716 | if (strlen(CONFIG_SPL_FS_LOAD_PAYLOAD_NAME)) |
| 717 | len += snprintf(buf + len, DFU_ALT_BUF_LEN, |
| 718 | ";%s raw 0x%x 0x%x", |
| 719 | CONFIG_SPL_FS_LOAD_PAYLOAD_NAME, |
| 720 | base + limit, size - limit); |
Stefan Herbrechtsmeier | fb027cd | 2022-06-20 18:36:46 +0200 | [diff] [blame] | 721 | #endif |
Michal Simek | 733cd9e | 2024-03-22 13:09:19 +0100 | [diff] [blame] | 722 | } |
Michal Simek | 9fced42 | 2022-12-02 14:06:15 +0100 | [diff] [blame] | 723 | break; |
Michal Simek | cfb3760 | 2021-07-27 16:19:18 +0200 | [diff] [blame] | 724 | default: |
| 725 | return; |
| 726 | } |
| 727 | |
| 728 | env_set("dfu_alt_info", buf); |
| 729 | puts("DFU alt info setting: done\n"); |
| 730 | } |
| 731 | #endif |
Michal Simek | 55666ce | 2023-11-10 13:34:35 +0100 | [diff] [blame] | 732 | |
| 733 | #if defined(CONFIG_SPL_SPI_LOAD) |
| 734 | unsigned int spl_spi_get_uboot_offs(struct spi_flash *flash) |
| 735 | { |
| 736 | u32 offset; |
| 737 | int multiboot = multi_boot(); |
| 738 | |
| 739 | offset = multiboot * SZ_32K; |
| 740 | offset += CONFIG_SYS_SPI_U_BOOT_OFFS; |
| 741 | |
| 742 | log_info("SPI offset:\t0x%x\n", offset); |
| 743 | |
| 744 | return offset; |
| 745 | } |
| 746 | #endif |