Michal Simek | b513bcd | 2018-04-12 17:39:46 +0200 | [diff] [blame] | 1 | CONFIG_ARM=y |
Tom Rini | e1e8544 | 2021-08-27 21:18:30 -0400 | [diff] [blame] | 2 | CONFIG_SKIP_LOWLEVEL_INIT=y |
Michal Simek | b513bcd | 2018-04-12 17:39:46 +0200 | [diff] [blame] | 3 | CONFIG_ARCH_ZYNQMP_R5=y |
Simon Glass | 72cc538 | 2022-10-20 18:22:39 -0600 | [diff] [blame] | 4 | CONFIG_TEXT_BASE=0x10000000 |
Tom Rini | e25a03a | 2021-11-01 12:19:22 +0000 | [diff] [blame] | 5 | CONFIG_SYS_MALLOC_LEN=0x1400000 |
Michal Simek | df24b0c | 2020-09-16 13:35:03 +0200 | [diff] [blame] | 6 | CONFIG_SYS_MALLOC_F_LEN=0x1000 |
Tom Rini | c9285bf | 2019-04-29 15:54:04 -0400 | [diff] [blame] | 7 | CONFIG_NR_DRAM_BANKS=1 |
Tom Rini | 2e262c4 | 2020-08-10 15:31:07 -0400 | [diff] [blame] | 8 | CONFIG_ENV_SIZE=0x20000 |
Tom Rini | a20e51f | 2021-06-28 10:17:29 -0400 | [diff] [blame] | 9 | CONFIG_DEFAULT_DEVICE_TREE="zynqmp-r5" |
Tom Rini | c427a58 | 2024-10-08 09:18:32 -0600 | [diff] [blame] | 10 | CONFIG_SYS_BOOTM_LEN=0x3c00000 |
11 | CONFIG_SYS_LOAD_ADDR=0x0 | ||||
Michal Simek | a932ae7 | 2018-06-04 08:33:30 +0200 | [diff] [blame] | 12 | CONFIG_DEBUG_UART_BASE=0xff010000 |
13 | CONFIG_DEBUG_UART_CLOCK=100000000 | ||||
Tom Rini | 28d45a3 | 2021-12-17 18:08:42 -0500 | [diff] [blame] | 14 | CONFIG_CPU_FREQ_HZ=500000000 |
Tom Rini | 4b2fcb3 | 2022-04-08 13:36:51 -0400 | [diff] [blame] | 15 | CONFIG_DEBUG_UART=y |
Tom Rini | c427a58 | 2024-10-08 09:18:32 -0600 | [diff] [blame] | 16 | # CONFIG_EFI_LOADER is not set |
Michal Simek | 8e434fc | 2018-04-18 14:03:56 +0200 | [diff] [blame] | 17 | CONFIG_BOOTSTAGE=y |
Tom Rini | 914a8c0 | 2024-01-03 09:26:16 -0500 | [diff] [blame] | 18 | CONFIG_SYS_CBSIZE=256 |
19 | CONFIG_SYS_PBSIZE=284 | ||||
Michal Simek | b513bcd | 2018-04-12 17:39:46 +0200 | [diff] [blame] | 20 | # CONFIG_DISPLAY_CPUINFO is not set |
Tom Rini | c435985 | 2023-10-02 10:35:27 -0400 | [diff] [blame] | 21 | CONFIG_SYS_PROMPT="ZynqMP r5> " |
Tom Rini | ba5c2b0 | 2022-05-11 16:21:06 -0400 | [diff] [blame] | 22 | CONFIG_SYS_MAXARGS=32 |
Michal Simek | b513bcd | 2018-04-12 17:39:46 +0200 | [diff] [blame] | 23 | # CONFIG_CMD_SETEXPR is not set |
Michal Simek | 8e434fc | 2018-04-18 14:03:56 +0200 | [diff] [blame] | 24 | CONFIG_CMD_BOOTSTAGE=y |
Michal Simek | b513bcd | 2018-04-12 17:39:46 +0200 | [diff] [blame] | 25 | CONFIG_OF_EMBED=y |
Adam Ford | 710966e | 2020-07-03 06:48:56 -0500 | [diff] [blame] | 26 | CONFIG_ENV_OVERWRITE=y |
Tom Rini | ca63e71 | 2019-11-12 22:46:36 -0500 | [diff] [blame] | 27 | CONFIG_SYS_RELOC_GD_ENV_ADDR=y |
Michal Simek | b513bcd | 2018-04-12 17:39:46 +0200 | [diff] [blame] | 28 | CONFIG_ZYNQ_SERIAL=y |
29 | CONFIG_TIMER=y | ||||
30 | CONFIG_CADENCE_TTC_TIMER=y |