On Mon, Nov 02, 2009 at 01:02:20PM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 10:38 Sat 31 Oct , Jean-Christophe PLAGNIOL-VILLARD wrote: > > Hi, > > > > Currently the arm select first the board which will select the arch > > > > This patch series will invert it and then first choice the arch > > to filter the possible soc and boards and allow each arch to implement > > it based on their own need > > > > this would also move ARCH_TEXT_BASE and BOARDINFO to mach Kconfig > v3 > use ARCH_IMX > add at91: Atmel Ref board fix config MACH to match with mach-types > > The following changes since commit b0f5479b60084a28a53d7ee4e6749bb757611b23: > Jean-Christophe PLAGNIOL-VILLARD (1): > driver: add dev_name inline > > are available in the git repository at: > > git://uboot.jcrosoft.org/u-boot-v2.git for-sascha ok, pulled Sascha > > Jean-Christophe PLAGNIOL-VILLARD (7): > arm/kconfig: inverse the board selection > at91/kconfig: use similar kconfig presentation > imx/kconfig: inverse the board selection > s3c/kconfig: inverse the board selection > netx/kconfig: inverse the board selection > arm: move config ARCH_TEXT_BASE and BOARDINFO to mach Kconfig > at91: Atmel Ref board fix config MACH to match with mach-types > > arch/arm/Kconfig | 250 ++------------------ > arch/arm/Makefile | 4 +- > arch/arm/configs/a9m2410_defconfig | 2 +- > arch/arm/configs/a9m2440_defconfig | 2 +- > arch/arm/configs/at91sam9260ek_defconfig | 2 +- > arch/arm/configs/at91sam9263ek_defconfig | 4 +- > arch/arm/configs/eukrea_cpuimx27_defconfig | 2 +- > arch/arm/configs/freescale_mx25_3stack_defconfig | 2 +- > arch/arm/configs/freescale_mx35_3stack_defconfig | 2 +- > arch/arm/configs/mmccpu_defconfig | 2 +- > arch/arm/configs/mx21ads_defconfig | 2 +- > arch/arm/configs/mx27ads_defconfig | 2 +- > arch/arm/configs/netx_nxdb500_defconfig | 2 +- > .../arm/configs/omap3530_beagle_per_uart_defconfig | 2 +- > arch/arm/configs/pca100_defconfig | 2 +- > arch/arm/configs/pcm037_defconfig | 2 +- > arch/arm/configs/pcm038_defconfig | 2 +- > arch/arm/configs/pcm043_defconfig | 2 +- > arch/arm/configs/pm9263_defconfig | 2 +- > arch/arm/mach-at91/Kconfig | 72 ++++++ > arch/arm/mach-at91rm9200/Kconfig | 24 ++ > arch/arm/mach-imx/Kconfig | 225 ++++++++++++++++-- > arch/arm/mach-netx/Kconfig | 24 ++ > arch/arm/mach-omap/Kconfig | 3 + > arch/arm/mach-s3c24xx/Kconfig | 38 +++- > board/omap/Kconfig | 1 - > 26 files changed, 403 insertions(+), 274 deletions(-) > create mode 100644 arch/arm/mach-at91/Kconfig > create mode 100644 arch/arm/mach-at91rm9200/Kconfig > > Best Regards, > J. > > _______________________________________________ > u-boot-v2 mailing list > u-boot-v2@xxxxxxxxxxxxxxxxxxx > http://lists.infradead.org/mailman/listinfo/u-boot-v2 > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ u-boot-v2 mailing list u-boot-v2@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/u-boot-v2