[U-Boot] [PATCH v3 0/4] dm: Convert boards to Kconfig for driver model
Simon Glass
sjg at chromium.org
Thu Feb 12 00:32:56 CET 2015
This series converts most boards to use Kconfig for driver model. It is
based on the v1 patches but split out so that only one arch is done per
patch. This makes it easier to review and test. Also since DM SPL
support is not fully merged some adjustments have had to be made to
allow this series to work independent of that (since I don't want to
delay the Kconfig conversion any longer).
About 10 boards remain to be cleaned up and these are dealt with
in a small follow-on series.
Changes in v3:
- Split out the ATMEL_PIO_PORTS change into its own patch
Changes in v2:
- Add CONFIG_SYS_MALLOC_F as well as CONFIG_SYS_MALLOC_F_LEN
Simon Glass (4):
dm: at91: Drop use of ATMEL_PIO_PORTS in the header file
dm: at91: snapper: Move driver model CONFIGs to Kconfig
dm: Kconfig: Move CONFIG_SYS_MALLOC_F_LEN to Kconfig
dm: Drop unused driver model config_defaults
Kconfig | 19 +++++++++++++++++++
arch/arm/cpu/armv7/exynos/Kconfig | 6 ++++++
arch/arm/cpu/armv7/omap3/Kconfig | 6 ++++++
arch/arm/cpu/armv7/tegra-common/Kconfig | 6 ++++++
arch/arm/cpu/armv7/uniphier/Kconfig | 6 ++++++
arch/arm/include/asm/arch-at91/at91_pio.h | 12 ++++--------
arch/x86/Kconfig | 6 ++++++
board/ti/am335x/Kconfig | 6 ++++++
configs/Linksprite_pcDuino3_fdt_defconfig | 2 ++
configs/am335x_igep0033_defconfig | 2 ++
configs/cm_fx6_defconfig | 2 ++
configs/cm_t335_defconfig | 2 ++
configs/gwventana_defconfig | 2 ++
configs/mx6dlsabreauto_defconfig | 2 ++
configs/mx6qsabreauto_defconfig | 2 ++
configs/mx6qsabresd_defconfig | 2 ++
configs/mx6sxsabresd_defconfig | 2 ++
configs/nokia_rx51_defconfig | 2 ++
configs/pcm051_rev1_defconfig | 2 ++
configs/pcm051_rev3_defconfig | 2 ++
configs/pengwyn_defconfig | 2 ++
configs/pepper_defconfig | 2 ++
configs/rpi_defconfig | 2 ++
configs/s5p_goni_defconfig | 2 ++
configs/sandbox_defconfig | 2 ++
configs/smdkc100_defconfig | 2 ++
configs/snapper9260_defconfig | 5 +++++
configs/snapper9g20_defconfig | 5 +++++
configs/stv0991_defconfig | 2 ++
include/config_defaults.h | 12 ------------
include/configs/cm_fx6.h | 3 ---
include/configs/exynos-common.h | 1 -
include/configs/gw_ventana.h | 1 -
include/configs/mx6sabre_common.h | 1 -
include/configs/mx6sxsabresd.h | 1 -
include/configs/nokia_rx51.h | 1 -
include/configs/novena.h | 1 -
include/configs/rpi.h | 1 -
include/configs/s5p_goni.h | 1 -
include/configs/sandbox.h | 1 -
include/configs/smdkc100.h | 3 ---
include/configs/snapper9260.h | 5 -----
include/configs/stv0991.h | 1 -
include/configs/sunxi-common.h | 1 -
include/configs/tegra-common.h | 1 -
include/configs/ti_am335x_common.h | 1 -
include/configs/ti_omap3_common.h | 1 -
include/configs/uniphier.h | 2 --
include/configs/x86-common.h | 1 -
49 files changed, 107 insertions(+), 48 deletions(-)
--
2.2.0.rc0.207.ga3a616c
More information about the U-Boot
mailing list