Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 1 | CONFIG_ARM=y |
| 2 | CONFIG_SYS_CONFIG_NAME="xilinx_zynqmp_zc1751_xm019_dc5" |
| 3 | CONFIG_ARCH_ZYNQMP=y |
Michal Simek | 19abc1d | 2017-02-10 13:57:35 +0100 | [diff] [blame] | 4 | CONFIG_SYS_TEXT_BASE=0x8000000 |
Michal Simek | cbd9118 | 2016-06-03 11:35:17 +0200 | [diff] [blame] | 5 | CONFIG_SYS_MALLOC_F_LEN=0x8000 |
Siva Durga Prasad Paladugu | 809438d | 2016-07-29 15:31:47 +0530 | [diff] [blame] | 6 | CONFIG_IDENT_STRING=" Xilinx ZynqMP ZC1751 xm019 dc5" |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 7 | CONFIG_DEFAULT_DEVICE_TREE="zynqmp-zc1751-xm019-dc5" |
Michal Simek | be2b844 | 2017-10-31 14:23:27 +0100 | [diff] [blame^] | 8 | CONFIG_DEBUG_UART=y |
Tom Rini | 8db91cf | 2016-11-29 09:14:57 -0500 | [diff] [blame] | 9 | CONFIG_DISTRO_DEFAULTS=y |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 10 | CONFIG_FIT=y |
| 11 | CONFIG_FIT_VERBOSE=y |
Michal Simek | 437c59c | 2016-05-17 08:38:53 +0200 | [diff] [blame] | 12 | CONFIG_SPL_LOAD_FIT=y |
Lokesh Vutla | fbad370 | 2016-10-08 14:41:44 -0400 | [diff] [blame] | 13 | # CONFIG_DISPLAY_CPUINFO is not set |
Lokesh Vutla | 94d95e4 | 2016-10-11 21:33:46 -0400 | [diff] [blame] | 14 | # CONFIG_DISPLAY_BOARDINFO is not set |
Simon Glass | ffe1976 | 2016-09-12 23:18:22 -0600 | [diff] [blame] | 15 | CONFIG_SPL=y |
| 16 | CONFIG_SPL_SYS_MALLOC_SIMPLE=y |
Heiko Schocher | 1d12ba2 | 2016-10-06 07:55:15 +0200 | [diff] [blame] | 17 | CONFIG_SPL_OS_BOOT=y |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 18 | CONFIG_SYS_PROMPT="ZynqMP> " |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 19 | CONFIG_CMD_MEMTEST=y |
| 20 | # CONFIG_CMD_FLASH is not set |
Michal Simek | 319cff4 | 2016-04-13 08:49:03 +0200 | [diff] [blame] | 21 | CONFIG_CMD_I2C=y |
Tom Rini | 78873cd | 2017-08-14 19:58:53 -0400 | [diff] [blame] | 22 | CONFIG_CMD_MMC=y |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 23 | CONFIG_CMD_TFTPPUT=y |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 24 | CONFIG_CMD_TIME=y |
| 25 | CONFIG_CMD_TIMER=y |
Tom Rini | 1d9ac83 | 2016-04-24 17:29:26 -0400 | [diff] [blame] | 26 | CONFIG_CMD_EXT4_WRITE=y |
Patrick Delaunay | 21d3bce | 2017-01-27 11:00:38 +0100 | [diff] [blame] | 27 | # CONFIG_SPL_ISO_PARTITION is not set |
Michal Simek | 4c1f7f8 | 2016-07-15 08:41:46 +0200 | [diff] [blame] | 28 | CONFIG_SPL_OF_CONTROL=y |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 29 | CONFIG_OF_EMBED=y |
Tom Rini | 5b0b040 | 2017-08-28 07:16:32 -0400 | [diff] [blame] | 30 | CONFIG_ENV_IS_IN_FAT=y |
Michal Simek | b9c5d13 | 2016-07-27 15:08:03 +0200 | [diff] [blame] | 31 | CONFIG_SPL_DM=y |
Michal Simek | 4c1f7f8 | 2016-07-15 08:41:46 +0200 | [diff] [blame] | 32 | CONFIG_SPL_DM_SEQ_ALIAS=y |
Siva Durga Prasad Paladugu | 460fdce | 2016-01-13 16:25:37 +0530 | [diff] [blame] | 33 | CONFIG_FPGA_XILINX=y |
| 34 | CONFIG_FPGA_ZYNQMPPL=y |
Tom Rini | afea41d | 2016-09-08 16:11:59 -0400 | [diff] [blame] | 35 | CONFIG_DM_GPIO=y |
Michal Simek | b9c5d13 | 2016-07-27 15:08:03 +0200 | [diff] [blame] | 36 | CONFIG_DM_I2C=y |
Michal Simek | 319cff4 | 2016-04-13 08:49:03 +0200 | [diff] [blame] | 37 | CONFIG_SYS_I2C_CADENCE=y |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 38 | CONFIG_DM_MMC=y |
Masahiro Yamada | 7db8c17 | 2016-12-07 22:10:28 +0900 | [diff] [blame] | 39 | CONFIG_MMC_SDHCI=y |
Michal Simek | 19abc1d | 2017-02-10 13:57:35 +0100 | [diff] [blame] | 40 | CONFIG_MMC_SDHCI_ZYNQ=y |
Michal Simek | a335bd2 | 2016-04-07 16:00:11 +0200 | [diff] [blame] | 41 | CONFIG_DM_ETH=y |
Michal Simek | be2b844 | 2017-10-31 14:23:27 +0100 | [diff] [blame^] | 42 | CONFIG_DEBUG_UART_ZYNQ=y |
| 43 | CONFIG_DEBUG_UART_BASE=0xff000000 |
| 44 | CONFIG_DEBUG_UART_CLOCK=100000000 |
| 45 | CONFIG_DEBUG_UART_ANNOUNCE=y |
Michal Simek | ab75453 | 2017-11-06 09:16:05 +0100 | [diff] [blame] | 46 | CONFIG_ZYNQ_SERIAL=y |
Alexander Graf | 8d2f565 | 2016-05-11 18:25:49 +0200 | [diff] [blame] | 47 | CONFIG_EFI_LOADER_BOUNCE_BUFFER=y |