[U-Boot] Please pull u-boot-marvell
Stefan Roese
sr at denx.de
Tue Jun 12 11:21:59 UTC 2018
Hi Tom,
please pull the Helios4 Armada 38x support from Dennis, which was
posted in v3 a few days ago.
Thanks,
Stefan
The following changes since commit 813d1fb56dc0af9567feb86cd71c49f14662044b:
Merge branch 'master' of git://git.denx.de/u-boot-ubi (2018-06-08 10:08:20 -0400)
are available in the Git repository at:
git://www.denx.de/git/u-boot-marvell.git
for you to fetch changes up to ae28a5f830936ca285ec65d3f5f70fdcef95ab92:
arm: mvebu: Add Helios4 Armada 38x initial support (2018-06-12 13:17:19 +0200)
----------------------------------------------------------------
Dennis Gilmore (1):
arm: mvebu: Add Helios4 Armada 38x initial support
arch/arm/dts/Makefile | 1 +
arch/arm/dts/armada-388-helios4.dts | 314 +++++++++++++++++++++++++
arch/arm/dts/armada-38x-solidrun-microsom.dtsi | 101 ++++++++
arch/arm/mach-mvebu/Kconfig | 7 +
board/kobol/helios4/MAINTAINERS | 6 +
board/kobol/helios4/Makefile | 5 +
board/kobol/helios4/README | 46 ++++
board/kobol/helios4/helios4.c | 163 +++++++++++++
board/kobol/helios4/kwbimage.cfg | 13 +
configs/helios4_defconfig | 58 +++++
include/configs/helios4.h | 172 ++++++++++++++
11 files changed, 886 insertions(+)
create mode 100644 arch/arm/dts/armada-388-helios4.dts
create mode 100644 arch/arm/dts/armada-38x-solidrun-microsom.dtsi
create mode 100644 board/kobol/helios4/MAINTAINERS
create mode 100644 board/kobol/helios4/Makefile
create mode 100644 board/kobol/helios4/README
create mode 100644 board/kobol/helios4/helios4.c
create mode 100644 board/kobol/helios4/kwbimage.cfg
create mode 100644 configs/helios4_defconfig
create mode 100644 include/configs/helios4.h
More information about the U-Boot
mailing list