This patchset adds DM / DTS support for the siemens at91 based boards. No special patches here, just based on the AT91 DM patches from Simon: [U-Boot,v2,01/18] at91: Add support for the AT91 slow clock controller http://patchwork.ozlabs.org/patch/618949/ [U-Boot,v2,02/18] arm: Allow skipping of low-level init with I-cache on http://patchwork.ozlabs.org/patch/618951/ [U-Boot,v2,03/18] bootm: Align cache flush end address correctly http://patchwork.ozlabs.org/patch/618950/ [U-Boot,v2,04/18] net: Handle an empty bootp extension section http://patchwork.ozlabs.org/patch/618953/ [U-Boot,v2,05/18] net: macb: Prepare for driver-model conversion http://patchwork.ozlabs.org/patch/618954/ [U-Boot,v2,06/18] net: macb: Flush correct cache portion when sending http://patchwork.ozlabs.org/patch/618952/ [U-Boot,v2,07/18] net: macb: Convert to driver model http://patchwork.ozlabs.org/patch/618956/ [U-Boot,v2,08/18] arm: at91: dts: Bring in device tree file for AT91SAM9G45 http://patchwork.ozlabs.org/patch/618960/ [U-Boot,v2,09/18] arm: at91: Add a header file for the real-time clock http://patchwork.ozlabs.org/patch/618958/ [U-Boot,v2,10/18] at91: Correct NAND ECC register access http://patchwork.ozlabs.org/patch/618955/ [U-Boot,v2,11/18] at91: nand: Set up the ECC strength correctly http://patchwork.ozlabs.org/patch/618957/ [U-Boot,v2,12/18] mtd: nand: Drop a blank line in nand_wait() http://patchwork.ozlabs.org/patch/618961/ [U-Boot,v2,13/18] at91: Add driver-model GPIO devices for AT91SAM9G45 http://patchwork.ozlabs.org/patch/618959/ [U-Boot,v2,14/18] at91: mtd: nand: Add dev_warn() to correct build error in driver http://patchwork.ozlabs.org/patch/618962/
and pulled in from linux some dtsi files. And added the DTS files for the siemens at91 boards. Heiko Schocher (5): arm: at91: add CONFIG_AT91SAM9M10G45 corvus DTS / DM support arm: at91: dts: Bring in dts files for AT91SAM9G20 and SAM9260 arm: at91: smartweb: add DM and DTS support arm: at91: taurus/axm: add DM and DTS support arch/arm/dts/Makefile | 4 +- arch/arm/dts/at91sam9260-smartweb.dts | 110 +++ arch/arm/dts/at91sam9260.dtsi | 1034 +++++++++++++++++++++++++ arch/arm/dts/at91sam9261.dtsi | 876 +++++++++++++++++++++ arch/arm/dts/at91sam9263.dtsi | 1034 +++++++++++++++++++++++++ arch/arm/dts/at91sam9g20-taurus.dts | 119 +++ arch/arm/dts/at91sam9g20.dtsi | 68 ++ arch/arm/dts/at91sam9g45-corvus.dts | 108 +++ arch/arm/mach-at91/Kconfig | 12 + arch/arm/mach-at91/include/mach/at91_matrix.h | 26 +- board/siemens/corvus/board.c | 41 +- board/siemens/smartweb/smartweb.c | 32 +- board/siemens/taurus/taurus.c | 25 + configs/axm_defconfig | 5 +- configs/corvus_defconfig | 8 + configs/smartweb_defconfig | 7 +- configs/taurus_defconfig | 5 +- include/configs/corvus.h | 2 +- include/configs/smartweb.h | 6 +- include/configs/taurus.h | 2 +- 20 files changed, 3492 insertions(+), 32 deletions(-) create mode 100644 arch/arm/dts/at91sam9260-smartweb.dts create mode 100644 arch/arm/dts/at91sam9260.dtsi create mode 100644 arch/arm/dts/at91sam9261.dtsi create mode 100644 arch/arm/dts/at91sam9263.dtsi create mode 100644 arch/arm/dts/at91sam9g20-taurus.dts create mode 100644 arch/arm/dts/at91sam9g20.dtsi create mode 100644 arch/arm/dts/at91sam9g45-corvus.dts -- 2.5.5 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot