upstream u-boot with additional patches for our devices/boards:
https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ;
Gbit ethernet patch for some LIME2 revisions ;
with SPI flash support
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
497 B
19 lines
497 B
CONFIG_ARM=y
|
|
CONFIG_ARCH_ZYNQMP_R5=y
|
|
CONFIG_SYS_TEXT_BASE=0x10000000
|
|
CONFIG_DEBUG_UART_BASE=0xff010000
|
|
CONFIG_DEBUG_UART_CLOCK=100000000
|
|
CONFIG_DEBUG_UART=y
|
|
CONFIG_NR_DRAM_BANKS=1
|
|
CONFIG_BOOTSTAGE=y
|
|
# CONFIG_DISPLAY_CPUINFO is not set
|
|
CONFIG_SYS_PROMPT="ZynqMP r5> "
|
|
# CONFIG_CMD_FLASH is not set
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_CMD_BOOTSTAGE=y
|
|
CONFIG_OF_EMBED=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="zynqmp-r5"
|
|
CONFIG_DEBUG_UART_ZYNQ=y
|
|
CONFIG_ZYNQ_SERIAL=y
|
|
CONFIG_TIMER=y
|
|
CONFIG_CADENCE_TTC_TIMER=y
|
|
|