[U-Boot] Please pull u-boot-marvell/master

Hi Tim,
please pull the following Marvell / MVEBU patches. Travis has some timeouts so I was not able to build there, but all MVEBU boards build without issues.
Thanks, Stefan
The following changes since commit 8d3a25685e4aac7070365a2b3c53c2c81b27930f:
Merge git://git.denx.de/u-boot-dm (2017-07-11 20:28:46 -0400)
are available in the git repository at:
git://www.denx.de/git/u-boot-marvell.git
for you to fetch changes up to 172b2e0b561a50a3d8c4275be4ed24b0c8e18896:
arm: mvebu: clearfog: fix chip name comment (2017-07-12 06:57:55 +0200)
---------------------------------------------------------------- Baruch Siach (4): tools/kwbimage: update the list of SoCs using v1 header tools/kwbimage.h: make offset marks style consistent tools/kwbimage: fix v1 header verification arm: mvebu: clearfog: fix chip name comment
Igal Liberman (1): arm64: mvebu: use single defconfig for Armada8K development boards
Marek Behún (6): driver/ddr: Add support for setting timing in hws_topology_map orion_wdt: Support for the Orion Watchdog arch/arm/dts: Add Turris Omnia device tree drivers/i2c/muxes/pca954x: Add pca9547 I2C mux support drivers/misc: Add basic support for ATSHA204A Crypto module marvell: armada385: Add the Turris Omnia board
arch/arm/dts/armada-385-turris-omnia-u-boot.dtsi | 55 +++ arch/arm/dts/armada-385-turris-omnia.dts | 392 +++++++++++++++ arch/arm/mach-mvebu/Kconfig | 22 + board/CZ.NIC/turris_omnia/Makefile | 7 + board/CZ.NIC/turris_omnia/kwbimage.cfg | 12 + board/CZ.NIC/turris_omnia/turris_omnia.c | 530 +++++++++++++++++++++ board/Marvell/db-88f6820-amc/db-88f6820-amc.c | 3 +- board/Marvell/db-88f6820-gp/db-88f6820-gp.c | 3 +- board/gdsys/a38x/controlcenterdc.c | 3 +- board/solidrun/clearfog/clearfog.c | 3 +- board/solidrun/clearfog/kwbimage.cfg | 2 +- configs/mvebu_db-88f7040-nand_defconfig | 72 --- configs/mvebu_db-88f7040_defconfig | 70 --- ...f8040_defconfig => mvebu_db_armada8k_defconfig} | 0 configs/turris_omnia_defconfig | 62 +++ doc/README.marvell | 53 +++ drivers/ddr/marvell/a38x/ddr3_training.c | 6 + drivers/ddr/marvell/a38x/ddr_topology_def.h | 9 + drivers/i2c/muxes/pca954x.c | 42 +- drivers/misc/Kconfig | 8 + drivers/misc/Makefile | 1 + drivers/misc/atsha204a-i2c.c | 408 ++++++++++++++++ drivers/watchdog/Kconfig | 7 + drivers/watchdog/Makefile | 1 + drivers/watchdog/orion_wdt.c | 177 +++++++ include/atsha204a-i2c.h | 69 +++ include/configs/turris_omnia.h | 178 +++++++ tools/kwbimage.c | 34 +- tools/kwbimage.h | 64 +-- 29 files changed, 2105 insertions(+), 188 deletions(-) create mode 100644 arch/arm/dts/armada-385-turris-omnia-u-boot.dtsi create mode 100644 arch/arm/dts/armada-385-turris-omnia.dts create mode 100644 board/CZ.NIC/turris_omnia/Makefile create mode 100644 board/CZ.NIC/turris_omnia/kwbimage.cfg create mode 100644 board/CZ.NIC/turris_omnia/turris_omnia.c delete mode 100644 configs/mvebu_db-88f7040-nand_defconfig delete mode 100644 configs/mvebu_db-88f7040_defconfig rename configs/{mvebu_db-88f8040_defconfig => mvebu_db_armada8k_defconfig} (100%) create mode 100644 configs/turris_omnia_defconfig create mode 100644 doc/README.marvell create mode 100644 drivers/misc/atsha204a-i2c.c create mode 100644 drivers/watchdog/orion_wdt.c create mode 100644 include/atsha204a-i2c.h create mode 100644 include/configs/turris_omnia.h

On Wed, Jul 12, 2017 at 08:00:02AM +0200, Stefan Roese wrote:
Hi Tim,
please pull the following Marvell / MVEBU patches. Travis has some timeouts so I was not able to build there, but all MVEBU boards build without issues.
Thanks, Stefan
The following changes since commit 8d3a25685e4aac7070365a2b3c53c2c81b27930f:
Merge git://git.denx.de/u-boot-dm (2017-07-11 20:28:46 -0400)
are available in the git repository at:
git://www.denx.de/git/u-boot-marvell.git
for you to fetch changes up to 172b2e0b561a50a3d8c4275be4ed24b0c8e18896:
arm: mvebu: clearfog: fix chip name comment (2017-07-12 06:57:55 +0200)
Applied to u-boot/master, thanks!
participants (2)
-
Stefan Roese
-
Tom Rini