Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Michal Simek | 84c7204 | 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 | 84c7204 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 8 | */ |
| 9 | |
| 10 | #ifndef __XILINX_ZYNQMP_H |
| 11 | #define __XILINX_ZYNQMP_H |
| 12 | |
Michal Simek | 84c7204 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 13 | /* Generic Interrupt Controller Definitions */ |
Michal Simek | 84c7204 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 14 | #define GICD_BASE 0xF9010000 |
| 15 | #define GICC_BASE 0xF9020000 |
| 16 | |
Michal Simek | 84c7204 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 17 | /* Serial setup */ |
Michal Simek | 84c7204 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 18 | #define CONFIG_SYS_BAUDRATE_TABLE \ |
| 19 | { 4800, 9600, 19200, 38400, 57600, 115200 } |
| 20 | |
Sughosh Ganu | 741ef86 | 2022-04-15 11:29:34 +0530 | [diff] [blame] | 21 | /* GUIDs for capsule updatable firmware images */ |
| 22 | #define XILINX_BOOT_IMAGE_GUID \ |
| 23 | EFI_GUID(0xde6066e8, 0x0256, 0x4fad, 0x82, 0x38, \ |
| 24 | 0xe4, 0x06, 0xe2, 0x74, 0xc4, 0xcf) |
| 25 | |
| 26 | #define XILINX_UBOOT_IMAGE_GUID \ |
| 27 | EFI_GUID(0xcf9ecfd4, 0x938b, 0x41c5, 0x85, 0x51, \ |
| 28 | 0x1f, 0x88, 0x3a, 0xb7, 0xdc, 0x18) |
| 29 | |
Siva Durga Prasad Paladugu | 78cb965 | 2015-11-17 14:30:09 +0530 | [diff] [blame] | 30 | #ifdef CONFIG_NAND_ARASAN |
Siva Durga Prasad Paladugu | 78cb965 | 2015-11-17 14:30:09 +0530 | [diff] [blame] | 31 | # define CONFIG_SYS_MAX_NAND_DEVICE 1 |
Siva Durga Prasad Paladugu | 78cb965 | 2015-11-17 14:30:09 +0530 | [diff] [blame] | 32 | #endif |
| 33 | |
Michal Simek | 84c7204 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 34 | /* Miscellaneous configurable options */ |
Michal Simek | 84c7204 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 35 | |
Siva Durga Prasad Paladugu | 16fa00a | 2015-08-04 13:03:26 +0530 | [diff] [blame] | 36 | #if defined(CONFIG_ZYNQMP_USB) |
Siva Durga Prasad Paladugu | 16fa00a | 2015-08-04 13:03:26 +0530 | [diff] [blame] | 37 | #define DFU_DEFAULT_POLL_TIMEOUT 300 |
Siva Durga Prasad Paladugu | 16fa00a | 2015-08-04 13:03:26 +0530 | [diff] [blame] | 38 | #define CONFIG_THOR_RESET_OFF |
Siva Durga Prasad Paladugu | 5ce987f | 2016-05-12 10:54:41 +0530 | [diff] [blame] | 39 | |
| 40 | #ifndef CONFIG_SPL_BUILD |
Siva Durga Prasad Paladugu | 5ce987f | 2016-05-12 10:54:41 +0530 | [diff] [blame] | 41 | # define PARTS_DEFAULT \ |
| 42 | "partitions=uuid_disk=${uuid_gpt_disk};" \ |
| 43 | "name=""boot"",size=16M,uuid=${uuid_gpt_boot};" \ |
| 44 | "name=""Linux"",size=-M,uuid=${uuid_gpt_Linux}\0" |
| 45 | #endif |
Siva Durga Prasad Paladugu | 16fa00a | 2015-08-04 13:03:26 +0530 | [diff] [blame] | 46 | #endif |
| 47 | |
Siva Durga Prasad Paladugu | 5ce987f | 2016-05-12 10:54:41 +0530 | [diff] [blame] | 48 | #if !defined(PARTS_DEFAULT) |
| 49 | # define PARTS_DEFAULT |
| 50 | #endif |
| 51 | |
Michal Simek | 84c7204 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 52 | /* Console I/O Buffer Size */ |
Michal Simek | 84c7204 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 53 | |
Michal Simek | cb7ea82 | 2015-07-23 12:03:55 +0200 | [diff] [blame] | 54 | /* Ethernet driver */ |
Michal Simek | 596e578 | 2015-11-30 14:34:52 +0100 | [diff] [blame] | 55 | #if defined(CONFIG_ZYNQ_GEM) |
Siva Durga Prasad Paladugu | e2928f3 | 2016-01-05 15:21:46 +0530 | [diff] [blame] | 56 | # define PHY_ANEG_TIMEOUT 20000 |
Michal Simek | cb7ea82 | 2015-07-23 12:03:55 +0200 | [diff] [blame] | 57 | #endif |
| 58 | |
Michal Simek | cf5ed34 | 2022-03-29 12:54:41 +0200 | [diff] [blame] | 59 | #define CONFIG_SYS_BOOTM_LEN (100 * 1024 * 1024) |
Michal Simek | 84c7204 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 60 | |
Michal Simek | b72894f | 2016-04-22 14:28:54 +0200 | [diff] [blame] | 61 | #define ENV_MEM_LAYOUT_SETTINGS \ |
Michal Simek | b72894f | 2016-04-22 14:28:54 +0200 | [diff] [blame] | 62 | "fdt_addr_r=0x40000000\0" \ |
Michal Simek | 9643000 | 2020-07-15 15:43:52 +0200 | [diff] [blame] | 63 | "fdt_size_r=0x400000\0" \ |
Michal Simek | b72894f | 2016-04-22 14:28:54 +0200 | [diff] [blame] | 64 | "pxefile_addr_r=0x10000000\0" \ |
| 65 | "kernel_addr_r=0x18000000\0" \ |
Michal Simek | 9643000 | 2020-07-15 15:43:52 +0200 | [diff] [blame] | 66 | "kernel_size_r=0x10000000\0" \ |
Raju Kumar Pothuraju | 3965d13 | 2021-07-12 20:19:04 +0530 | [diff] [blame] | 67 | "kernel_comp_addr_r=0x30000000\0" \ |
| 68 | "kernel_comp_size=0x3C00000\0" \ |
Siva Durga Prasad Paladugu | 81764f5 | 2019-06-25 17:41:08 +0530 | [diff] [blame] | 69 | "scriptaddr=0x20000000\0" \ |
Michal Simek | b72894f | 2016-04-22 14:28:54 +0200 | [diff] [blame] | 70 | "ramdisk_addr_r=0x02100000\0" \ |
Siva Durga Prasad Paladugu | ad78d26 | 2019-01-24 11:32:04 +0530 | [diff] [blame] | 71 | "script_size_f=0x80000\0" \ |
Michal Simek | b72894f | 2016-04-22 14:28:54 +0200 | [diff] [blame] | 72 | |
Masahiro Yamada | 08aa033 | 2017-01-30 19:46:51 +0900 | [diff] [blame] | 73 | #if defined(CONFIG_MMC_SDHCI_ZYNQ) |
Michal Simek | b72894f | 2016-04-22 14:28:54 +0200 | [diff] [blame] | 74 | # define BOOT_TARGET_DEVICES_MMC(func) func(MMC, mmc, 0) func(MMC, mmc, 1) |
| 75 | #else |
| 76 | # define BOOT_TARGET_DEVICES_MMC(func) |
| 77 | #endif |
| 78 | |
| 79 | #if defined(CONFIG_SATA_CEVA) |
| 80 | # define BOOT_TARGET_DEVICES_SCSI(func) func(SCSI, scsi, 0) |
| 81 | #else |
| 82 | # define BOOT_TARGET_DEVICES_SCSI(func) |
| 83 | #endif |
| 84 | |
| 85 | #if defined(CONFIG_ZYNQMP_USB) |
| 86 | # define BOOT_TARGET_DEVICES_USB(func) func(USB, usb, 0) func(USB, usb, 1) |
| 87 | #else |
| 88 | # define BOOT_TARGET_DEVICES_USB(func) |
| 89 | #endif |
| 90 | |
Joe Hershberger | 86271b3 | 2018-04-13 15:26:40 -0500 | [diff] [blame] | 91 | #if defined(CONFIG_CMD_PXE) && defined(CONFIG_CMD_DHCP) |
Michal Simek | 1a82f59 | 2018-03-28 15:20:48 +0200 | [diff] [blame] | 92 | # define BOOT_TARGET_DEVICES_PXE(func) func(PXE, pxe, na) |
| 93 | #else |
| 94 | # define BOOT_TARGET_DEVICES_PXE(func) |
| 95 | #endif |
| 96 | |
| 97 | #if defined(CONFIG_CMD_DHCP) |
| 98 | # define BOOT_TARGET_DEVICES_DHCP(func) func(DHCP, dhcp, na) |
| 99 | #else |
| 100 | # define BOOT_TARGET_DEVICES_DHCP(func) |
| 101 | #endif |
| 102 | |
Siva Durga Prasad Paladugu | ad78d26 | 2019-01-24 11:32:04 +0530 | [diff] [blame] | 103 | #if defined(CONFIG_ZYNQMP_GQSPI) |
| 104 | # define BOOT_TARGET_DEVICES_QSPI(func) func(QSPI, qspi, 0) |
| 105 | #else |
| 106 | # define BOOT_TARGET_DEVICES_QSPI(func) |
| 107 | #endif |
| 108 | |
| 109 | #if defined(CONFIG_NAND_ARASAN) |
| 110 | # define BOOT_TARGET_DEVICES_NAND(func) func(NAND, nand, 0) |
| 111 | #else |
| 112 | # define BOOT_TARGET_DEVICES_NAND(func) |
| 113 | #endif |
| 114 | |
| 115 | #define BOOTENV_DEV_QSPI(devtypeu, devtypel, instance) \ |
| 116 | "bootcmd_" #devtypel #instance "=sf probe " #instance " 0 0 && " \ |
| 117 | "sf read $scriptaddr $script_offset_f $script_size_f && " \ |
Michal Simek | 19d1304 | 2020-04-20 09:17:53 +0200 | [diff] [blame] | 118 | "echo QSPI: Trying to boot script at ${scriptaddr} && " \ |
| 119 | "source ${scriptaddr}; echo QSPI: SCRIPT FAILED: continuing...;\0" |
Siva Durga Prasad Paladugu | ad78d26 | 2019-01-24 11:32:04 +0530 | [diff] [blame] | 120 | |
| 121 | #define BOOTENV_DEV_NAME_QSPI(devtypeu, devtypel, instance) \ |
| 122 | #devtypel #instance " " |
| 123 | |
| 124 | #define BOOTENV_DEV_NAND(devtypeu, devtypel, instance) \ |
| 125 | "bootcmd_" #devtypel #instance "= nand info && " \ |
| 126 | "nand read $scriptaddr $script_offset_f $script_size_f && " \ |
Michal Simek | 19d1304 | 2020-04-20 09:17:53 +0200 | [diff] [blame] | 127 | "echo NAND: Trying to boot script at ${scriptaddr} && " \ |
| 128 | "source ${scriptaddr}; echo NAND: SCRIPT FAILED: continuing...;\0" |
Siva Durga Prasad Paladugu | ad78d26 | 2019-01-24 11:32:04 +0530 | [diff] [blame] | 129 | |
| 130 | #define BOOTENV_DEV_NAME_NAND(devtypeu, devtypel, instance) \ |
| 131 | #devtypel #instance " " |
| 132 | |
Siva Durga Prasad Paladugu | 5d2274c | 2019-06-25 17:41:09 +0530 | [diff] [blame] | 133 | #define BOOT_TARGET_DEVICES_JTAG(func) func(JTAG, jtag, na) |
| 134 | |
| 135 | #define BOOTENV_DEV_JTAG(devtypeu, devtypel, instance) \ |
Michal Simek | 19d1304 | 2020-04-20 09:17:53 +0200 | [diff] [blame] | 136 | "bootcmd_jtag=echo JTAG: Trying to boot script at ${scriptaddr} && " \ |
| 137 | "source ${scriptaddr}; echo JTAG: SCRIPT FAILED: continuing...;\0" |
Siva Durga Prasad Paladugu | 5d2274c | 2019-06-25 17:41:09 +0530 | [diff] [blame] | 138 | |
| 139 | #define BOOTENV_DEV_NAME_JTAG(devtypeu, devtypel, instance) \ |
| 140 | "jtag " |
| 141 | |
T Karthik Reddy | ef1be3e | 2021-03-24 23:37:57 -0600 | [diff] [blame] | 142 | #define BOOT_TARGET_DEVICES_USB_DFU(func) \ |
| 143 | func(USB_DFU, usb_dfu, 0) func(USB_DFU, usb_dfu, 1) |
| 144 | |
| 145 | #define BOOTENV_DEV_USB_DFU(devtypeu, devtypel, instance) \ |
| 146 | "bootcmd_" #devtypel #instance "=setenv dfu_alt_info boot.scr ram " \ |
| 147 | "$scriptaddr $script_size_f && " \ |
| 148 | "dfu " #instance " ram " #instance " 60 && " \ |
| 149 | "echo DFU" #instance ": Trying to boot script at ${scriptaddr} && " \ |
| 150 | "source ${scriptaddr}; " \ |
| 151 | "echo DFU" #instance ": SCRIPT FAILED: continuing...;\0" |
| 152 | |
| 153 | #define BOOTENV_DEV_NAME_USB_DFU(devtypeu, devtypel, instance) \ |
| 154 | "" |
| 155 | |
| 156 | #define BOOT_TARGET_DEVICES_USB_THOR(func) \ |
| 157 | func(USB_THOR, usb_thor, 0) func(USB_THOR, usb_thor, 1) |
| 158 | |
| 159 | #define BOOTENV_DEV_USB_THOR(devtypeu, devtypel, instance) \ |
| 160 | "bootcmd_" #devtypel #instance "=setenv dfu_alt_info boot.scr ram " \ |
| 161 | "$scriptaddr $script_size_f && " \ |
| 162 | "thordown " #instance " ram " #instance " && " \ |
| 163 | "echo THOR" #instance ": Trying to boot script at ${scriptaddr} && " \ |
| 164 | "source ${scriptaddr}; " \ |
| 165 | "echo THOR" #instance ": SCRIPT FAILED: continuing...;\0" |
| 166 | |
| 167 | #define BOOTENV_DEV_NAME_USB_THOR(devtypeu, devtypel, instance) \ |
| 168 | "" |
| 169 | |
Michal Simek | b72894f | 2016-04-22 14:28:54 +0200 | [diff] [blame] | 170 | #define BOOT_TARGET_DEVICES(func) \ |
Siva Durga Prasad Paladugu | 5d2274c | 2019-06-25 17:41:09 +0530 | [diff] [blame] | 171 | BOOT_TARGET_DEVICES_JTAG(func) \ |
Michal Simek | b72894f | 2016-04-22 14:28:54 +0200 | [diff] [blame] | 172 | BOOT_TARGET_DEVICES_MMC(func) \ |
Siva Durga Prasad Paladugu | ad78d26 | 2019-01-24 11:32:04 +0530 | [diff] [blame] | 173 | BOOT_TARGET_DEVICES_QSPI(func) \ |
| 174 | BOOT_TARGET_DEVICES_NAND(func) \ |
T Karthik Reddy | ef1be3e | 2021-03-24 23:37:57 -0600 | [diff] [blame] | 175 | BOOT_TARGET_DEVICES_USB_DFU(func) \ |
| 176 | BOOT_TARGET_DEVICES_USB_THOR(func) \ |
Michal Simek | b72894f | 2016-04-22 14:28:54 +0200 | [diff] [blame] | 177 | BOOT_TARGET_DEVICES_USB(func) \ |
| 178 | BOOT_TARGET_DEVICES_SCSI(func) \ |
Michal Simek | 1a82f59 | 2018-03-28 15:20:48 +0200 | [diff] [blame] | 179 | BOOT_TARGET_DEVICES_PXE(func) \ |
| 180 | BOOT_TARGET_DEVICES_DHCP(func) |
Michal Simek | b72894f | 2016-04-22 14:28:54 +0200 | [diff] [blame] | 181 | |
| 182 | #include <config_distro_bootcmd.h> |
| 183 | |
| 184 | /* Initial environment variables */ |
| 185 | #ifndef CONFIG_EXTRA_ENV_SETTINGS |
| 186 | #define CONFIG_EXTRA_ENV_SETTINGS \ |
| 187 | ENV_MEM_LAYOUT_SETTINGS \ |
Michal Simek | 1e967b5 | 2021-03-25 09:55:30 +0100 | [diff] [blame] | 188 | BOOTENV |
Michal Simek | b72894f | 2016-04-22 14:28:54 +0200 | [diff] [blame] | 189 | #endif |
| 190 | |
Michal Simek | d58fc12 | 2016-08-19 14:14:52 +0200 | [diff] [blame] | 191 | /* SPL can't handle all huge variables - define just DFU */ |
Andrew F. Davis | 6536ca4 | 2019-01-17 13:43:02 -0600 | [diff] [blame] | 192 | #if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_DFU) |
Michal Simek | d58fc12 | 2016-08-19 14:14:52 +0200 | [diff] [blame] | 193 | #undef CONFIG_EXTRA_ENV_SETTINGS |
| 194 | # define CONFIG_EXTRA_ENV_SETTINGS \ |
| 195 | "dfu_alt_info_ram=uboot.bin ram 0x8000000 0x1000000;" \ |
| 196 | "atf-uboot.ub ram 0x10000000 0x1000000;" \ |
| 197 | "Image ram 0x80000 0x3f80000;" \ |
| 198 | "system.dtb ram 0x4000000 0x100000\0" \ |
| 199 | "dfu_bufsiz=0x1000\0" |
| 200 | #endif |
| 201 | |
Michal Simek | 24124ab | 2017-01-16 12:07:33 +0100 | [diff] [blame] | 202 | #if defined(CONFIG_SPL_SPI_FLASH_SUPPORT) |
Michal Simek | 24124ab | 2017-01-16 12:07:33 +0100 | [diff] [blame] | 203 | # define CONFIG_SYS_SPI_KERNEL_OFFS 0x80000 |
| 204 | # define CONFIG_SYS_SPI_ARGS_OFFS 0xa0000 |
| 205 | # define CONFIG_SYS_SPI_ARGS_SIZE 0xa0000 |
Hannes Schmelzer | abf9e5d | 2019-08-22 15:41:43 +0200 | [diff] [blame] | 206 | #endif |
Michal Simek | 24124ab | 2017-01-16 12:07:33 +0100 | [diff] [blame] | 207 | |
Michal Simek | e6a9ed0 | 2015-11-20 13:17:22 +0100 | [diff] [blame] | 208 | /* u-boot is like dtb */ |
Michal Simek | e6a9ed0 | 2015-11-20 13:17:22 +0100 | [diff] [blame] | 209 | #define CONFIG_SYS_SPL_ARGS_ADDR 0x8000000 |
| 210 | |
| 211 | /* ATF is my kernel image */ |
Michal Simek | e6a9ed0 | 2015-11-20 13:17:22 +0100 | [diff] [blame] | 212 | |
Michal Simek | e6a9ed0 | 2015-11-20 13:17:22 +0100 | [diff] [blame] | 213 | /* MMC support */ |
Michal Simek | e6a9ed0 | 2015-11-20 13:17:22 +0100 | [diff] [blame] | 214 | # define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR 0 /* unused */ |
| 215 | # define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTORS 0 /* unused */ |
Michal Simek | e6a9ed0 | 2015-11-20 13:17:22 +0100 | [diff] [blame] | 216 | |
Andrew F. Davis | 6536ca4 | 2019-01-17 13:43:02 -0600 | [diff] [blame] | 217 | #if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_DFU) |
Alexandru Gagniuc | 0721209 | 2021-09-02 19:54:19 -0500 | [diff] [blame] | 218 | # define CONFIG_SPL_HASH |
Michal Simek | d58fc12 | 2016-08-19 14:14:52 +0200 | [diff] [blame] | 219 | # define CONFIG_ENV_MAX_ENTRIES 10 |
Michal Simek | b45c17c | 2017-12-01 14:34:03 +0100 | [diff] [blame] | 220 | #endif |
Michal Simek | d58fc12 | 2016-08-19 14:14:52 +0200 | [diff] [blame] | 221 | |
Michal Simek | b45c17c | 2017-12-01 14:34:03 +0100 | [diff] [blame] | 222 | #define CONFIG_SYS_SPL_MALLOC_START 0x20000000 |
Ricardo Salveti | 677a24c | 2021-07-06 20:43:01 -0300 | [diff] [blame] | 223 | #define CONFIG_SYS_SPL_MALLOC_SIZE 0x1000000 |
Michal Simek | d58fc12 | 2016-08-19 14:14:52 +0200 | [diff] [blame] | 224 | |
| 225 | #ifdef CONFIG_SPL_SYS_MALLOC_SIMPLE |
| 226 | # error "Disable CONFIG_SPL_SYS_MALLOC_SIMPLE. Full malloc needs to be used" |
| 227 | #endif |
Michal Simek | d58fc12 | 2016-08-19 14:14:52 +0200 | [diff] [blame] | 228 | |
Michal Simek | 84c7204 | 2015-01-15 10:01:51 +0100 | [diff] [blame] | 229 | #endif /* __XILINX_ZYNQMP_H */ |