[U-Boot] [PATCH 0/7] Migrate SPI defines to Kconfig
Patrick Delaunay
patrick.delaunay at st.com
Wed Feb 27 14:20:31 UTC 2019
This serie is a proposal to convert all SPI configuration settings
in Kconfig :
+ parameters for SF command
- CONFIG_SF_DEFAULT_BUS
- CONFIG_SF_DEFAULT_CS
- CONFIG_SF_DEFAULT_MODE
- CONFIG_SF_DEFAULT_SPEED
+ parameters for SSPI command
- CONFIG_DEFAULT_SPI_BUS
- CONFIG_DEFAULT_SPI_MODE
+ parameters for ENV in SPI
- CONFIG_ENV_SPI_BUS
- CONFIG_ENV_SPI_CS
- CONFIG_ENV_SPI_MAX_HZ
- CONFIG_ENV_SPI_MODE
I make this work after the remarks of Jagan Teki.
on http://patchwork.ozlabs.org/patch/1031768/
[U-Boot,v3] dm: spi: Read default speed and mode values from DT
So it is a preliminary for v4 on this patch.
This commit includes a full migration using moveconfig.py to ensure
that each commit compiles.
To allow compilation, I also move CMD in Kconfig for some board.
I introduce CONFIG_USE_ENV_SPI* to handle absent value
(CONFIG_SF_DEFAULT_* is used) and use some post-processing to solve
the remaining issue and remove the unnecessary configuration in defconfig
(when default value can be used).
I make manual check at the end.
Compilation is OK on Travis:
https://travis-ci.org/patrickdelaunay/u-boot/builds/498044826
This v1 can be see as a starting point based on v2019.04-rc2.
Any feedback or test is welcome.
Patrick Delaunay (7):
bcm7445: move some configuration in defconfig file
controlcenterdc: move some configuration in defconfig file
exynos: replace CONFIG_ENV_SPI_BASE by CONFIG_SYS_SPI_BASE
tqma6s_wru4_mmc: manage board_spi_cs_gpio correctly
Convert CONFIG_SF_DEFAULT_* to Kconfig
Convert CONFIG_DEFAULT_SPI_* to Kconfig
Convert CONFIG_ENV_SPI_* to Kconfig
README | 15 ------
arch/arm/mach-exynos/spl_boot.c | 2 +-
arch/arm/mach-kirkwood/include/mach/config.h | 15 ------
arch/arm/mach-mvebu/include/mach/config.h | 15 ------
board/Arcturus/ucp1020/cmd_arc.c | 13 ------
board/tqc/tqma6/tqma6.c | 2 +
cmd/Kconfig | 12 ++++-
cmd/spi.c | 7 ---
configs/B4420QDS_NAND_defconfig | 2 +
configs/B4420QDS_SPIFLASH_defconfig | 2 +
configs/B4420QDS_defconfig | 2 +
configs/B4860QDS_NAND_defconfig | 2 +
configs/B4860QDS_SECURE_BOOT_defconfig | 2 +
configs/B4860QDS_SPIFLASH_defconfig | 2 +
configs/B4860QDS_SRIO_PCIE_BOOT_defconfig | 2 +
configs/B4860QDS_defconfig | 2 +
configs/BSC9131RDB_NAND_SYSCLK100_defconfig | 2 +
configs/BSC9131RDB_NAND_defconfig | 2 +
configs/BSC9131RDB_SPIFLASH_SYSCLK100_defconfig | 2 +
configs/BSC9131RDB_SPIFLASH_defconfig | 2 +
configs/BSC9132QDS_NAND_DDRCLK100_SECURE_defconfig | 2 +
configs/BSC9132QDS_NAND_DDRCLK100_defconfig | 2 +
configs/BSC9132QDS_NAND_DDRCLK133_SECURE_defconfig | 2 +
configs/BSC9132QDS_NAND_DDRCLK133_defconfig | 2 +
configs/BSC9132QDS_NOR_DDRCLK100_SECURE_defconfig | 2 +
configs/BSC9132QDS_NOR_DDRCLK100_defconfig | 2 +
configs/BSC9132QDS_NOR_DDRCLK133_SECURE_defconfig | 2 +
configs/BSC9132QDS_NOR_DDRCLK133_defconfig | 2 +
.../BSC9132QDS_SDCARD_DDRCLK100_SECURE_defconfig | 2 +
configs/BSC9132QDS_SDCARD_DDRCLK100_defconfig | 2 +
.../BSC9132QDS_SDCARD_DDRCLK133_SECURE_defconfig | 2 +
configs/BSC9132QDS_SDCARD_DDRCLK133_defconfig | 2 +
.../BSC9132QDS_SPIFLASH_DDRCLK100_SECURE_defconfig | 2 +
configs/BSC9132QDS_SPIFLASH_DDRCLK100_defconfig | 2 +
.../BSC9132QDS_SPIFLASH_DDRCLK133_SECURE_defconfig | 2 +
configs/BSC9132QDS_SPIFLASH_DDRCLK133_defconfig | 2 +
configs/C29XPCIE_NAND_defconfig | 2 +
configs/C29XPCIE_NOR_SECBOOT_defconfig | 2 +
configs/C29XPCIE_SPIFLASH_SECBOOT_defconfig | 2 +
configs/C29XPCIE_SPIFLASH_defconfig | 2 +
configs/C29XPCIE_defconfig | 2 +
configs/M52277EVB_stmicro_defconfig | 2 +
configs/M54418TWR_defconfig | 2 +
configs/M54418TWR_serial_mii_defconfig | 2 +
configs/M54418TWR_serial_rmii_defconfig | 2 +
configs/M54451EVB_stmicro_defconfig | 2 +
configs/M54455EVB_stm33_defconfig | 2 +
configs/MPC8536DS_36BIT_defconfig | 2 +
configs/MPC8536DS_SDCARD_defconfig | 2 +
configs/MPC8536DS_SPIFLASH_defconfig | 2 +
configs/MPC8536DS_defconfig | 2 +
configs/P1010RDB-PA_36BIT_NAND_SECBOOT_defconfig | 2 +
configs/P1010RDB-PA_36BIT_NAND_defconfig | 2 +
configs/P1010RDB-PA_36BIT_NOR_SECBOOT_defconfig | 2 +
configs/P1010RDB-PA_36BIT_NOR_defconfig | 2 +
configs/P1010RDB-PA_36BIT_SDCARD_defconfig | 2 +
.../P1010RDB-PA_36BIT_SPIFLASH_SECBOOT_defconfig | 2 +
configs/P1010RDB-PA_36BIT_SPIFLASH_defconfig | 2 +
configs/P1010RDB-PA_NAND_SECBOOT_defconfig | 2 +
configs/P1010RDB-PA_NAND_defconfig | 2 +
configs/P1010RDB-PA_NOR_SECBOOT_defconfig | 2 +
configs/P1010RDB-PA_NOR_defconfig | 2 +
configs/P1010RDB-PA_SDCARD_defconfig | 2 +
configs/P1010RDB-PA_SPIFLASH_SECBOOT_defconfig | 2 +
configs/P1010RDB-PA_SPIFLASH_defconfig | 2 +
configs/P1010RDB-PB_36BIT_NAND_SECBOOT_defconfig | 2 +
configs/P1010RDB-PB_36BIT_NAND_defconfig | 2 +
configs/P1010RDB-PB_36BIT_NOR_SECBOOT_defconfig | 2 +
configs/P1010RDB-PB_36BIT_NOR_defconfig | 2 +
configs/P1010RDB-PB_36BIT_SDCARD_defconfig | 2 +
.../P1010RDB-PB_36BIT_SPIFLASH_SECBOOT_defconfig | 2 +
configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig | 2 +
configs/P1010RDB-PB_NAND_SECBOOT_defconfig | 2 +
configs/P1010RDB-PB_NAND_defconfig | 2 +
configs/P1010RDB-PB_NOR_SECBOOT_defconfig | 2 +
configs/P1010RDB-PB_NOR_defconfig | 2 +
configs/P1010RDB-PB_SDCARD_defconfig | 2 +
configs/P1010RDB-PB_SPIFLASH_SECBOOT_defconfig | 2 +
configs/P1010RDB-PB_SPIFLASH_defconfig | 2 +
configs/P1020RDB-PC_36BIT_NAND_defconfig | 2 +
configs/P1020RDB-PC_36BIT_SDCARD_defconfig | 2 +
configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig | 2 +
configs/P1020RDB-PC_36BIT_defconfig | 2 +
configs/P1020RDB-PC_NAND_defconfig | 2 +
configs/P1020RDB-PC_SDCARD_defconfig | 2 +
configs/P1020RDB-PC_SPIFLASH_defconfig | 2 +
configs/P1020RDB-PC_defconfig | 2 +
configs/P1020RDB-PD_NAND_defconfig | 2 +
configs/P1020RDB-PD_SDCARD_defconfig | 2 +
configs/P1020RDB-PD_SPIFLASH_defconfig | 2 +
configs/P1020RDB-PD_defconfig | 2 +
configs/P1021RDB-PC_36BIT_NAND_defconfig | 2 +
configs/P1021RDB-PC_36BIT_SDCARD_defconfig | 2 +
configs/P1021RDB-PC_36BIT_SPIFLASH_defconfig | 2 +
configs/P1021RDB-PC_36BIT_defconfig | 2 +
configs/P1021RDB-PC_NAND_defconfig | 2 +
configs/P1021RDB-PC_SDCARD_defconfig | 2 +
configs/P1021RDB-PC_SPIFLASH_defconfig | 2 +
configs/P1021RDB-PC_defconfig | 2 +
configs/P1022DS_36BIT_NAND_defconfig | 2 +
configs/P1022DS_36BIT_SDCARD_defconfig | 2 +
configs/P1022DS_36BIT_SPIFLASH_defconfig | 2 +
configs/P1022DS_36BIT_defconfig | 2 +
configs/P1022DS_NAND_defconfig | 2 +
configs/P1022DS_SDCARD_defconfig | 2 +
configs/P1022DS_SPIFLASH_defconfig | 2 +
configs/P1022DS_defconfig | 2 +
configs/P1024RDB_36BIT_defconfig | 2 +
configs/P1024RDB_NAND_defconfig | 2 +
configs/P1024RDB_SDCARD_defconfig | 2 +
configs/P1024RDB_SPIFLASH_defconfig | 2 +
configs/P1024RDB_defconfig | 2 +
configs/P1025RDB_36BIT_defconfig | 2 +
configs/P1025RDB_NAND_defconfig | 2 +
configs/P1025RDB_SDCARD_defconfig | 2 +
configs/P1025RDB_SPIFLASH_defconfig | 2 +
configs/P1025RDB_defconfig | 2 +
configs/P2020RDB-PC_36BIT_NAND_defconfig | 2 +
configs/P2020RDB-PC_36BIT_SDCARD_defconfig | 2 +
configs/P2020RDB-PC_36BIT_SPIFLASH_defconfig | 2 +
configs/P2020RDB-PC_36BIT_defconfig | 2 +
configs/P2020RDB-PC_NAND_defconfig | 2 +
configs/P2020RDB-PC_SDCARD_defconfig | 2 +
configs/P2020RDB-PC_SPIFLASH_defconfig | 2 +
configs/P2020RDB-PC_defconfig | 2 +
configs/P2041RDB_NAND_defconfig | 2 +
configs/P2041RDB_SDCARD_defconfig | 2 +
configs/P2041RDB_SECURE_BOOT_defconfig | 2 +
configs/P2041RDB_SPIFLASH_defconfig | 2 +
configs/P2041RDB_SRIO_PCIE_BOOT_defconfig | 2 +
configs/P2041RDB_defconfig | 2 +
configs/P3041DS_NAND_SECURE_BOOT_defconfig | 2 +
configs/P3041DS_NAND_defconfig | 2 +
configs/P3041DS_SDCARD_defconfig | 2 +
configs/P3041DS_SECURE_BOOT_defconfig | 2 +
configs/P3041DS_SPIFLASH_defconfig | 2 +
configs/P3041DS_SRIO_PCIE_BOOT_defconfig | 2 +
configs/P3041DS_defconfig | 2 +
configs/P4080DS_SDCARD_defconfig | 2 +
configs/P4080DS_SECURE_BOOT_defconfig | 2 +
configs/P4080DS_SPIFLASH_defconfig | 2 +
configs/P4080DS_SRIO_PCIE_BOOT_defconfig | 2 +
configs/P4080DS_defconfig | 2 +
configs/P5020DS_NAND_SECURE_BOOT_defconfig | 2 +
configs/P5020DS_NAND_defconfig | 2 +
configs/P5020DS_SDCARD_defconfig | 2 +
configs/P5020DS_SECURE_BOOT_defconfig | 2 +
configs/P5020DS_SPIFLASH_defconfig | 2 +
configs/P5020DS_SRIO_PCIE_BOOT_defconfig | 2 +
configs/P5020DS_defconfig | 2 +
configs/P5040DS_NAND_SECURE_BOOT_defconfig | 2 +
configs/P5040DS_NAND_defconfig | 2 +
configs/P5040DS_SDCARD_defconfig | 2 +
configs/P5040DS_SECURE_BOOT_defconfig | 2 +
configs/P5040DS_SPIFLASH_defconfig | 2 +
configs/P5040DS_defconfig | 2 +
configs/SBx81LIFKW_defconfig | 2 +
configs/SBx81LIFXCAT_defconfig | 2 +
configs/T1023RDB_NAND_defconfig | 2 +
configs/T1023RDB_SDCARD_defconfig | 2 +
configs/T1023RDB_SECURE_BOOT_defconfig | 2 +
configs/T1023RDB_SPIFLASH_defconfig | 2 +
configs/T1023RDB_defconfig | 2 +
configs/T1024QDS_DDR4_SECURE_BOOT_defconfig | 2 +
configs/T1024QDS_DDR4_defconfig | 2 +
configs/T1024QDS_NAND_defconfig | 2 +
configs/T1024QDS_SDCARD_defconfig | 2 +
configs/T1024QDS_SECURE_BOOT_defconfig | 2 +
configs/T1024QDS_SPIFLASH_defconfig | 2 +
configs/T1024QDS_defconfig | 2 +
configs/T1024RDB_NAND_defconfig | 2 +
configs/T1024RDB_SDCARD_defconfig | 2 +
configs/T1024RDB_SECURE_BOOT_defconfig | 2 +
configs/T1024RDB_SPIFLASH_defconfig | 2 +
configs/T1024RDB_defconfig | 2 +
configs/T1040D4RDB_NAND_defconfig | 2 +
configs/T1040D4RDB_SDCARD_defconfig | 2 +
configs/T1040D4RDB_SECURE_BOOT_defconfig | 2 +
configs/T1040D4RDB_SPIFLASH_defconfig | 2 +
configs/T1040D4RDB_defconfig | 2 +
configs/T1040QDS_DDR4_defconfig | 2 +
configs/T1040QDS_SECURE_BOOT_defconfig | 2 +
configs/T1040QDS_defconfig | 2 +
configs/T1040RDB_NAND_defconfig | 2 +
configs/T1040RDB_SDCARD_defconfig | 2 +
configs/T1040RDB_SECURE_BOOT_defconfig | 2 +
configs/T1040RDB_SPIFLASH_defconfig | 2 +
configs/T1040RDB_defconfig | 2 +
configs/T1042D4RDB_NAND_defconfig | 2 +
configs/T1042D4RDB_SDCARD_defconfig | 2 +
configs/T1042D4RDB_SECURE_BOOT_defconfig | 2 +
configs/T1042D4RDB_SPIFLASH_defconfig | 2 +
configs/T1042D4RDB_defconfig | 2 +
configs/T1042RDB_PI_NAND_SECURE_BOOT_defconfig | 2 +
configs/T1042RDB_PI_NAND_defconfig | 2 +
configs/T1042RDB_PI_SDCARD_defconfig | 2 +
configs/T1042RDB_PI_SPIFLASH_defconfig | 2 +
configs/T1042RDB_PI_defconfig | 2 +
configs/T1042RDB_SECURE_BOOT_defconfig | 2 +
configs/T1042RDB_defconfig | 2 +
configs/T2080QDS_NAND_defconfig | 2 +
configs/T2080QDS_SDCARD_defconfig | 2 +
configs/T2080QDS_SECURE_BOOT_defconfig | 2 +
configs/T2080QDS_SPIFLASH_defconfig | 2 +
configs/T2080QDS_SRIO_PCIE_BOOT_defconfig | 2 +
configs/T2080QDS_defconfig | 2 +
configs/T2080RDB_NAND_defconfig | 2 +
configs/T2080RDB_SDCARD_defconfig | 2 +
configs/T2080RDB_SECURE_BOOT_defconfig | 2 +
configs/T2080RDB_SPIFLASH_defconfig | 2 +
configs/T2080RDB_SRIO_PCIE_BOOT_defconfig | 2 +
configs/T2080RDB_defconfig | 2 +
configs/T2081QDS_NAND_defconfig | 2 +
configs/T2081QDS_SDCARD_defconfig | 2 +
configs/T2081QDS_SPIFLASH_defconfig | 2 +
configs/T2081QDS_SRIO_PCIE_BOOT_defconfig | 2 +
configs/T2081QDS_defconfig | 2 +
configs/T4160QDS_NAND_defconfig | 2 +
configs/T4160QDS_SDCARD_defconfig | 2 +
configs/T4160QDS_SECURE_BOOT_defconfig | 2 +
configs/T4160QDS_defconfig | 2 +
configs/T4160RDB_defconfig | 2 +
configs/T4240QDS_NAND_defconfig | 2 +
configs/T4240QDS_SDCARD_defconfig | 2 +
configs/T4240QDS_SECURE_BOOT_defconfig | 2 +
configs/T4240QDS_SRIO_PCIE_BOOT_defconfig | 2 +
configs/T4240QDS_defconfig | 2 +
configs/T4240RDB_SDCARD_defconfig | 2 +
configs/T4240RDB_defconfig | 2 +
configs/UCP1020_SPIFLASH_defconfig | 2 +
configs/UCP1020_defconfig | 2 +
configs/ae350_rv32_defconfig | 1 +
configs/ae350_rv64_defconfig | 1 +
configs/am335x_boneblack_vboot_defconfig | 1 +
configs/am335x_evm_defconfig | 1 +
configs/am335x_hs_evm_defconfig | 1 +
configs/am335x_hs_evm_uart_defconfig | 1 +
configs/am43xx_evm_defconfig | 1 +
configs/am43xx_evm_qspiboot_defconfig | 1 +
configs/am43xx_evm_rtconly_defconfig | 1 +
configs/am43xx_evm_usbhost_boot_defconfig | 1 +
configs/am43xx_hs_evm_defconfig | 1 +
configs/am57xx_evm_defconfig | 2 +
configs/am57xx_hs_evm_defconfig | 2 +
configs/am57xx_hs_evm_usb_defconfig | 2 +
configs/ap121_defconfig | 2 +
configs/ap143_defconfig | 2 +
configs/aristainetos2_defconfig | 4 ++
configs/aristainetos2b_defconfig | 2 +
configs/aristainetos_defconfig | 3 ++
configs/at91sam9260ek_dataflash_cs0_defconfig | 2 +
configs/at91sam9260ek_dataflash_cs1_defconfig | 2 +
configs/at91sam9261ek_dataflash_cs0_defconfig | 2 +
configs/at91sam9261ek_dataflash_cs3_defconfig | 2 +
configs/at91sam9263ek_dataflash_cs0_defconfig | 2 +
configs/at91sam9263ek_dataflash_defconfig | 2 +
configs/at91sam9g10ek_dataflash_cs0_defconfig | 2 +
configs/at91sam9g10ek_dataflash_cs3_defconfig | 2 +
configs/at91sam9g20ek_dataflash_cs0_defconfig | 2 +
configs/at91sam9g20ek_dataflash_cs1_defconfig | 2 +
configs/at91sam9n12ek_mmc_defconfig | 1 +
configs/at91sam9n12ek_nandflash_defconfig | 1 +
configs/at91sam9n12ek_spiflash_defconfig | 1 +
configs/at91sam9rlek_dataflash_defconfig | 2 +
configs/at91sam9x5ek_dataflash_defconfig | 1 +
configs/at91sam9x5ek_mmc_defconfig | 1 +
configs/at91sam9x5ek_nandflash_defconfig | 1 +
configs/at91sam9x5ek_spiflash_defconfig | 1 +
configs/at91sam9xeek_dataflash_cs0_defconfig | 2 +
configs/at91sam9xeek_dataflash_cs1_defconfig | 2 +
configs/bcm7445_defconfig | 3 ++
configs/beaver_defconfig | 2 +
configs/bg0900_defconfig | 4 ++
configs/birdland_bav335a_defconfig | 1 +
configs/birdland_bav335b_defconfig | 1 +
configs/brppt1_spi_defconfig | 1 +
configs/cardhu_defconfig | 2 +
configs/cei-tk1-som_defconfig | 2 +
configs/cgtqmx6eval_defconfig | 2 +
configs/chromebit_mickey_defconfig | 1 +
configs/chromebook_bob_defconfig | 1 +
configs/chromebook_jerry_defconfig | 1 +
configs/chromebook_minnie_defconfig | 1 +
configs/chromebook_speedy_defconfig | 1 +
configs/cl-som-am57x_defconfig | 1 +
configs/cl-som-imx7_defconfig | 2 +
configs/clearfog_defconfig | 1 +
configs/clearfog_gt_8k_defconfig | 1 +
configs/cm_fx6_defconfig | 2 +
configs/cm_t43_defconfig | 1 +
.../controlcenterd_36BIT_SDCARD_DEVELOP_defconfig | 2 +
configs/controlcenterd_36BIT_SDCARD_defconfig | 2 +
configs/controlcenterdc_defconfig | 5 ++
configs/d2net_v2_defconfig | 2 +
configs/da850_am18xxevm_defconfig | 4 ++
configs/da850evm_defconfig | 4 ++
configs/dalmore_defconfig | 2 +
configs/db-88f6720_defconfig | 2 +
configs/db-88f6820-amc_defconfig | 3 ++
configs/db-88f6820-gp_defconfig | 2 +
configs/db-mv784mp-gp_defconfig | 2 +
configs/dh_imx6_defconfig | 2 +
configs/display5_defconfig | 3 ++
configs/display5_factory_defconfig | 3 ++
configs/dms-ba16-1g_defconfig | 2 +
configs/dms-ba16_defconfig | 2 +
configs/dra7xx_evm_defconfig | 2 +
configs/dra7xx_hs_evm_defconfig | 2 +
configs/dra7xx_hs_evm_usb_defconfig | 2 +
configs/dreamplug_defconfig | 2 +
configs/ds109_defconfig | 2 +
configs/ds414_defconfig | 2 +
configs/e2220-1170_defconfig | 2 +
configs/ea20_defconfig | 1 +
configs/ethernut5_defconfig | 2 +
configs/evb-rk3036_defconfig | 1 +
configs/evb-rk3128_defconfig | 1 +
configs/evb-rk3288_defconfig | 1 +
configs/evb-rk3328_defconfig | 1 +
configs/evb-rk3399_defconfig | 1 +
configs/fennec-rk3288_defconfig | 1 +
configs/ficus-rk3399_defconfig | 1 +
configs/firefly-rk3288_defconfig | 1 +
configs/firefly-rk3399_defconfig | 1 +
configs/ge_bx50v3_defconfig | 2 +
configs/helios4_defconfig | 2 +
configs/inetspace_v2_defconfig | 2 +
configs/jetson-tk1_defconfig | 2 +
configs/k2e_evm_defconfig | 1 +
configs/k2e_hs_evm_defconfig | 1 +
configs/k2g_evm_defconfig | 2 +
configs/k2g_hs_evm_defconfig | 2 +
configs/k2hk_evm_defconfig | 1 +
configs/k2hk_hs_evm_defconfig | 1 +
configs/k2l_evm_defconfig | 1 +
configs/k2l_hs_evm_defconfig | 1 +
configs/km_kirkwood_128m16_defconfig | 1 +
configs/km_kirkwood_defconfig | 1 +
configs/km_kirkwood_pci_defconfig | 1 +
configs/kmcoge4_defconfig | 2 +
configs/kmcoge5un_defconfig | 1 +
configs/kmlion1_defconfig | 2 +
configs/kmnusa_defconfig | 1 +
configs/kmsugp1_defconfig | 1 +
configs/kmsuv31_defconfig | 1 +
configs/kylin-rk3036_defconfig | 1 +
configs/legoev3_defconfig | 1 +
configs/ls1012aqds_qspi_defconfig | 11 +++++
configs/ls1012aqds_tfa_SECURE_BOOT_defconfig | 5 ++
configs/ls1012aqds_tfa_defconfig | 11 +++++
configs/ls1043aqds_defconfig | 1 +
configs/ls1043aqds_lpuart_defconfig | 1 +
configs/ls1043aqds_nand_defconfig | 1 +
configs/ls1043aqds_nor_ddr3_defconfig | 1 +
configs/ls1043aqds_sdcard_ifc_defconfig | 1 +
configs/ls1043aqds_tfa_SECURE_BOOT_defconfig | 1 +
configs/ls1043aqds_tfa_defconfig | 3 ++
configs/ls1043ardb_SECURE_BOOT_defconfig | 1 +
configs/ls1043ardb_defconfig | 1 +
configs/ls1043ardb_nand_SECURE_BOOT_defconfig | 1 +
configs/ls1043ardb_nand_defconfig | 1 +
configs/ls1043ardb_sdcard_SECURE_BOOT_defconfig | 1 +
configs/ls1043ardb_sdcard_defconfig | 1 +
configs/ls1043ardb_tfa_SECURE_BOOT_defconfig | 1 +
configs/ls1043ardb_tfa_defconfig | 1 +
configs/ls1046aqds_SECURE_BOOT_defconfig | 1 +
configs/ls1046aqds_defconfig | 1 +
configs/ls1046aqds_lpuart_defconfig | 1 +
configs/ls1046aqds_nand_defconfig | 1 +
configs/ls1046aqds_sdcard_ifc_defconfig | 1 +
configs/ls1046aqds_tfa_SECURE_BOOT_defconfig | 1 +
configs/ls1046aqds_tfa_defconfig | 3 ++
configs/lschlv2_defconfig | 1 +
configs/lsxhl_defconfig | 1 +
configs/marsboard_defconfig | 2 +
configs/maxbcm_defconfig | 2 +
configs/mccmon6_nor_defconfig | 3 ++
configs/mccmon6_sd_defconfig | 3 ++
configs/meesc_dataflash_defconfig | 2 +
configs/mgcoge3un_defconfig | 1 +
configs/miqi-rk3288_defconfig | 1 +
configs/mscc_jr2_defconfig | 4 ++
configs/mscc_luton_defconfig | 4 ++
configs/mscc_ocelot_defconfig | 4 ++
configs/mscc_serval_defconfig | 4 ++
configs/mscc_servalt_defconfig | 4 ++
configs/mvebu_db-88f3720_defconfig | 1 +
configs/mvebu_db_armada8k_defconfig | 1 +
configs/mvebu_espressobin-88f3720_defconfig | 1 +
configs/mvebu_mcbin-88f8040_defconfig | 1 +
configs/mx28evk_auart_console_defconfig | 4 ++
configs/mx28evk_defconfig | 4 ++
configs/mx28evk_nand_defconfig | 4 ++
configs/mx28evk_spi_defconfig | 4 ++
configs/mx31pdk_defconfig | 2 +
configs/mx6qsabrelite_defconfig | 2 +
configs/mx6sabreauto_defconfig | 2 +
configs/mx6sabresd_defconfig | 2 +
configs/mx6slevk_defconfig | 2 +
configs/mx6slevk_spinor_defconfig | 2 +
configs/mx6slevk_spl_defconfig | 2 +
configs/mx6sxsabreauto_defconfig | 2 +
configs/mx6sxsabresd_defconfig | 3 ++
configs/mx6ul_14x14_evk_defconfig | 2 +
configs/mx6ul_9x9_evk_defconfig | 2 +
configs/mx6ull_14x14_evk_defconfig | 2 +
configs/mx6ull_14x14_evk_plugin_defconfig | 2 +
configs/mx7dsabresd_qspi_defconfig | 2 +
configs/net2big_v2_defconfig | 2 +
configs/netspace_lite_v2_defconfig | 2 +
configs/netspace_max_v2_defconfig | 2 +
configs/netspace_mini_v2_defconfig | 2 +
configs/netspace_v2_defconfig | 2 +
configs/nitrogen6dl2g_defconfig | 2 +
configs/nitrogen6dl_defconfig | 2 +
configs/nitrogen6q2g_defconfig | 2 +
configs/nitrogen6q_defconfig | 2 +
configs/nitrogen6s1g_defconfig | 2 +
configs/nitrogen6s_defconfig | 2 +
configs/nyan-big_defconfig | 2 +
configs/omapl138_lcdk_defconfig | 1 +
configs/ot1200_defconfig | 3 ++
configs/ot1200_spl_defconfig | 3 ++
configs/p2371-0000_defconfig | 2 +
configs/p2371-2180_defconfig | 2 +
configs/p2571_defconfig | 2 +
configs/pcm051_rev1_defconfig | 1 +
configs/pcm051_rev3_defconfig | 1 +
configs/pcm058_defconfig | 2 +
configs/peach-pi_defconfig | 4 ++
configs/peach-pit_defconfig | 4 ++
configs/pfla02_defconfig | 3 ++
configs/phycore-rk3288_defconfig | 1 +
configs/popmetal-rk3288_defconfig | 1 +
configs/portl2_defconfig | 1 +
configs/puma-rk3399_defconfig | 1 +
configs/riotboard_defconfig | 2 +
configs/riotboard_spl_defconfig | 2 +
configs/rock2_defconfig | 1 +
configs/rock960-rk3399_defconfig | 1 +
configs/rock_defconfig | 1 +
configs/sama5d27_som1_ek_mmc1_defconfig | 1 +
configs/sama5d27_som1_ek_mmc_defconfig | 1 +
configs/sama5d2_xplained_emmc_defconfig | 1 +
configs/sama5d2_xplained_mmc_defconfig | 1 +
configs/sama5d2_xplained_spiflash_defconfig | 1 +
configs/sama5d36ek_cmp_mmc_defconfig | 1 +
configs/sama5d36ek_cmp_nandflash_defconfig | 1 +
configs/sama5d36ek_cmp_spiflash_defconfig | 1 +
configs/sama5d3xek_mmc_defconfig | 1 +
configs/sama5d3xek_nandflash_defconfig | 1 +
configs/sama5d3xek_spiflash_defconfig | 1 +
configs/sama5d4_xplained_mmc_defconfig | 1 +
configs/sama5d4_xplained_nandflash_defconfig | 1 +
configs/sama5d4_xplained_spiflash_defconfig | 1 +
configs/sama5d4ek_mmc_defconfig | 1 +
configs/sama5d4ek_nandflash_defconfig | 1 +
configs/sama5d4ek_spiflash_defconfig | 1 +
configs/smdk5250_defconfig | 4 ++
configs/smdk5420_defconfig | 4 ++
configs/snow_defconfig | 4 ++
configs/socfpga_sr1500_defconfig | 1 +
configs/socfpga_stratix10_defconfig | 1 +
configs/spring_defconfig | 4 ++
configs/stmark2_defconfig | 3 ++
configs/tec-ng_defconfig | 2 +
configs/theadorable_debug_defconfig | 3 ++
configs/tinker-rk3288_defconfig | 1 +
configs/topic_miami_defconfig | 3 +-
configs/topic_miamilite_defconfig | 3 +-
configs/topic_miamiplus_defconfig | 2 +
configs/tqma6dl_mba6_mmc_defconfig | 2 +
configs/tqma6dl_mba6_spi_defconfig | 2 +
configs/tqma6q_mba6_mmc_defconfig | 2 +
configs/tqma6q_mba6_spi_defconfig | 2 +
configs/tqma6s_mba6_mmc_defconfig | 2 +
configs/tqma6s_mba6_spi_defconfig | 2 +
configs/trimslice_defconfig | 3 ++
configs/turris_mox_defconfig | 2 +
configs/turris_omnia_defconfig | 2 +
configs/uDPU_defconfig | 1 +
configs/usb_a9263_dataflash_defconfig | 2 +
configs/venice2_defconfig | 2 +
configs/vinco_defconfig | 2 +
configs/vyasa-rk3288_defconfig | 1 +
configs/x530_defconfig | 2 +
configs/zc5202_defconfig | 3 ++
configs/zc5601_defconfig | 3 ++
configs/zynq_cc108_defconfig | 1 +
configs/zynq_cse_qspi_defconfig | 1 +
configs/zynq_dlc20_rev1_0_defconfig | 1 +
configs/zynq_microzed_defconfig | 1 +
configs/zynq_minized_defconfig | 1 +
configs/zynq_z_turn_defconfig | 1 +
configs/zynq_zc702_defconfig | 1 +
configs/zynq_zc706_defconfig | 1 +
configs/zynq_zc770_xm010_defconfig | 1 +
configs/zynq_zc770_xm013_defconfig | 1 +
configs/zynq_zed_defconfig | 1 +
configs/zynq_zybo_defconfig | 1 +
configs/zynq_zybo_z7_defconfig | 1 +
drivers/mtd/spi/Kconfig | 36 +++++++++++++++
env/Kconfig | 53 +++++++++++++++++++---
env/sf.c | 13 ------
include/configs/B4860QDS.h | 6 ---
include/configs/BSC9131RDB.h | 8 ----
include/configs/BSC9132QDS.h | 8 ----
include/configs/C29XPCIE.h | 6 ---
include/configs/M52277EVB.h | 3 --
include/configs/M54418TWR.h | 1 -
include/configs/M54451EVB.h | 1 -
include/configs/M54455EVB.h | 3 --
include/configs/MPC8536DS.h | 9 ----
include/configs/P1010RDB.h | 6 ---
include/configs/P1022DS.h | 7 ---
include/configs/P2041RDB.h | 6 ---
include/configs/SBx81LIFKW.h | 4 --
include/configs/SBx81LIFXCAT.h | 4 --
include/configs/T102xQDS.h | 6 ---
include/configs/T102xRDB.h | 6 ---
include/configs/T1040QDS.h | 6 ---
include/configs/T104xRDB.h | 6 ---
include/configs/T208xQDS.h | 9 ----
include/configs/T208xRDB.h | 8 ----
include/configs/T4240QDS.h | 6 ---
include/configs/T4240RDB.h | 6 ---
include/configs/UCP1020.h | 7 ---
include/configs/adp-ae3xx.h | 8 ----
include/configs/advantech_dms-ba16.h | 10 ----
include/configs/am335x_evm.h | 2 -
include/configs/am43xx_evm.h | 3 --
include/configs/am57xx_evm.h | 2 -
include/configs/ap121.h | 1 -
include/configs/ap143.h | 1 -
include/configs/aristainetos-common.h | 6 ---
include/configs/aristainetos.h | 3 --
include/configs/aristainetos2.h | 3 --
include/configs/aristainetos2b.h | 3 --
include/configs/at91sam9260ek.h | 2 -
include/configs/at91sam9261ek.h | 2 -
include/configs/at91sam9263ek.h | 1 -
include/configs/at91sam9n12ek.h | 3 --
include/configs/at91sam9rlek.h | 1 -
include/configs/at91sam9x5ek.h | 5 --
include/configs/ax25-ae350.h | 8 ----
include/configs/bav335x.h | 2 -
include/configs/bcm7445.h | 4 --
include/configs/beaver.h | 2 -
include/configs/bg0900.h | 16 -------
include/configs/brppt1.h | 2 -
include/configs/cardhu.h | 2 -
include/configs/cei-tk1-som.h | 2 -
include/configs/cgtqmx6eval.h | 7 ---
include/configs/cl-som-am57x.h | 3 --
include/configs/cl-som-imx7.h | 8 ----
include/configs/clearfog.h | 1 -
include/configs/cm_fx6.h | 8 ----
include/configs/cm_t43.h | 3 --
include/configs/controlcenterd.h | 10 ----
include/configs/controlcenterdc.h | 12 -----
include/configs/corenet_ds.h | 6 ---
include/configs/da850evm.h | 3 --
include/configs/dalmore.h | 2 -
include/configs/db-88f6720.h | 2 -
include/configs/db-88f6820-amc.h | 4 --
include/configs/db-88f6820-gp.h | 4 --
include/configs/db-mv784mp-gp.h | 2 -
include/configs/dh_imx6.h | 10 ----
include/configs/display5.h | 11 -----
include/configs/dra7xx_evm.h | 3 --
include/configs/dreamplug.h | 3 --
include/configs/ds109.h | 3 --
include/configs/ds414.h | 2 -
include/configs/e2220-1170.h | 2 -
include/configs/ea20.h | 2 -
include/configs/el6x_common.h | 4 --
include/configs/embestmx6boards.h | 11 -----
include/configs/ethernut5.h | 1 -
include/configs/exynos5-common.h | 7 ---
include/configs/exynos5-dt-common.h | 2 +-
include/configs/ge_bx50v3.h | 10 ----
include/configs/gw_ventana.h | 8 ----
include/configs/helios4.h | 11 -----
include/configs/jetson-tk1.h | 2 -
include/configs/k2g_evm.h | 3 --
include/configs/km/km_arm.h | 6 ---
include/configs/km/kmp204x-common.h | 6 ---
include/configs/lacie_kw.h | 2 -
include/configs/legoev3.h | 2 -
include/configs/ls1012a_common.h | 4 --
include/configs/ls1012aqds.h | 7 ---
include/configs/ls1043a_common.h | 12 -----
include/configs/ls1046a_common.h | 8 ----
include/configs/ls1046aqds.h | 4 --
include/configs/ls1088aqds.h | 2 -
include/configs/lsxl.h | 6 ---
include/configs/maxbcm.h | 2 -
include/configs/mccmon6.h | 5 --
include/configs/meesc.h | 1 -
include/configs/microblaze-generic.h | 7 ---
include/configs/mvebu_armada-37xx.h | 6 ---
include/configs/mvebu_armada-8k.h | 7 ---
include/configs/mx28evk.h | 20 --------
include/configs/mx31pdk.h | 3 --
include/configs/mx6sabre_common.h | 7 ---
include/configs/mx6slevk.h | 11 -----
include/configs/mx6sxsabreauto.h | 4 --
include/configs/mx6sxsabresd.h | 4 --
include/configs/mx6ul_14x14_evk.h | 4 --
include/configs/mx6ullevk.h | 4 --
include/configs/mx7dsabresd.h | 4 --
include/configs/nitrogen6x.h | 11 -----
include/configs/nyan-big.h | 2 -
include/configs/omapl138_lcdk.h | 2 -
include/configs/ot1200.h | 8 ----
include/configs/p1_p2_rdb_pc.h | 9 ----
include/configs/p2371-0000.h | 2 -
include/configs/p2371-2180.h | 2 -
include/configs/p2571.h | 2 -
include/configs/pcm051.h | 2 -
include/configs/pcm058.h | 8 ----
include/configs/pfla02.h | 8 ----
include/configs/pm9261.h | 1 -
include/configs/pm9263.h | 1 -
include/configs/puma_rk3399.h | 4 --
include/configs/rk3036_common.h | 1 -
include/configs/rk3128_common.h | 1 -
include/configs/rk3188_common.h | 2 -
include/configs/rk3288_common.h | 2 -
include/configs/rk3328_common.h | 2 -
include/configs/rk3399_common.h | 2 -
include/configs/sama5d27_som1_ek.h | 1 -
include/configs/sama5d2_xplained.h | 5 --
include/configs/sama5d3xek.h | 4 --
include/configs/sama5d4_xplained.h | 4 --
include/configs/sama5d4ek.h | 4 --
include/configs/siemens-am33x-common.h | 3 --
include/configs/socfpga_common.h | 1 -
include/configs/socfpga_sr1500.h | 5 --
include/configs/socfpga_stratix10_socdk.h | 4 --
include/configs/stmark2.h | 4 --
include/configs/taurus.h | 4 --
include/configs/tec-ng.h | 2 -
include/configs/theadorable.h | 2 -
include/configs/ti_armv7_keystone2.h | 2 -
include/configs/topic_miami.h | 4 --
include/configs/tqma6.h | 10 ----
include/configs/trimslice.h | 3 --
include/configs/turris_mox.h | 7 ---
include/configs/turris_omnia.h | 2 -
include/configs/usb_a9263.h | 1 -
include/configs/vcoreiii.h | 2 -
include/configs/venice2.h | 2 -
include/configs/vinco.h | 8 ----
include/configs/x530.h | 5 --
include/configs/zynq-common.h | 3 --
include/spi_flash.h | 17 +++----
scripts/config_whitelist.txt | 7 ---
658 files changed, 1044 insertions(+), 811 deletions(-)
--
2.7.4
More information about the U-Boot
mailing list