[U-Boot] Please pull u-boot-sunxi master (v2016.09 fixes)
Hans de Goede
hdegoede at redhat.com
Sat Sep 3 13:10:34 CEST 2016
Hi Tom,
Here is a sunxi pull-req with some recent fixes
for v2016.09.
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.
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 de300ea5db009d58fbafa0736d37457feaab770b:
sunxi: Add defconfig and dts file for the Orange Pi Plus2E SBC (2016-09-03 13:05:43 +0200)
----------------------------------------------------------------
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/MAINTAINERS | 11 ++
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 +-
14 files changed, 542 insertions(+), 52 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
More information about the U-Boot
mailing list