2015-03-16 07:43:24 +00:00
|
|
|
if ARCH_ZYNQ
|
2014-08-30 22:10:55 +00:00
|
|
|
|
2017-08-03 21:23:55 +00:00
|
|
|
config SPL_LDSCRIPT
|
|
|
|
default "arch/arm/mach-zynq/u-boot-spl.lds"
|
|
|
|
|
2019-01-23 06:20:03 +00:00
|
|
|
config SPL_FS_FAT
|
2016-09-13 05:18:38 +00:00
|
|
|
default y
|
|
|
|
|
2016-09-13 05:18:41 +00:00
|
|
|
config SPL_LIBCOMMON_SUPPORT
|
|
|
|
default y
|
|
|
|
|
2016-09-13 05:18:42 +00:00
|
|
|
config SPL_LIBDISK_SUPPORT
|
|
|
|
default y
|
|
|
|
|
2016-09-13 05:18:43 +00:00
|
|
|
config SPL_LIBGENERIC_SUPPORT
|
|
|
|
default y
|
|
|
|
|
2016-09-13 05:18:44 +00:00
|
|
|
config SPL_MMC_SUPPORT
|
2017-01-30 10:46:51 +00:00
|
|
|
default y if MMC_SDHCI_ZYNQ
|
2016-09-13 05:18:44 +00:00
|
|
|
|
2016-09-13 05:18:56 +00:00
|
|
|
config SPL_SERIAL_SUPPORT
|
|
|
|
default y
|
|
|
|
|
2016-09-13 05:18:57 +00:00
|
|
|
config SPL_SPI_FLASH_SUPPORT
|
|
|
|
default y if ZYNQ_QSPI
|
|
|
|
|
2016-09-13 05:18:58 +00:00
|
|
|
config SPL_SPI_SUPPORT
|
|
|
|
default y if ZYNQ_QSPI
|
|
|
|
|
2017-05-12 09:34:11 +00:00
|
|
|
config ZYNQ_DDRC_INIT
|
|
|
|
bool "Zynq DDRC initialization"
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
This option used to perform DDR specific initialization
|
|
|
|
if required. There might be cases like ddr less where we
|
|
|
|
want to skip ddr init and this option is useful for it.
|
|
|
|
|
2014-08-30 22:10:55 +00:00
|
|
|
config SYS_BOARD
|
2018-03-04 15:15:15 +00:00
|
|
|
string "Board name"
|
2014-08-30 22:10:55 +00:00
|
|
|
default "zynq"
|
|
|
|
|
|
|
|
config SYS_VENDOR
|
2016-09-28 05:46:30 +00:00
|
|
|
string "Vendor name"
|
2014-08-30 22:10:55 +00:00
|
|
|
default "xilinx"
|
|
|
|
|
|
|
|
config SYS_SOC
|
|
|
|
default "zynq"
|
|
|
|
|
|
|
|
config SYS_CONFIG_NAME
|
2016-05-20 12:59:33 +00:00
|
|
|
string "Board configuration name"
|
|
|
|
default "zynq-common"
|
|
|
|
help
|
|
|
|
This option contains information about board configuration name.
|
|
|
|
Based on this option include/configs/<CONFIG_SYS_CONFIG_NAME>.h header
|
|
|
|
will be used for board configuration.
|
2014-08-30 22:10:55 +00:00
|
|
|
|
2016-07-05 23:10:13 +00:00
|
|
|
config SYS_MALLOC_F_LEN
|
2018-12-24 01:29:04 +00:00
|
|
|
default 0x800
|
2016-07-05 23:10:13 +00:00
|
|
|
|
2018-07-20 09:41:38 +00:00
|
|
|
config SYS_MALLOC_LEN
|
|
|
|
default 0x1400000
|
|
|
|
|
2016-09-20 09:37:24 +00:00
|
|
|
config BOOT_INIT_FILE
|
|
|
|
string "boot.bin init register filename"
|
|
|
|
default ""
|
|
|
|
help
|
|
|
|
Add register writes to boot.bin format (max 256 pairs).
|
|
|
|
Expect a table of register-value pairs, e.g. "0x12345678 0x4321"
|
|
|
|
|
2018-02-28 10:23:28 +00:00
|
|
|
config ZYNQ_SDHCI_MAX_FREQ
|
|
|
|
default 52000000
|
|
|
|
|
2014-08-30 22:10:55 +00:00
|
|
|
endif
|