public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/12] dm: use "select DM"
@ 2015-03-31  3:47 Masahiro Yamada
  2015-03-31  3:47 ` [U-Boot] [PATCH 01/12] dm: spi_flash: fix wrong dependency Masahiro Yamada
                   ` (11 more replies)
  0 siblings, 12 replies; 48+ messages in thread
From: Masahiro Yamada @ 2015-03-31  3:47 UTC (permalink / raw)
  To: u-boot

01/12 fixes SOCFPGA boards.  (Because of a wrong dependency,
SOCFPGA boards cannot enable CONFIG_DM_SPI_FLASH.

The other patches move CONFIG options from defcofig to Kconfig
and use "select".

02 thru 12 do not change the output binaries at all.
I compared MD5SUM of all the boards and confirmed this.



Masahiro Yamada (12):
  dm: spi_flash: fix wrong dependency
  dm: select CONFIG_DM* options
  ARM: UniPhier: use "select" instead of default value in defconfig
  ARM: zynq: use "select" instead of default value in defconfig
  ARM: rmobile: use "select" instead of default value in defconfig
  ARM: snapper9260: use "select" instead of default value in defconfig
  ARM: mx6: use "select" instead of default value in defconfig
  ARM: socfpga: use "select" instead of default value in defconfig
  ARM: bav335x: use "select" instead of default value in defconfig
  ARM: stv0991: use "select" instead of default value in defconfig
  ARM: cm_fx6: use "select" instead of default value in defconfig
  powerpc: ids8313: use "select" instead of default value in defconfig

 arch/Kconfig                             |  9 +++++
 arch/arm/Kconfig                         | 58 ++++++++++++++++++++++++++++++++
 arch/arm/cpu/armv7/exynos/Kconfig        | 15 ---------
 arch/arm/cpu/armv7/omap3/Kconfig         | 27 ++++++++++-----
 arch/arm/cpu/armv7/rmobile/Kconfig       | 12 +++++++
 arch/arm/mach-at91/Kconfig               |  3 ++
 arch/arm/mach-bcm283x/Kconfig            |  9 -----
 arch/arm/mach-tegra/Kconfig              | 18 ----------
 arch/powerpc/cpu/mpc83xx/Kconfig         |  1 +
 arch/powerpc/cpu/ppc4xx/Kconfig          |  2 ++
 arch/sandbox/Kconfig                     | 18 ----------
 arch/x86/Kconfig                         |  9 -----
 board/amcc/canyonlands/Kconfig           |  6 ----
 board/compulab/cm_t335/Kconfig           |  9 -----
 board/gumstix/pepper/Kconfig             |  9 -----
 board/isee/igep0033/Kconfig              |  9 -----
 board/phytec/pcm051/Kconfig              |  9 -----
 board/samsung/goni/Kconfig               |  9 -----
 board/samsung/smdkc100/Kconfig           |  9 -----
 board/silica/pengwyn/Kconfig             |  9 -----
 board/ti/am335x/Kconfig                  |  9 -----
 configs/alt_defconfig                    |  2 --
 configs/am335x_boneblack_vboot_defconfig |  1 -
 configs/am3517_crane_defconfig           |  3 --
 configs/am3517_evm_defconfig             |  3 --
 configs/birdland_bav335a_defconfig       |  3 --
 configs/birdland_bav335b_defconfig       |  3 --
 configs/cm_fx6_defconfig                 |  3 --
 configs/cm_t3517_defconfig               |  3 --
 configs/cm_t35_defconfig                 |  3 --
 configs/devkit8000_defconfig             |  3 --
 configs/dig297_defconfig                 |  3 --
 configs/eco5pk_defconfig                 |  3 --
 configs/gose_defconfig                   |  2 --
 configs/ids8313_defconfig                |  1 -
 configs/koelsch_defconfig                |  2 --
 configs/lager_defconfig                  |  2 --
 configs/mcx_defconfig                    |  3 --
 configs/mt_ventoux_defconfig             |  3 --
 configs/mx6dlsabreauto_defconfig         |  2 --
 configs/mx6dlsabresd_defconfig           |  2 --
 configs/mx6qsabreauto_defconfig          |  2 --
 configs/mx6qsabresd_defconfig            |  2 --
 configs/mx6sabresd_spl_defconfig         |  2 --
 configs/mx6sxsabresd_defconfig           |  2 --
 configs/mx6sxsabresd_spl_defconfig       |  2 --
 configs/nokia_rx51_defconfig             |  3 --
 configs/omap3_beagle_defconfig           |  3 --
 configs/omap3_evm_defconfig              |  3 --
 configs/omap3_evm_quick_mmc_defconfig    |  3 --
 configs/omap3_evm_quick_nand_defconfig   |  3 --
 configs/omap3_ha_defconfig               |  3 --
 configs/omap3_logic_defconfig            |  3 --
 configs/omap3_mvblx_defconfig            |  3 --
 configs/omap3_pandora_defconfig          |  3 --
 configs/omap3_sdp3430_defconfig          |  3 --
 configs/ph1_ld4_defconfig                |  3 --
 configs/ph1_pro4_defconfig               |  3 --
 configs/ph1_sld8_defconfig               |  3 --
 configs/porter_defconfig                 |  2 --
 configs/sandbox_defconfig                |  1 -
 configs/silk_defconfig                   |  2 --
 configs/snapper9260_defconfig            |  3 --
 configs/snapper9g20_defconfig            |  3 --
 configs/socfpga_arria5_defconfig         |  3 --
 configs/socfpga_cyclone5_defconfig       |  3 --
 configs/socfpga_socrates_defconfig       |  3 --
 configs/stv0991_defconfig                |  2 --
 configs/tao3530_defconfig                |  3 --
 configs/tricorder_defconfig              |  3 --
 configs/tricorder_flash_defconfig        |  3 --
 configs/twister_defconfig                |  3 --
 configs/zynq_microzed_defconfig          |  1 -
 configs/zynq_zc70x_defconfig             |  1 -
 configs/zynq_zc770_xm010_defconfig       |  1 -
 configs/zynq_zc770_xm012_defconfig       |  1 -
 configs/zynq_zc770_xm013_defconfig       |  1 -
 configs/zynq_zed_defconfig               |  1 -
 configs/zynq_zybo_defconfig              |  1 -
 drivers/mtd/spi/Kconfig                  |  2 +-
 80 files changed, 104 insertions(+), 297 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 48+ messages in thread

end of thread, other threads:[~2015-04-22 15:07 UTC | newest]

Thread overview: 48+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-31  3:47 [U-Boot] [PATCH 0/12] dm: use "select DM" Masahiro Yamada
2015-03-31  3:47 ` [U-Boot] [PATCH 01/12] dm: spi_flash: fix wrong dependency Masahiro Yamada
2015-04-08  2:50   ` Simon Glass
2015-04-08 14:01     ` Simon Glass
2015-04-22  9:19       ` Stefan Roese
2015-04-22 10:07         ` Marek Vasut
2015-04-22 14:39           ` Simon Glass
2015-04-22 14:42             ` Stefan Roese
2015-04-22 15:07               ` Simon Glass
2015-03-31  3:47 ` [U-Boot] [PATCH 02/12] dm: select CONFIG_DM* options Masahiro Yamada
2015-04-08  2:50   ` Simon Glass
2015-04-08 14:01     ` Simon Glass
2015-03-31  3:47 ` [U-Boot] [PATCH 03/12] ARM: UniPhier: use "select" instead of default value in defconfig Masahiro Yamada
2015-04-08  2:50   ` Simon Glass
2015-04-08 14:01     ` Simon Glass
2015-03-31  3:47 ` [U-Boot] [PATCH 04/12] ARM: zynq: " Masahiro Yamada
2015-04-08  2:50   ` Simon Glass
2015-04-08 14:02     ` Simon Glass
2015-03-31  3:47 ` [U-Boot] [PATCH 05/12] ARM: rmobile: " Masahiro Yamada
2015-04-08  2:50   ` Simon Glass
2015-04-08 14:02     ` Simon Glass
2015-03-31  3:47 ` [U-Boot] [PATCH 06/12] ARM: snapper9260: " Masahiro Yamada
2015-04-08  2:50   ` Simon Glass
2015-04-08 14:02     ` Simon Glass
2015-03-31  3:47 ` [U-Boot] [PATCH 07/12] ARM: mx6: " Masahiro Yamada
2015-04-08  2:50   ` Simon Glass
2015-04-08 14:02     ` Simon Glass
2015-03-31  3:47 ` [U-Boot] [PATCH 08/12] ARM: socfpga: " Masahiro Yamada
2015-03-31 20:40   ` Pavel Machek
2015-04-02  0:30     ` Masahiro Yamada
2015-04-02 12:47       ` Pavel Machek
2015-04-06  3:22         ` Masahiro Yamada
2015-04-08  2:46           ` Simon Glass
2015-04-08  2:49             ` Simon Glass
2015-04-08 14:02               ` Simon Glass
2015-03-31  3:48 ` [U-Boot] [PATCH 09/12] ARM: bav335x: " Masahiro Yamada
2015-04-08  2:50   ` Simon Glass
2015-04-08 14:02     ` Simon Glass
2015-03-31  3:48 ` [U-Boot] [PATCH 10/12] ARM: stv0991: " Masahiro Yamada
2015-04-08  2:50   ` Simon Glass
2015-04-08 14:02     ` Simon Glass
2015-04-13 20:38   ` vikasm
2015-03-31  3:48 ` [U-Boot] [PATCH 11/12] ARM: cm_fx6: " Masahiro Yamada
2015-04-08  2:50   ` Simon Glass
2015-04-08 14:02     ` Simon Glass
2015-03-31  3:48 ` [U-Boot] [PATCH 12/12] powerpc: ids8313: " Masahiro Yamada
2015-04-08  2:51   ` Simon Glass
2015-04-08 14:02     ` Simon Glass

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox