[U-Boot] [PATCH 0/5] convert CONFIG_SYS_SPI_U_BOOT_OFFS to Kconfig

Hannes Schmelzer hannes.schmelzer at br-automation.com
Thu Aug 22 13:41:41 UTC 2019


The intention of this series is to bring the CONFIG_SYS_SPI_U_BOOT_OFFS
option to Kconfig. For getting sure not introducing bugs and don't
forget boards the requirement is a clean run of moveconfig.py without
warnings.

To achieve this we need to prepare a few things:
- manually edit header files which have formula within the #define
- manually edit header files which are referencing to another #define
- manually edit common header files which are defining the option even
it is not needed on affected build-targets.

A few boards are failing in moveconfig.py because the needed tool-chain
isn't found. Not a big issue since they aren't affected from the
desired change.



Hannes Schmelzer (5):
  moveconfig: prepare moving CONFIG_SYS_SPI_U_BOOT_OFFS to Kconfig step
    1
  moveconfig: prepare moving CONFIG_SYS_SPI_U_BOOT_OFFS to Kconfig step
    2
  moveconfig: prepare moving CONFIG_SYS_SPI_U_BOOT_OFFS to Kconfig step
    3
  moveconfig: prepare moving CONFIG_SYS_SPI_U_BOOT_OFFS to Kconfig step
    4
  Convert CONFIG_SYS_SPI_U_BOOT_OFFS to Kconfig

 common/spl/Kconfig                          | 8 ++++++++
 configs/alt_defconfig                       | 1 +
 configs/am57xx_evm_defconfig                | 1 +
 configs/am57xx_hs_evm_defconfig             | 1 +
 configs/am57xx_hs_evm_usb_defconfig         | 1 +
 configs/brppt1_spi_defconfig                | 1 +
 configs/brsmarc1_defconfig                  | 1 +
 configs/cgtqmx6eval_defconfig               | 1 +
 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/cm_fx6_defconfig                    | 1 +
 configs/cm_t43_defconfig                    | 1 +
 configs/controlcenterdc_defconfig           | 1 +
 configs/da850evm_defconfig                  | 1 +
 configs/da850evm_nand_defconfig             | 1 +
 configs/db-88f6720_defconfig                | 1 +
 configs/db-88f6820-amc_defconfig            | 1 +
 configs/db-88f6820-gp_defconfig             | 1 +
 configs/db-mv784mp-gp_defconfig             | 1 +
 configs/dh_imx6_defconfig                   | 1 +
 configs/display5_defconfig                  | 1 +
 configs/display5_factory_defconfig          | 1 +
 configs/dra7xx_evm_defconfig                | 1 +
 configs/dra7xx_hs_evm_defconfig             | 1 +
 configs/dra7xx_hs_evm_usb_defconfig         | 1 +
 configs/draco_defconfig                     | 1 +
 configs/ds414_defconfig                     | 1 +
 configs/etamin_defconfig                    | 1 +
 configs/gose_defconfig                      | 1 +
 configs/j721e_evm_a72_defconfig             | 1 +
 configs/j721e_evm_r5_defconfig              | 1 +
 configs/k2e_evm_defconfig                   | 1 +
 configs/k2g_evm_defconfig                   | 1 +
 configs/k2hk_evm_defconfig                  | 1 +
 configs/k2l_evm_defconfig                   | 1 +
 configs/koelsch_defconfig                   | 1 +
 configs/lager_defconfig                     | 1 +
 configs/maxbcm_defconfig                    | 1 +
 configs/ot1200_spl_defconfig                | 1 +
 configs/pcm058_defconfig                    | 1 +
 configs/pfla02_defconfig                    | 1 +
 configs/porter_defconfig                    | 1 +
 configs/puma-rk3399_defconfig               | 1 +
 configs/pxm2_defconfig                      | 1 +
 configs/rastaban_defconfig                  | 1 +
 configs/rut_defconfig                       | 1 +
 configs/sama5d2_xplained_spiflash_defconfig | 1 +
 configs/sama5d3xek_spiflash_defconfig       | 1 +
 configs/sama5d4_xplained_spiflash_defconfig | 1 +
 configs/sama5d4ek_spiflash_defconfig        | 1 +
 configs/silk_defconfig                      | 1 +
 configs/socfpga_arria5_defconfig            | 1 +
 configs/socfpga_cyclone5_defconfig          | 1 +
 configs/socfpga_dbm_soc1_defconfig          | 1 +
 configs/socfpga_de0_nano_soc_defconfig      | 1 +
 configs/socfpga_de10_nano_defconfig         | 1 +
 configs/socfpga_is1_defconfig               | 1 +
 configs/socfpga_mcvevk_defconfig            | 1 +
 configs/socfpga_sockit_defconfig            | 1 +
 configs/socfpga_socrates_defconfig          | 1 +
 configs/socfpga_sr1500_defconfig            | 1 +
 configs/socfpga_stratix10_defconfig         | 1 +
 configs/socfpga_vining_fpga_defconfig       | 1 +
 configs/stout_defconfig                     | 1 +
 configs/theadorable_debug_defconfig         | 1 +
 configs/thuban_defconfig                    | 1 +
 configs/topic_miami_defconfig               | 1 +
 configs/topic_miamilite_defconfig           | 1 +
 configs/topic_miamiplus_defconfig           | 1 +
 configs/turris_omnia_defconfig              | 1 +
 configs/x530_defconfig                      | 2 ++
 configs/zc5202_defconfig                    | 1 +
 configs/zc5601_defconfig                    | 1 +
 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_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 +
 doc/README.rockchip                         | 2 +-
 include/configs/alt.h                       | 1 -
 include/configs/am335x_evm.h                | 1 -
 include/configs/am57xx_evm.h                | 1 -
 include/configs/at91sam9n12ek.h             | 5 -----
 include/configs/at91sam9x5ek.h              | 4 ----
 include/configs/bav335x.h                   | 1 -
 include/configs/brppt1.h                    | 1 -
 include/configs/brsmarc1.h                  | 1 -
 include/configs/cgtqmx6eval.h               | 1 -
 include/configs/cl-som-imx7.h               | 3 ---
 include/configs/clearfog.h                  | 1 -
 include/configs/cm_fx6.h                    | 1 -
 include/configs/cm_t43.h                    | 1 -
 include/configs/controlcenterdc.h           | 1 -
 include/configs/da850evm.h                  | 1 -
 include/configs/db-88f6720.h                | 1 -
 include/configs/db-88f6820-amc.h            | 1 -
 include/configs/db-88f6820-gp.h             | 1 -
 include/configs/db-mv784mp-gp.h             | 1 -
 include/configs/dh_imx6.h                   | 1 -
 include/configs/display5.h                  | 1 -
 include/configs/dra7xx_evm.h                | 1 -
 include/configs/ds414.h                     | 1 -
 include/configs/el6x_common.h               | 1 -
 include/configs/gose.h                      | 1 -
 include/configs/helios4.h                   | 1 -
 include/configs/j721e_evm.h                 | 2 --
 include/configs/koelsch.h                   | 1 -
 include/configs/lager.h                     | 1 -
 include/configs/maxbcm.h                    | 1 -
 include/configs/mt7629.h                    | 1 -
 include/configs/omapl138_lcdk.h             | 1 -
 include/configs/ot1200.h                    | 1 -
 include/configs/pcm051.h                    | 1 -
 include/configs/pcm058.h                    | 1 -
 include/configs/pfla02.h                    | 1 -
 include/configs/phycore_am335x_r2.h         | 1 -
 include/configs/porter.h                    | 1 -
 include/configs/rk3128_common.h             | 1 -
 include/configs/rk3288_common.h             | 1 -
 include/configs/rk3328_common.h             | 2 --
 include/configs/rk3399_common.h             | 1 -
 include/configs/sama5d27_som1_ek.h          | 4 ----
 include/configs/sama5d2_xplained.h          | 4 ----
 include/configs/sama5d3xek.h                | 4 ----
 include/configs/sama5d4_xplained.h          | 5 -----
 include/configs/sama5d4ek.h                 | 4 ----
 include/configs/siemens-am33x-common.h      | 2 --
 include/configs/silk.h                      | 1 -
 include/configs/socfpga_common.h            | 7 -------
 include/configs/socfpga_stratix10_socdk.h   | 1 -
 include/configs/stout.h                     | 1 -
 include/configs/sunxi-common.h              | 4 ----
 include/configs/taurus.h                    | 1 -
 include/configs/theadorable.h               | 1 -
 include/configs/ti814x_evm.h                | 1 -
 include/configs/ti_armv7_keystone2.h        | 1 -
 include/configs/topic_miami.h               | 2 --
 include/configs/turris_omnia.h              | 1 -
 include/configs/x530.h                      | 2 --
 include/configs/xilinx_zynqmp.h             | 2 --
 include/configs/zynq-common.h               | 1 -
 scripts/config_whitelist.txt                | 1 -
 152 files changed, 97 insertions(+), 104 deletions(-)

-- 
2.7.4




More information about the U-Boot mailing list