From: Konstantin Porotchkin <kos...@marvell.com> This set of patches is adding more features for bards based on new Marvell MoChi platforms - Armada-70x0 and Armada-80x0. The patches were applied on top of Stefan's patch set with the last patch named "arm64: mvebu: Add PCI support to DB-88F8040 board".
The test was done on Armada-70x0 and Armada-80x0 development boards equipped with SoC release A1. Since the SPI and I2C channels mapping between A0 and A1 releases were changed, the execution of added features on A0 boards will fail. Currently 2 major features were added: - BUBT command support - Pin controller driver for A8K family Konstantin Porotchkin (6): arm64: mvebu: Modify the A8K SPI and I2C config in DTS arm64: mvebu: Add bubt command for flash image burn arm64: mvebu: pinctrl: Add pin control driver for A8K family arm64: mvebu: Add pin control nodes to A8K family DTS files arm64: mvebu: Enable BUBT command support in A8K default config arm64: mvebu: Enable pin control support in A8K default config arch/arm/dts/armada-7040-db.dts | 38 ++ arch/arm/dts/armada-8040-db.dts | 115 +++- arch/arm/dts/armada-ap806.dtsi | 18 + arch/arm/dts/armada-cp110-master.dtsi | 32 + arch/arm/dts/armada-cp110-slave.dtsi | 19 + arch/arm/include/asm/arch-armada8k/soc-info.h | 45 ++ arch/arm/mach-mvebu/Kconfig | 30 + arch/arm/mach-mvebu/arm64-common.c | 1 - cmd/Kconfig | 3 + cmd/Makefile | 2 + cmd/mvebu/Kconfig | 10 + cmd/mvebu/Makefile | 19 + cmd/mvebu/bubt.c | 699 +++++++++++++++++++++ configs/mvebu_db-88f7040_defconfig | 2 + configs/mvebu_db-88f8040_defconfig | 2 + .../pinctrl/marvell,mvebu-pinctrl.txt | 113 ++++ drivers/pinctrl/Kconfig | 1 + drivers/pinctrl/Makefile | 1 + drivers/pinctrl/mvebu/Kconfig | 7 + drivers/pinctrl/mvebu/Makefile | 17 + drivers/pinctrl/mvebu/pinctrl-mvebu.c | 195 ++++++ drivers/pinctrl/mvebu/pinctrl-mvebu.h | 44 ++ 22 files changed, 1378 insertions(+), 35 deletions(-) create mode 100644 arch/arm/include/asm/arch-armada8k/soc-info.h create mode 100644 cmd/mvebu/Kconfig create mode 100644 cmd/mvebu/Makefile create mode 100644 cmd/mvebu/bubt.c create mode 100644 doc/device-tree-bindings/pinctrl/marvell,mvebu-pinctrl.txt create mode 100644 drivers/pinctrl/mvebu/Kconfig create mode 100644 drivers/pinctrl/mvebu/Makefile create mode 100644 drivers/pinctrl/mvebu/pinctrl-mvebu.c create mode 100644 drivers/pinctrl/mvebu/pinctrl-mvebu.h -- 2.7.4 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot