2015-03-16 16:43:24 +09:00
|
|
|
if ARCH_ZYNQ
|
2014-08-31 07:10:55 +09:00
|
|
|
|
2016-09-12 23:18:38 -06:00
|
|
|
config SPL_FAT_SUPPORT
|
|
|
|
default y
|
|
|
|
|
2016-09-12 23:18:41 -06:00
|
|
|
config SPL_LIBCOMMON_SUPPORT
|
|
|
|
default y
|
|
|
|
|
2016-09-12 23:18:42 -06:00
|
|
|
config SPL_LIBDISK_SUPPORT
|
|
|
|
default y
|
|
|
|
|
2016-09-12 23:18:43 -06:00
|
|
|
config SPL_LIBGENERIC_SUPPORT
|
|
|
|
default y
|
|
|
|
|
2016-09-12 23:18:44 -06:00
|
|
|
config SPL_MMC_SUPPORT
|
2017-01-30 19:46:51 +09:00
|
|
|
default y if MMC_SDHCI_ZYNQ
|
2016-09-12 23:18:44 -06:00
|
|
|
|
2016-09-12 23:18:56 -06:00
|
|
|
config SPL_SERIAL_SUPPORT
|
|
|
|
default y
|
|
|
|
|
2016-09-12 23:18:57 -06:00
|
|
|
config SPL_SPI_FLASH_SUPPORT
|
|
|
|
default y if ZYNQ_QSPI
|
|
|
|
|
2016-09-12 23:18:58 -06:00
|
|
|
config SPL_SPI_SUPPORT
|
|
|
|
default y if ZYNQ_QSPI
|
|
|
|
|
2014-08-31 07:10:55 +09:00
|
|
|
config SYS_BOARD
|
|
|
|
default "zynq"
|
|
|
|
|
|
|
|
config SYS_VENDOR
|
2016-09-28 07:46:30 +02:00
|
|
|
string "Vendor name"
|
2014-08-31 07:10:55 +09:00
|
|
|
default "xilinx"
|
|
|
|
|
|
|
|
config SYS_SOC
|
|
|
|
default "zynq"
|
|
|
|
|
|
|
|
config SYS_CONFIG_NAME
|
2016-05-20 14:59:33 +02: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-31 07:10:55 +09:00
|
|
|
|
2016-07-05 17:10:13 -06:00
|
|
|
config SYS_MALLOC_F_LEN
|
|
|
|
default 0x600
|
|
|
|
|
2016-09-20 11:37:24 +02: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"
|
|
|
|
|
2014-08-31 07:10:55 +09:00
|
|
|
endif
|