Michal Simek | ec48b6c | 2018-08-22 14:55:27 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
| 2 | /* |
| 3 | * (C) Copyright 2014 - 2018 Xilinx, Inc. |
| 4 | * Michal Simek <michal.simek@xilinx.com> |
| 5 | */ |
| 6 | |
| 7 | #include <common.h> |
Simon Glass | 9a3b4ce | 2019-12-28 10:45:01 -0700 | [diff] [blame] | 8 | #include <cpu_func.h> |
Simon Glass | 0914011 | 2020-05-10 11:40:03 -0600 | [diff] [blame] | 9 | #include <env.h> |
Michal Simek | ec48b6c | 2018-08-22 14:55:27 +0200 | [diff] [blame] | 10 | #include <fdtdec.h> |
Simon Glass | 5255932 | 2019-11-14 12:57:46 -0700 | [diff] [blame] | 11 | #include <init.h> |
Michal Simek | f66d0b5 | 2022-03-17 15:25:31 +0100 | [diff] [blame] | 12 | #include <image.h> |
Ashok Reddy Soma | 4fb83c9 | 2021-02-23 08:07:46 -0700 | [diff] [blame] | 13 | #include <env_internal.h> |
Simon Glass | f7ae49f | 2020-05-10 11:40:05 -0600 | [diff] [blame] | 14 | #include <log.h> |
Michal Simek | ec48b6c | 2018-08-22 14:55:27 +0200 | [diff] [blame] | 15 | #include <malloc.h> |
Simon Glass | 1045315 | 2019-11-14 12:57:30 -0700 | [diff] [blame] | 16 | #include <time.h> |
Simon Glass | 90526e9 | 2020-05-10 11:39:56 -0600 | [diff] [blame] | 17 | #include <asm/cache.h> |
Simon Glass | 401d1c4 | 2020-10-30 21:38:53 -0600 | [diff] [blame] | 18 | #include <asm/global_data.h> |
Michal Simek | ec48b6c | 2018-08-22 14:55:27 +0200 | [diff] [blame] | 19 | #include <asm/io.h> |
| 20 | #include <asm/arch/hardware.h> |
Michal Simek | aef149e | 2019-04-29 09:39:09 -0700 | [diff] [blame] | 21 | #include <asm/arch/sys_proto.h> |
Siva Durga Prasad Paladugu | bfd092f | 2019-01-31 17:28:14 +0530 | [diff] [blame] | 22 | #include <dm/device.h> |
| 23 | #include <dm/uclass.h> |
Siva Durga Prasad Paladugu | 26e054c | 2019-08-05 15:54:59 +0530 | [diff] [blame] | 24 | #include <versalpl.h> |
Michal Simek | 80fdef1 | 2020-03-31 12:39:37 +0200 | [diff] [blame] | 25 | #include "../common/board.h" |
Michal Simek | ec48b6c | 2018-08-22 14:55:27 +0200 | [diff] [blame] | 26 | |
| 27 | DECLARE_GLOBAL_DATA_PTR; |
| 28 | |
Siva Durga Prasad Paladugu | 26e054c | 2019-08-05 15:54:59 +0530 | [diff] [blame] | 29 | #if defined(CONFIG_FPGA_VERSALPL) |
Oleksandr Suvorov | d7fcbfc | 2022-07-22 17:16:04 +0300 | [diff] [blame] | 30 | static xilinx_desc versalpl = { |
| 31 | xilinx_versal, csu_dma, 1, &versal_op, 0, &versal_op, NULL, |
| 32 | FPGA_LEGACY |
| 33 | }; |
Siva Durga Prasad Paladugu | 26e054c | 2019-08-05 15:54:59 +0530 | [diff] [blame] | 34 | #endif |
| 35 | |
Michal Simek | ec48b6c | 2018-08-22 14:55:27 +0200 | [diff] [blame] | 36 | int board_init(void) |
| 37 | { |
| 38 | printf("EL Level:\tEL%d\n", current_el()); |
| 39 | |
Siva Durga Prasad Paladugu | 26e054c | 2019-08-05 15:54:59 +0530 | [diff] [blame] | 40 | #if defined(CONFIG_FPGA_VERSALPL) |
| 41 | fpga_init(); |
| 42 | fpga_add(fpga_xilinx, &versalpl); |
| 43 | #endif |
| 44 | |
Michal Simek | d61728c | 2020-08-03 13:01:45 +0200 | [diff] [blame] | 45 | if (CONFIG_IS_ENABLED(DM_I2C) && CONFIG_IS_ENABLED(I2C_EEPROM)) |
| 46 | xilinx_read_eeprom(); |
| 47 | |
Michal Simek | ec48b6c | 2018-08-22 14:55:27 +0200 | [diff] [blame] | 48 | return 0; |
| 49 | } |
| 50 | |
| 51 | int board_early_init_r(void) |
| 52 | { |
Michal Simek | fb77179 | 2019-01-28 11:08:00 +0100 | [diff] [blame] | 53 | u32 val; |
Michal Simek | ec48b6c | 2018-08-22 14:55:27 +0200 | [diff] [blame] | 54 | |
Michal Simek | fb77179 | 2019-01-28 11:08:00 +0100 | [diff] [blame] | 55 | if (current_el() != 3) |
| 56 | return 0; |
Michal Simek | ec48b6c | 2018-08-22 14:55:27 +0200 | [diff] [blame] | 57 | |
Michal Simek | 47a766f | 2019-01-28 11:12:41 +0100 | [diff] [blame] | 58 | debug("iou_switch ctrl div0 %x\n", |
| 59 | readl(&crlapb_base->iou_switch_ctrl)); |
| 60 | |
Michal Simek | fb77179 | 2019-01-28 11:08:00 +0100 | [diff] [blame] | 61 | writel(IOU_SWITCH_CTRL_CLKACT_BIT | |
Michal Simek | 47a766f | 2019-01-28 11:12:41 +0100 | [diff] [blame] | 62 | (CONFIG_IOU_SWITCH_DIVISOR0 << IOU_SWITCH_CTRL_DIVISOR0_SHIFT), |
Michal Simek | fb77179 | 2019-01-28 11:08:00 +0100 | [diff] [blame] | 63 | &crlapb_base->iou_switch_ctrl); |
Michal Simek | ec48b6c | 2018-08-22 14:55:27 +0200 | [diff] [blame] | 64 | |
Michal Simek | fb77179 | 2019-01-28 11:08:00 +0100 | [diff] [blame] | 65 | /* Global timer init - Program time stamp reference clk */ |
| 66 | val = readl(&crlapb_base->timestamp_ref_ctrl); |
| 67 | val |= CRL_APB_TIMESTAMP_REF_CTRL_CLKACT_BIT; |
| 68 | writel(val, &crlapb_base->timestamp_ref_ctrl); |
Michal Simek | ec48b6c | 2018-08-22 14:55:27 +0200 | [diff] [blame] | 69 | |
Michal Simek | fb77179 | 2019-01-28 11:08:00 +0100 | [diff] [blame] | 70 | debug("ref ctrl 0x%x\n", |
| 71 | readl(&crlapb_base->timestamp_ref_ctrl)); |
Michal Simek | ec48b6c | 2018-08-22 14:55:27 +0200 | [diff] [blame] | 72 | |
Michal Simek | fb77179 | 2019-01-28 11:08:00 +0100 | [diff] [blame] | 73 | /* Clear reset of timestamp reg */ |
| 74 | writel(0, &crlapb_base->rst_timestamp); |
Michal Simek | ec48b6c | 2018-08-22 14:55:27 +0200 | [diff] [blame] | 75 | |
Michal Simek | fb77179 | 2019-01-28 11:08:00 +0100 | [diff] [blame] | 76 | /* |
| 77 | * Program freq register in System counter and |
| 78 | * enable system counter. |
| 79 | */ |
Peng Fan | d8c033a | 2022-04-13 17:47:17 +0800 | [diff] [blame] | 80 | writel(CONFIG_COUNTER_FREQUENCY, |
Michal Simek | fb77179 | 2019-01-28 11:08:00 +0100 | [diff] [blame] | 81 | &iou_scntr_secure->base_frequency_id_register); |
Michal Simek | ec48b6c | 2018-08-22 14:55:27 +0200 | [diff] [blame] | 82 | |
Michal Simek | fb77179 | 2019-01-28 11:08:00 +0100 | [diff] [blame] | 83 | debug("counter val 0x%x\n", |
| 84 | readl(&iou_scntr_secure->base_frequency_id_register)); |
Michal Simek | ec48b6c | 2018-08-22 14:55:27 +0200 | [diff] [blame] | 85 | |
Michal Simek | fb77179 | 2019-01-28 11:08:00 +0100 | [diff] [blame] | 86 | writel(IOU_SCNTRS_CONTROL_EN, |
| 87 | &iou_scntr_secure->counter_control_register); |
| 88 | |
| 89 | debug("scntrs control 0x%x\n", |
| 90 | readl(&iou_scntr_secure->counter_control_register)); |
| 91 | debug("timer 0x%llx\n", get_ticks()); |
| 92 | debug("timer 0x%llx\n", get_ticks()); |
Michal Simek | ec48b6c | 2018-08-22 14:55:27 +0200 | [diff] [blame] | 93 | |
| 94 | return 0; |
| 95 | } |
| 96 | |
Ashok Reddy Soma | 2eeceb4 | 2022-05-05 23:53:45 -0600 | [diff] [blame] | 97 | unsigned long do_go_exec(ulong (*entry)(int, char * const []), int argc, |
| 98 | char *const argv[]) |
| 99 | { |
| 100 | int ret = 0; |
| 101 | |
| 102 | if (current_el() > 1) { |
| 103 | smp_kick_all_cpus(); |
| 104 | dcache_disable(); |
| 105 | armv8_switch_to_el1(0x0, 0, 0, 0, (unsigned long)entry, |
| 106 | ES_TO_AARCH64); |
| 107 | } else { |
| 108 | printf("FAIL: current EL is not above EL1\n"); |
| 109 | ret = EINVAL; |
| 110 | } |
| 111 | return ret; |
| 112 | } |
| 113 | |
Michal Simek | 51f6c52 | 2020-04-08 11:04:41 +0200 | [diff] [blame] | 114 | static u8 versal_get_bootmode(void) |
| 115 | { |
| 116 | u8 bootmode; |
| 117 | u32 reg = 0; |
| 118 | |
| 119 | reg = readl(&crp_base->boot_mode_usr); |
| 120 | |
| 121 | if (reg >> BOOT_MODE_ALT_SHIFT) |
| 122 | reg >>= BOOT_MODE_ALT_SHIFT; |
| 123 | |
| 124 | bootmode = reg & BOOT_MODES_MASK; |
| 125 | |
| 126 | return bootmode; |
| 127 | } |
| 128 | |
Siva Durga Prasad Paladugu | bfd092f | 2019-01-31 17:28:14 +0530 | [diff] [blame] | 129 | int board_late_init(void) |
| 130 | { |
Siva Durga Prasad Paladugu | bfd092f | 2019-01-31 17:28:14 +0530 | [diff] [blame] | 131 | u8 bootmode; |
| 132 | struct udevice *dev; |
| 133 | int bootseq = -1; |
| 134 | int bootseq_len = 0; |
| 135 | int env_targets_len = 0; |
| 136 | const char *mode; |
| 137 | char *new_targets; |
| 138 | char *env_targets; |
| 139 | |
| 140 | if (!(gd->flags & GD_FLG_ENV_DEFAULT)) { |
| 141 | debug("Saved variables - Skipping\n"); |
| 142 | return 0; |
| 143 | } |
| 144 | |
Michal Simek | 62b9626 | 2020-07-28 12:45:47 +0200 | [diff] [blame] | 145 | if (!CONFIG_IS_ENABLED(ENV_VARS_UBOOT_RUNTIME_CONFIG)) |
| 146 | return 0; |
| 147 | |
Michal Simek | 51f6c52 | 2020-04-08 11:04:41 +0200 | [diff] [blame] | 148 | bootmode = versal_get_bootmode(); |
Siva Durga Prasad Paladugu | bfd092f | 2019-01-31 17:28:14 +0530 | [diff] [blame] | 149 | |
| 150 | puts("Bootmode: "); |
| 151 | switch (bootmode) { |
T Karthik Reddy | f0c16cd | 2019-07-11 16:07:57 +0530 | [diff] [blame] | 152 | case USB_MODE: |
| 153 | puts("USB_MODE\n"); |
T Karthik Reddy | 82cb49d | 2021-03-30 23:24:57 -0600 | [diff] [blame] | 154 | mode = "usb_dfu0 usb_dfu1"; |
T Karthik Reddy | f0c16cd | 2019-07-11 16:07:57 +0530 | [diff] [blame] | 155 | break; |
Siva Durga Prasad Paladugu | bfd092f | 2019-01-31 17:28:14 +0530 | [diff] [blame] | 156 | case JTAG_MODE: |
| 157 | puts("JTAG_MODE\n"); |
Siva Durga Prasad Paladugu | 3d865ac | 2019-06-25 17:13:14 +0530 | [diff] [blame] | 158 | mode = "jtag pxe dhcp"; |
Siva Durga Prasad Paladugu | bfd092f | 2019-01-31 17:28:14 +0530 | [diff] [blame] | 159 | break; |
| 160 | case QSPI_MODE_24BIT: |
| 161 | puts("QSPI_MODE_24\n"); |
| 162 | mode = "xspi0"; |
| 163 | break; |
| 164 | case QSPI_MODE_32BIT: |
| 165 | puts("QSPI_MODE_32\n"); |
| 166 | mode = "xspi0"; |
| 167 | break; |
| 168 | case OSPI_MODE: |
| 169 | puts("OSPI_MODE\n"); |
| 170 | mode = "xspi0"; |
| 171 | break; |
| 172 | case EMMC_MODE: |
| 173 | puts("EMMC_MODE\n"); |
T Karthik Reddy | 7c5b7bb | 2019-12-16 04:44:26 -0700 | [diff] [blame] | 174 | if (uclass_get_device_by_name(UCLASS_MMC, |
T Karthik Reddy | 5f4e1ff | 2021-11-18 12:57:20 +0100 | [diff] [blame] | 175 | "mmc@f1050000", &dev) && |
| 176 | uclass_get_device_by_name(UCLASS_MMC, |
T Karthik Reddy | 7c5b7bb | 2019-12-16 04:44:26 -0700 | [diff] [blame] | 177 | "sdhci@f1050000", &dev)) { |
| 178 | puts("Boot from EMMC but without SD1 enabled!\n"); |
| 179 | return -1; |
| 180 | } |
Simon Glass | 8b85dfc | 2020-12-16 21:20:07 -0700 | [diff] [blame] | 181 | debug("mmc1 device found at %p, seq %d\n", dev, dev_seq(dev)); |
T Karthik Reddy | 7c5b7bb | 2019-12-16 04:44:26 -0700 | [diff] [blame] | 182 | mode = "mmc"; |
Simon Glass | 8b85dfc | 2020-12-16 21:20:07 -0700 | [diff] [blame] | 183 | bootseq = dev_seq(dev); |
Siva Durga Prasad Paladugu | bfd092f | 2019-01-31 17:28:14 +0530 | [diff] [blame] | 184 | break; |
| 185 | case SD_MODE: |
| 186 | puts("SD_MODE\n"); |
| 187 | if (uclass_get_device_by_name(UCLASS_MMC, |
T Karthik Reddy | 5f4e1ff | 2021-11-18 12:57:20 +0100 | [diff] [blame] | 188 | "mmc@f1040000", &dev) && |
| 189 | uclass_get_device_by_name(UCLASS_MMC, |
Siva Durga Prasad Paladugu | bfd092f | 2019-01-31 17:28:14 +0530 | [diff] [blame] | 190 | "sdhci@f1040000", &dev)) { |
| 191 | puts("Boot from SD0 but without SD0 enabled!\n"); |
| 192 | return -1; |
| 193 | } |
Simon Glass | 8b85dfc | 2020-12-16 21:20:07 -0700 | [diff] [blame] | 194 | debug("mmc0 device found at %p, seq %d\n", dev, dev_seq(dev)); |
Siva Durga Prasad Paladugu | bfd092f | 2019-01-31 17:28:14 +0530 | [diff] [blame] | 195 | |
| 196 | mode = "mmc"; |
Simon Glass | 8b85dfc | 2020-12-16 21:20:07 -0700 | [diff] [blame] | 197 | bootseq = dev_seq(dev); |
Siva Durga Prasad Paladugu | bfd092f | 2019-01-31 17:28:14 +0530 | [diff] [blame] | 198 | break; |
| 199 | case SD1_LSHFT_MODE: |
| 200 | puts("LVL_SHFT_"); |
| 201 | /* fall through */ |
| 202 | case SD_MODE1: |
| 203 | puts("SD_MODE1\n"); |
| 204 | if (uclass_get_device_by_name(UCLASS_MMC, |
T Karthik Reddy | 5f4e1ff | 2021-11-18 12:57:20 +0100 | [diff] [blame] | 205 | "mmc@f1050000", &dev) && |
| 206 | uclass_get_device_by_name(UCLASS_MMC, |
Siva Durga Prasad Paladugu | bfd092f | 2019-01-31 17:28:14 +0530 | [diff] [blame] | 207 | "sdhci@f1050000", &dev)) { |
| 208 | puts("Boot from SD1 but without SD1 enabled!\n"); |
| 209 | return -1; |
| 210 | } |
Simon Glass | 8b85dfc | 2020-12-16 21:20:07 -0700 | [diff] [blame] | 211 | debug("mmc1 device found at %p, seq %d\n", dev, dev_seq(dev)); |
Siva Durga Prasad Paladugu | bfd092f | 2019-01-31 17:28:14 +0530 | [diff] [blame] | 212 | |
| 213 | mode = "mmc"; |
Simon Glass | 8b85dfc | 2020-12-16 21:20:07 -0700 | [diff] [blame] | 214 | bootseq = dev_seq(dev); |
Siva Durga Prasad Paladugu | bfd092f | 2019-01-31 17:28:14 +0530 | [diff] [blame] | 215 | break; |
| 216 | default: |
| 217 | mode = ""; |
| 218 | printf("Invalid Boot Mode:0x%x\n", bootmode); |
| 219 | break; |
| 220 | } |
| 221 | |
| 222 | if (bootseq >= 0) { |
| 223 | bootseq_len = snprintf(NULL, 0, "%i", bootseq); |
| 224 | debug("Bootseq len: %x\n", bootseq_len); |
| 225 | } |
| 226 | |
| 227 | /* |
| 228 | * One terminating char + one byte for space between mode |
| 229 | * and default boot_targets |
| 230 | */ |
| 231 | env_targets = env_get("boot_targets"); |
| 232 | if (env_targets) |
| 233 | env_targets_len = strlen(env_targets); |
| 234 | |
| 235 | new_targets = calloc(1, strlen(mode) + env_targets_len + 2 + |
| 236 | bootseq_len); |
| 237 | if (!new_targets) |
| 238 | return -ENOMEM; |
| 239 | |
| 240 | if (bootseq >= 0) |
| 241 | sprintf(new_targets, "%s%x %s", mode, bootseq, |
| 242 | env_targets ? env_targets : ""); |
| 243 | else |
| 244 | sprintf(new_targets, "%s %s", mode, |
| 245 | env_targets ? env_targets : ""); |
| 246 | |
| 247 | env_set("boot_targets", new_targets); |
| 248 | |
Michal Simek | 80fdef1 | 2020-03-31 12:39:37 +0200 | [diff] [blame] | 249 | return board_late_init_xilinx(); |
Siva Durga Prasad Paladugu | bfd092f | 2019-01-31 17:28:14 +0530 | [diff] [blame] | 250 | } |
| 251 | |
Michal Simek | ec48b6c | 2018-08-22 14:55:27 +0200 | [diff] [blame] | 252 | int dram_init_banksize(void) |
| 253 | { |
Michal Simek | aef149e | 2019-04-29 09:39:09 -0700 | [diff] [blame] | 254 | int ret; |
| 255 | |
| 256 | ret = fdtdec_setup_memory_banksize(); |
| 257 | if (ret) |
| 258 | return ret; |
| 259 | |
| 260 | mem_map_fill(); |
Michal Simek | ec48b6c | 2018-08-22 14:55:27 +0200 | [diff] [blame] | 261 | |
| 262 | return 0; |
| 263 | } |
| 264 | |
| 265 | int dram_init(void) |
| 266 | { |
Michal Simek | 22b6bb6 | 2020-07-10 12:42:09 +0200 | [diff] [blame] | 267 | if (fdtdec_setup_mem_size_base_lowest() != 0) |
Michal Simek | ec48b6c | 2018-08-22 14:55:27 +0200 | [diff] [blame] | 268 | return -EINVAL; |
| 269 | |
| 270 | return 0; |
| 271 | } |
| 272 | |
Michal Simek | f66d0b5 | 2022-03-17 15:25:31 +0100 | [diff] [blame] | 273 | ulong board_get_usable_ram_top(ulong total_size) |
| 274 | { |
| 275 | phys_size_t size; |
| 276 | phys_addr_t reg; |
| 277 | struct lmb lmb; |
| 278 | |
Michal Simek | 9c563e9 | 2022-04-29 11:52:27 +0200 | [diff] [blame] | 279 | if (!total_size) |
| 280 | return gd->ram_top; |
| 281 | |
Michal Simek | f66d0b5 | 2022-03-17 15:25:31 +0100 | [diff] [blame] | 282 | /* found enough not-reserved memory to relocated U-Boot */ |
| 283 | lmb_init(&lmb); |
| 284 | lmb_add(&lmb, gd->ram_base, gd->ram_size); |
| 285 | boot_fdt_add_mem_rsv_regions(&lmb, (void *)gd->fdt_blob); |
| 286 | size = ALIGN(CONFIG_SYS_MALLOC_LEN + total_size, MMU_SECTION_SIZE); |
| 287 | reg = lmb_alloc(&lmb, size, MMU_SECTION_SIZE); |
| 288 | |
| 289 | if (!reg) |
| 290 | reg = gd->ram_top - size; |
| 291 | |
| 292 | return reg + size; |
| 293 | } |
| 294 | |
Harald Seiler | 35b65dd | 2020-12-15 16:47:52 +0100 | [diff] [blame] | 295 | void reset_cpu(void) |
Michal Simek | ec48b6c | 2018-08-22 14:55:27 +0200 | [diff] [blame] | 296 | { |
| 297 | } |
Ashok Reddy Soma | 4fb83c9 | 2021-02-23 08:07:46 -0700 | [diff] [blame] | 298 | |
| 299 | enum env_location env_get_location(enum env_operation op, int prio) |
| 300 | { |
| 301 | u32 bootmode = versal_get_bootmode(); |
| 302 | |
| 303 | if (prio) |
| 304 | return ENVL_UNKNOWN; |
| 305 | |
| 306 | switch (bootmode) { |
| 307 | case EMMC_MODE: |
| 308 | case SD_MODE: |
| 309 | case SD1_LSHFT_MODE: |
| 310 | case SD_MODE1: |
| 311 | if (IS_ENABLED(CONFIG_ENV_IS_IN_FAT)) |
| 312 | return ENVL_FAT; |
| 313 | if (IS_ENABLED(CONFIG_ENV_IS_IN_EXT4)) |
| 314 | return ENVL_EXT4; |
T Karthik Reddy | bf97c46 | 2021-11-24 12:16:55 +0100 | [diff] [blame] | 315 | return ENVL_NOWHERE; |
Ashok Reddy Soma | 4fb83c9 | 2021-02-23 08:07:46 -0700 | [diff] [blame] | 316 | case OSPI_MODE: |
| 317 | case QSPI_MODE_24BIT: |
| 318 | case QSPI_MODE_32BIT: |
| 319 | if (IS_ENABLED(CONFIG_ENV_IS_IN_SPI_FLASH)) |
| 320 | return ENVL_SPI_FLASH; |
T Karthik Reddy | bf97c46 | 2021-11-24 12:16:55 +0100 | [diff] [blame] | 321 | return ENVL_NOWHERE; |
Ashok Reddy Soma | 4fb83c9 | 2021-02-23 08:07:46 -0700 | [diff] [blame] | 322 | case JTAG_MODE: |
| 323 | default: |
| 324 | return ENVL_NOWHERE; |
| 325 | } |
| 326 | } |