
Hi Tom,
Here is a sunxi pull-req with some recent fixes for v2016.09, note this is an updated pull-req superseding my previous one.
The main reason for this pull-req is a couple of fixes for the sun8i ethernet support (which is new in v2016.0). Besides that this also adds 3 new boards which were pending in sunxi-next and (new in the updated pullreq) a few A64 fixes.
The following changes since commit b615267633996a9410a88b54a55965d8b021f6f8:
ARM: tegra: Add support for TK1-SOM board from Colorado Engineering (2016-09-01 09:24:30 -0700)
are available in the git repository at:
http://git.denx.de/u-boot-sunxi.git master
for you to fetch changes up to 5a74a3912970d4fa5625237f0117ca08c2878f29:
sunxi: fix 64-bit compiler warning for SPL header parsing (2016-09-06 13:35:52 +0200)
---------------------------------------------------------------- Andre Przywara (3): Revert "sunxi: Move the SPL stack top to 0x1A000 on Allwinner A64/A80" sunxi: Kconfig: rename non-existent SUN50I_A64 config symbol sunxi: fix 64-bit compiler warning for SPL header parsing
Chen-Yu Tsai (1): sunxi: Fix H3 EMAC syscon register address
Hans de Goede (3): sunxi: Sync h3-orangepi dts files with kernel sunxi: Enable emac on H3 orangepi boards sunxi: Add defconfig and dts file for the Orange Pi Plus2E SBC
Icenowy Zheng (2): sunxi: add proper device tree for iNet D978 rev2 boards sunxi: Add iNet D978 rev2 defconfig
Stefan Mavrodiev (1): sunxi: Add support for A33-OLinuXino board
arch/arm/dts/Makefile | 5 +- arch/arm/dts/sun8i-a33-inet-d978-rev2.dts | 88 ++++++++++++ arch/arm/dts/sun8i-a33-olinuxino.dts | 226 ++++++++++++++++++++++++++++++ arch/arm/dts/sun8i-h3-orangepi-2.dts | 11 ++ arch/arm/dts/sun8i-h3-orangepi-pc.dts | 1 + arch/arm/dts/sun8i-h3-orangepi-plus.dts | 72 ++++------ arch/arm/dts/sun8i-h3-orangepi-plus2e.dts | 83 +++++++++++ arch/arm/dts/sun8i-h3.dtsi | 5 +- board/sunxi/Kconfig | 2 +- board/sunxi/MAINTAINERS | 11 ++ board/sunxi/board.c | 2 +- configs/A33-OLinuXino_defconfig | 43 ++++++ configs/iNet_D978_rev2_defconfig | 26 ++++ configs/orangepi_2_defconfig | 1 + configs/orangepi_plus2e_defconfig | 19 +++ configs/orangepi_plus_defconfig | 3 +- include/configs/sunxi-common.h | 5 +- 17 files changed, 547 insertions(+), 56 deletions(-) create mode 100644 arch/arm/dts/sun8i-a33-inet-d978-rev2.dts create mode 100644 arch/arm/dts/sun8i-a33-olinuxino.dts create mode 100644 arch/arm/dts/sun8i-h3-orangepi-plus2e.dts create mode 100644 configs/A33-OLinuXino_defconfig create mode 100644 configs/iNet_D978_rev2_defconfig create mode 100644 configs/orangepi_plus2e_defconfig
Regards,
Hans