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 | * Configuration for Xilinx ZynqMP |
| 4 | * (C) Copyright 2014 - 2015 Xilinx, Inc. |
| 5 | * Michal Simek <michal.simek@xilinx.com> |
| 6 | * |
| 7 | * Based on Configuration for Versatile Express |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 8 | */ |
| 9 | |
| 10 | #ifndef __XILINX_ZYNQMP_H |
| 11 | #define __XILINX_ZYNQMP_H |
| 12 | |
| 13 | #define CONFIG_REMAKE_ELF |
| 14 | |
| 15 | /* #define CONFIG_ARMV8_SWITCH_TO_EL1 */ |
| 16 | |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 17 | /* Generic Interrupt Controller Definitions */ |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 18 | #define GICD_BASE 0xF9010000 |
| 19 | #define GICC_BASE 0xF9020000 |
| 20 | |
Soren Brinkmann | e911cd0 | 2016-07-27 14:12:03 -0700 | [diff] [blame] | 21 | #define CONFIG_SYS_INIT_SP_ADDR CONFIG_SYS_TEXT_BASE |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 22 | |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 23 | /* Generic Timer Definitions - setup in EL3. Setup by ATF for other cases */ |
Michal Simek | d48a170 | 2015-11-05 08:32:14 +0100 | [diff] [blame] | 24 | #if !defined(COUNTER_FREQUENCY) |
| 25 | # define COUNTER_FREQUENCY 100000000 |
| 26 | #endif |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 27 | |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 28 | /* Serial setup */ |
Michal Simek | d5c13f7 | 2016-02-23 10:02:29 +0100 | [diff] [blame] | 29 | #define CONFIG_CPU_ARMV8 |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 30 | |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 31 | #define CONFIG_SYS_BAUDRATE_TABLE \ |
| 32 | { 4800, 9600, 19200, 38400, 57600, 115200 } |
| 33 | |
Michal Simek | c68918e | 2015-07-23 12:03:55 +0200 | [diff] [blame] | 34 | /* BOOTP options */ |
| 35 | #define CONFIG_BOOTP_BOOTFILESIZE |
Michal Simek | c68918e | 2015-07-23 12:03:55 +0200 | [diff] [blame] | 36 | #define CONFIG_BOOTP_MAY_FAIL |
Michal Simek | 0061556 | 2016-04-22 14:28:17 +0200 | [diff] [blame] | 37 | |
Siva Durga Prasad Paladugu | 937ad76 | 2015-11-17 14:30:09 +0530 | [diff] [blame] | 38 | #ifdef CONFIG_NAND_ARASAN |
Siva Durga Prasad Paladugu | 937ad76 | 2015-11-17 14:30:09 +0530 | [diff] [blame] | 39 | # define CONFIG_SYS_MAX_NAND_DEVICE 1 |
Siva Durga Prasad Paladugu | 937ad76 | 2015-11-17 14:30:09 +0530 | [diff] [blame] | 40 | # define CONFIG_SYS_NAND_ONFI_DETECTION |
Siva Durga Prasad Paladugu | 937ad76 | 2015-11-17 14:30:09 +0530 | [diff] [blame] | 41 | #endif |
| 42 | |
Michal Simek | 1a1ab5a | 2018-01-15 12:52:59 +0100 | [diff] [blame] | 43 | #if defined(CONFIG_SPL_BUILD) |
| 44 | #define CONFIG_ZYNQMP_PSU_INIT_ENABLED |
| 45 | #endif |
| 46 | |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 47 | /* Miscellaneous configurable options */ |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 48 | |
Siva Durga Prasad Paladugu | ba1f68e | 2015-08-04 13:03:26 +0530 | [diff] [blame] | 49 | #if defined(CONFIG_ZYNQMP_USB) |
Siva Durga Prasad Paladugu | ba1f68e | 2015-08-04 13:03:26 +0530 | [diff] [blame] | 50 | #define DFU_DEFAULT_POLL_TIMEOUT 300 |
Siva Durga Prasad Paladugu | ba1f68e | 2015-08-04 13:03:26 +0530 | [diff] [blame] | 51 | #define CONFIG_THOR_RESET_OFF |
Siva Durga Prasad Paladugu | 82e7fb2 | 2016-05-12 10:54:41 +0530 | [diff] [blame] | 52 | |
| 53 | #ifndef CONFIG_SPL_BUILD |
Siva Durga Prasad Paladugu | 82e7fb2 | 2016-05-12 10:54:41 +0530 | [diff] [blame] | 54 | # define PARTS_DEFAULT \ |
| 55 | "partitions=uuid_disk=${uuid_gpt_disk};" \ |
| 56 | "name=""boot"",size=16M,uuid=${uuid_gpt_boot};" \ |
| 57 | "name=""Linux"",size=-M,uuid=${uuid_gpt_Linux}\0" |
| 58 | #endif |
Siva Durga Prasad Paladugu | ba1f68e | 2015-08-04 13:03:26 +0530 | [diff] [blame] | 59 | #endif |
| 60 | |
Siva Durga Prasad Paladugu | 82e7fb2 | 2016-05-12 10:54:41 +0530 | [diff] [blame] | 61 | #if !defined(PARTS_DEFAULT) |
| 62 | # define PARTS_DEFAULT |
| 63 | #endif |
| 64 | |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 65 | /* Monitor Command Prompt */ |
| 66 | /* Console I/O Buffer Size */ |
| 67 | #define CONFIG_SYS_CBSIZE 2048 |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 68 | #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 69 | #define CONFIG_SYS_MAXARGS 64 |
| 70 | |
Michal Simek | c68918e | 2015-07-23 12:03:55 +0200 | [diff] [blame] | 71 | /* Ethernet driver */ |
Michal Simek | 3d7285f | 2015-11-30 14:34:52 +0100 | [diff] [blame] | 72 | #if defined(CONFIG_ZYNQ_GEM) |
Michal Simek | c68918e | 2015-07-23 12:03:55 +0200 | [diff] [blame] | 73 | # define CONFIG_SYS_FAULT_ECHO_LINK_DOWN |
Siva Durga Prasad Paladugu | 7355104 | 2016-01-05 15:21:46 +0530 | [diff] [blame] | 74 | # define PHY_ANEG_TIMEOUT 20000 |
Michal Simek | c68918e | 2015-07-23 12:03:55 +0200 | [diff] [blame] | 75 | #endif |
| 76 | |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 77 | #define CONFIG_SYS_BOOTM_LEN (60 * 1024 * 1024) |
| 78 | |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 79 | #define CONFIG_CLOCKS |
| 80 | |
Michal Simek | ecfb6dc | 2016-04-22 14:28:54 +0200 | [diff] [blame] | 81 | #define ENV_MEM_LAYOUT_SETTINGS \ |
Michal Simek | ecfb6dc | 2016-04-22 14:28:54 +0200 | [diff] [blame] | 82 | "fdt_addr_r=0x40000000\0" \ |
Michal Simek | 23bbbbf | 2020-07-15 15:43:52 +0200 | [diff] [blame] | 83 | "fdt_size_r=0x400000\0" \ |
Michal Simek | ecfb6dc | 2016-04-22 14:28:54 +0200 | [diff] [blame] | 84 | "pxefile_addr_r=0x10000000\0" \ |
| 85 | "kernel_addr_r=0x18000000\0" \ |
Michal Simek | 23bbbbf | 2020-07-15 15:43:52 +0200 | [diff] [blame] | 86 | "kernel_size_r=0x10000000\0" \ |
Raju Kumar Pothuraju | a51ca69 | 2021-07-12 20:19:04 +0530 | [diff] [blame] | 87 | "kernel_comp_addr_r=0x30000000\0" \ |
| 88 | "kernel_comp_size=0x3C00000\0" \ |
Siva Durga Prasad Paladugu | 94643bf | 2019-06-25 17:41:08 +0530 | [diff] [blame] | 89 | "scriptaddr=0x20000000\0" \ |
Michal Simek | ecfb6dc | 2016-04-22 14:28:54 +0200 | [diff] [blame] | 90 | "ramdisk_addr_r=0x02100000\0" \ |
Siva Durga Prasad Paladugu | b541a3e | 2019-01-24 11:32:04 +0530 | [diff] [blame] | 91 | "script_size_f=0x80000\0" \ |
Michal Simek | ecfb6dc | 2016-04-22 14:28:54 +0200 | [diff] [blame] | 92 | |
Masahiro Yamada | 168c57d | 2017-01-30 19:46:51 +0900 | [diff] [blame] | 93 | #if defined(CONFIG_MMC_SDHCI_ZYNQ) |
Michal Simek | ecfb6dc | 2016-04-22 14:28:54 +0200 | [diff] [blame] | 94 | # define BOOT_TARGET_DEVICES_MMC(func) func(MMC, mmc, 0) func(MMC, mmc, 1) |
| 95 | #else |
| 96 | # define BOOT_TARGET_DEVICES_MMC(func) |
| 97 | #endif |
| 98 | |
| 99 | #if defined(CONFIG_SATA_CEVA) |
| 100 | # define BOOT_TARGET_DEVICES_SCSI(func) func(SCSI, scsi, 0) |
| 101 | #else |
| 102 | # define BOOT_TARGET_DEVICES_SCSI(func) |
| 103 | #endif |
| 104 | |
| 105 | #if defined(CONFIG_ZYNQMP_USB) |
| 106 | # define BOOT_TARGET_DEVICES_USB(func) func(USB, usb, 0) func(USB, usb, 1) |
| 107 | #else |
| 108 | # define BOOT_TARGET_DEVICES_USB(func) |
| 109 | #endif |
| 110 | |
Joe Hershberger | 8e8594f | 2018-04-13 15:26:40 -0500 | [diff] [blame] | 111 | #if defined(CONFIG_CMD_PXE) && defined(CONFIG_CMD_DHCP) |
Michal Simek | 5d23227 | 2018-03-28 15:20:48 +0200 | [diff] [blame] | 112 | # define BOOT_TARGET_DEVICES_PXE(func) func(PXE, pxe, na) |
| 113 | #else |
| 114 | # define BOOT_TARGET_DEVICES_PXE(func) |
| 115 | #endif |
| 116 | |
| 117 | #if defined(CONFIG_CMD_DHCP) |
| 118 | # define BOOT_TARGET_DEVICES_DHCP(func) func(DHCP, dhcp, na) |
| 119 | #else |
| 120 | # define BOOT_TARGET_DEVICES_DHCP(func) |
| 121 | #endif |
| 122 | |
Siva Durga Prasad Paladugu | b541a3e | 2019-01-24 11:32:04 +0530 | [diff] [blame] | 123 | #if defined(CONFIG_ZYNQMP_GQSPI) |
| 124 | # define BOOT_TARGET_DEVICES_QSPI(func) func(QSPI, qspi, 0) |
| 125 | #else |
| 126 | # define BOOT_TARGET_DEVICES_QSPI(func) |
| 127 | #endif |
| 128 | |
| 129 | #if defined(CONFIG_NAND_ARASAN) |
| 130 | # define BOOT_TARGET_DEVICES_NAND(func) func(NAND, nand, 0) |
| 131 | #else |
| 132 | # define BOOT_TARGET_DEVICES_NAND(func) |
| 133 | #endif |
| 134 | |
| 135 | #define BOOTENV_DEV_QSPI(devtypeu, devtypel, instance) \ |
| 136 | "bootcmd_" #devtypel #instance "=sf probe " #instance " 0 0 && " \ |
| 137 | "sf read $scriptaddr $script_offset_f $script_size_f && " \ |
Michal Simek | f964751 | 2020-04-20 09:17:53 +0200 | [diff] [blame] | 138 | "echo QSPI: Trying to boot script at ${scriptaddr} && " \ |
| 139 | "source ${scriptaddr}; echo QSPI: SCRIPT FAILED: continuing...;\0" |
Siva Durga Prasad Paladugu | b541a3e | 2019-01-24 11:32:04 +0530 | [diff] [blame] | 140 | |
| 141 | #define BOOTENV_DEV_NAME_QSPI(devtypeu, devtypel, instance) \ |
| 142 | #devtypel #instance " " |
| 143 | |
| 144 | #define BOOTENV_DEV_NAND(devtypeu, devtypel, instance) \ |
| 145 | "bootcmd_" #devtypel #instance "= nand info && " \ |
| 146 | "nand read $scriptaddr $script_offset_f $script_size_f && " \ |
Michal Simek | f964751 | 2020-04-20 09:17:53 +0200 | [diff] [blame] | 147 | "echo NAND: Trying to boot script at ${scriptaddr} && " \ |
| 148 | "source ${scriptaddr}; echo NAND: SCRIPT FAILED: continuing...;\0" |
Siva Durga Prasad Paladugu | b541a3e | 2019-01-24 11:32:04 +0530 | [diff] [blame] | 149 | |
| 150 | #define BOOTENV_DEV_NAME_NAND(devtypeu, devtypel, instance) \ |
| 151 | #devtypel #instance " " |
| 152 | |
Siva Durga Prasad Paladugu | 9c44170 | 2019-06-25 17:41:09 +0530 | [diff] [blame] | 153 | #define BOOT_TARGET_DEVICES_JTAG(func) func(JTAG, jtag, na) |
| 154 | |
| 155 | #define BOOTENV_DEV_JTAG(devtypeu, devtypel, instance) \ |
Michal Simek | f964751 | 2020-04-20 09:17:53 +0200 | [diff] [blame] | 156 | "bootcmd_jtag=echo JTAG: Trying to boot script at ${scriptaddr} && " \ |
| 157 | "source ${scriptaddr}; echo JTAG: SCRIPT FAILED: continuing...;\0" |
Siva Durga Prasad Paladugu | 9c44170 | 2019-06-25 17:41:09 +0530 | [diff] [blame] | 158 | |
| 159 | #define BOOTENV_DEV_NAME_JTAG(devtypeu, devtypel, instance) \ |
| 160 | "jtag " |
| 161 | |
T Karthik Reddy | 9eee8e3 | 2021-03-24 23:37:57 -0600 | [diff] [blame] | 162 | #define BOOT_TARGET_DEVICES_USB_DFU(func) \ |
| 163 | func(USB_DFU, usb_dfu, 0) func(USB_DFU, usb_dfu, 1) |
| 164 | |
| 165 | #define BOOTENV_DEV_USB_DFU(devtypeu, devtypel, instance) \ |
| 166 | "bootcmd_" #devtypel #instance "=setenv dfu_alt_info boot.scr ram " \ |
| 167 | "$scriptaddr $script_size_f && " \ |
| 168 | "dfu " #instance " ram " #instance " 60 && " \ |
| 169 | "echo DFU" #instance ": Trying to boot script at ${scriptaddr} && " \ |
| 170 | "source ${scriptaddr}; " \ |
| 171 | "echo DFU" #instance ": SCRIPT FAILED: continuing...;\0" |
| 172 | |
| 173 | #define BOOTENV_DEV_NAME_USB_DFU(devtypeu, devtypel, instance) \ |
| 174 | "" |
| 175 | |
| 176 | #define BOOT_TARGET_DEVICES_USB_THOR(func) \ |
| 177 | func(USB_THOR, usb_thor, 0) func(USB_THOR, usb_thor, 1) |
| 178 | |
| 179 | #define BOOTENV_DEV_USB_THOR(devtypeu, devtypel, instance) \ |
| 180 | "bootcmd_" #devtypel #instance "=setenv dfu_alt_info boot.scr ram " \ |
| 181 | "$scriptaddr $script_size_f && " \ |
| 182 | "thordown " #instance " ram " #instance " && " \ |
| 183 | "echo THOR" #instance ": Trying to boot script at ${scriptaddr} && " \ |
| 184 | "source ${scriptaddr}; " \ |
| 185 | "echo THOR" #instance ": SCRIPT FAILED: continuing...;\0" |
| 186 | |
| 187 | #define BOOTENV_DEV_NAME_USB_THOR(devtypeu, devtypel, instance) \ |
| 188 | "" |
| 189 | |
Michal Simek | ecfb6dc | 2016-04-22 14:28:54 +0200 | [diff] [blame] | 190 | #define BOOT_TARGET_DEVICES(func) \ |
Siva Durga Prasad Paladugu | 9c44170 | 2019-06-25 17:41:09 +0530 | [diff] [blame] | 191 | BOOT_TARGET_DEVICES_JTAG(func) \ |
Michal Simek | ecfb6dc | 2016-04-22 14:28:54 +0200 | [diff] [blame] | 192 | BOOT_TARGET_DEVICES_MMC(func) \ |
Siva Durga Prasad Paladugu | b541a3e | 2019-01-24 11:32:04 +0530 | [diff] [blame] | 193 | BOOT_TARGET_DEVICES_QSPI(func) \ |
| 194 | BOOT_TARGET_DEVICES_NAND(func) \ |
T Karthik Reddy | 9eee8e3 | 2021-03-24 23:37:57 -0600 | [diff] [blame] | 195 | BOOT_TARGET_DEVICES_USB_DFU(func) \ |
| 196 | BOOT_TARGET_DEVICES_USB_THOR(func) \ |
Michal Simek | ecfb6dc | 2016-04-22 14:28:54 +0200 | [diff] [blame] | 197 | BOOT_TARGET_DEVICES_USB(func) \ |
| 198 | BOOT_TARGET_DEVICES_SCSI(func) \ |
Michal Simek | 5d23227 | 2018-03-28 15:20:48 +0200 | [diff] [blame] | 199 | BOOT_TARGET_DEVICES_PXE(func) \ |
| 200 | BOOT_TARGET_DEVICES_DHCP(func) |
Michal Simek | ecfb6dc | 2016-04-22 14:28:54 +0200 | [diff] [blame] | 201 | |
| 202 | #include <config_distro_bootcmd.h> |
| 203 | |
| 204 | /* Initial environment variables */ |
| 205 | #ifndef CONFIG_EXTRA_ENV_SETTINGS |
| 206 | #define CONFIG_EXTRA_ENV_SETTINGS \ |
| 207 | ENV_MEM_LAYOUT_SETTINGS \ |
Michal Simek | fc3c708 | 2021-03-25 09:55:30 +0100 | [diff] [blame] | 208 | BOOTENV |
Michal Simek | ecfb6dc | 2016-04-22 14:28:54 +0200 | [diff] [blame] | 209 | #endif |
| 210 | |
Michal Simek | 12398ea | 2016-08-19 14:14:52 +0200 | [diff] [blame] | 211 | /* SPL can't handle all huge variables - define just DFU */ |
Andrew F. Davis | 6d932e6 | 2019-01-17 13:43:02 -0600 | [diff] [blame] | 212 | #if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_DFU) |
Michal Simek | 12398ea | 2016-08-19 14:14:52 +0200 | [diff] [blame] | 213 | #undef CONFIG_EXTRA_ENV_SETTINGS |
| 214 | # define CONFIG_EXTRA_ENV_SETTINGS \ |
| 215 | "dfu_alt_info_ram=uboot.bin ram 0x8000000 0x1000000;" \ |
| 216 | "atf-uboot.ub ram 0x10000000 0x1000000;" \ |
| 217 | "Image ram 0x80000 0x3f80000;" \ |
| 218 | "system.dtb ram 0x4000000 0x100000\0" \ |
| 219 | "dfu_bufsiz=0x1000\0" |
| 220 | #endif |
| 221 | |
Soren Brinkmann | e911cd0 | 2016-07-27 14:12:03 -0700 | [diff] [blame] | 222 | #define CONFIG_SPL_STACK 0xfffffffc |
Michal Simek | 12398ea | 2016-08-19 14:14:52 +0200 | [diff] [blame] | 223 | #define CONFIG_SPL_MAX_SIZE 0x40000 |
Michal Simek | 72536fd | 2015-11-20 13:17:22 +0100 | [diff] [blame] | 224 | |
| 225 | /* Just random location in OCM */ |
Michal Simek | 89e1f76 | 2016-08-30 14:58:46 +0200 | [diff] [blame] | 226 | #define CONFIG_SPL_BSS_START_ADDR 0x0 |
| 227 | #define CONFIG_SPL_BSS_MAX_SIZE 0x80000 |
Michal Simek | 72536fd | 2015-11-20 13:17:22 +0100 | [diff] [blame] | 228 | |
Michal Simek | 933b6f7 | 2017-01-16 12:07:33 +0100 | [diff] [blame] | 229 | #if defined(CONFIG_SPL_SPI_FLASH_SUPPORT) |
Michal Simek | 933b6f7 | 2017-01-16 12:07:33 +0100 | [diff] [blame] | 230 | # define CONFIG_SYS_SPI_KERNEL_OFFS 0x80000 |
| 231 | # define CONFIG_SYS_SPI_ARGS_OFFS 0xa0000 |
| 232 | # define CONFIG_SYS_SPI_ARGS_SIZE 0xa0000 |
Hannes Schmelzer | 30d69e2 | 2019-08-22 15:41:43 +0200 | [diff] [blame] | 233 | #endif |
Michal Simek | 933b6f7 | 2017-01-16 12:07:33 +0100 | [diff] [blame] | 234 | |
Michal Simek | 72536fd | 2015-11-20 13:17:22 +0100 | [diff] [blame] | 235 | /* u-boot is like dtb */ |
| 236 | #define CONFIG_SPL_FS_LOAD_ARGS_NAME "u-boot.bin" |
| 237 | #define CONFIG_SYS_SPL_ARGS_ADDR 0x8000000 |
| 238 | |
| 239 | /* ATF is my kernel image */ |
Michal Simek | f5140be | 2016-09-21 11:42:58 +0200 | [diff] [blame] | 240 | #define CONFIG_SPL_FS_LOAD_KERNEL_NAME "atf-uboot.ub" |
Michal Simek | 72536fd | 2015-11-20 13:17:22 +0100 | [diff] [blame] | 241 | |
Michal Simek | 72536fd | 2015-11-20 13:17:22 +0100 | [diff] [blame] | 242 | /* MMC support */ |
Masahiro Yamada | 168c57d | 2017-01-30 19:46:51 +0900 | [diff] [blame] | 243 | #ifdef CONFIG_MMC_SDHCI_ZYNQ |
Michal Simek | 72536fd | 2015-11-20 13:17:22 +0100 | [diff] [blame] | 244 | # define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR 0 /* unused */ |
| 245 | # define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTORS 0 /* unused */ |
| 246 | # define CONFIG_SYS_MMCSD_RAW_MODE_KERNEL_SECTOR 0 /* unused */ |
Michal Simek | a7178b7 | 2019-10-02 15:55:57 +0200 | [diff] [blame] | 247 | # if defined(CONFIG_SPL_LOAD_FIT) |
| 248 | # define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot.itb" |
| 249 | # else |
| 250 | # define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot.img" |
| 251 | # endif |
Michal Simek | 72536fd | 2015-11-20 13:17:22 +0100 | [diff] [blame] | 252 | #endif |
| 253 | |
Andrew F. Davis | 6d932e6 | 2019-01-17 13:43:02 -0600 | [diff] [blame] | 254 | #if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_DFU) |
Michal Simek | 12398ea | 2016-08-19 14:14:52 +0200 | [diff] [blame] | 255 | # define CONFIG_SPL_ENV_SUPPORT |
| 256 | # define CONFIG_SPL_HASH_SUPPORT |
| 257 | # define CONFIG_ENV_MAX_ENTRIES 10 |
Michal Simek | 77316dd | 2017-12-01 14:34:03 +0100 | [diff] [blame] | 258 | #endif |
Michal Simek | 12398ea | 2016-08-19 14:14:52 +0200 | [diff] [blame] | 259 | |
Michal Simek | 77316dd | 2017-12-01 14:34:03 +0100 | [diff] [blame] | 260 | #define CONFIG_SYS_SPL_MALLOC_START 0x20000000 |
Ricardo Salveti | 177acd6 | 2021-07-06 20:43:01 -0300 | [diff] [blame] | 261 | #define CONFIG_SYS_SPL_MALLOC_SIZE 0x1000000 |
Michal Simek | 12398ea | 2016-08-19 14:14:52 +0200 | [diff] [blame] | 262 | |
| 263 | #ifdef CONFIG_SPL_SYS_MALLOC_SIMPLE |
| 264 | # error "Disable CONFIG_SPL_SYS_MALLOC_SIMPLE. Full malloc needs to be used" |
| 265 | #endif |
Michal Simek | 12398ea | 2016-08-19 14:14:52 +0200 | [diff] [blame] | 266 | |
Michal Simek | 04b7e62 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 267 | #endif /* __XILINX_ZYNQMP_H */ |