Hi Tom, Please pull this PR.
Summary: - H6 Beelink GS1 board (Clément) - Olimex A64-Teres-I board (Jonas) - sunxi build fix for CONFIG_CMD_PXE|DHCP (Ondrej) - Change include order (Jagan) - EPHY clock changes (Jagan) - EMAC enablement on Cubietruck Plus, BPI-M3 (Chen-Yu Tsai) Travis-CI: https://travis-ci.org/openedev/u-boot-amarula/builds/529820317 The following changes since commit 1f4ae66eaab29bfb5d1eb44996f7826c9cd01ed1: Merge tag 'arc-for-2019.07' of git://git.denx.de/u-boot-arc (2019-04-18 12:12:16 -0400) are available in the Git repository at: git://git.denx.de/u-boot-sunxi.git master for you to fetch changes up to c23b33f5311abe32db96884318996d2b41db4c94: sunxi: Enable EMAC on the Bananapi M3 (2019-05-09 00:44:14 +0530) ---------------------------------------------------------------- Chen-Yu Tsai (2): sunxi: Enable EMAC on the Cubietruck Plus sunxi: Enable EMAC on the Bananapi M3 Clément Péron (1): arm: dts: h6: Add Beelink GS1 initial support Jagan Teki (9): spi: atcspi200: Change include order clk: sifive: fu540-prci: Change include order serial: sifive: Change include order clk: Get the CLK by index without device clk: Use clk_get_by_index_tail() test/dm: clk: Add clk_get_by_index[_nodev] test reset: Get the RESET by index without device test/dm: reset: Add reset_get_by_index[_nodev] test net: sun8i_emac: Add EPHY CLK and RESET support Jonas Smedegaard (1): sun50i: a64: Add Olimex A64-Teres-I board initial support Ondrej Jirman (1): sunxi: Fix build when CONFIG_CMD_PXE or CONFIG_CMD_DHCP are disabled arch/arm/dts/Makefile | 4 +- arch/arm/dts/sun50i-a64-teres-i-u-boot.dtsi | 41 +++++ arch/arm/dts/sun50i-a64-teres-i.dts | 270 ++++++++++++++++++++++++++++ arch/arm/dts/sun50i-h6-beelink-gs1.dts | 184 +++++++++++++++++++ board/sunxi/MAINTAINERS | 12 ++ configs/Cubietruck_plus_defconfig | 2 + configs/Sinovoip_BPI_M3_defconfig | 4 +- configs/beelink_gs1_defconfig | 15 ++ configs/teres_i_defconfig | 22 +++ drivers/clk/clk-uclass.c | 75 ++++++-- drivers/clk/sifive/fu540-prci.c | 2 +- drivers/net/sun8i_emac.c | 74 ++++++-- drivers/reset/reset-uclass.c | 53 ++++-- drivers/serial/serial_sifive.c | 2 +- drivers/spi/atcspi200_spi.c | 2 +- include/clk.h | 15 ++ include/configs/sunxi-common.h | 16 +- include/reset.h | 16 ++ test/dm/clk.c | 21 +++ test/dm/reset.c | 23 +++ 20 files changed, 794 insertions(+), 59 deletions(-) create mode 100644 arch/arm/dts/sun50i-a64-teres-i-u-boot.dtsi create mode 100644 arch/arm/dts/sun50i-a64-teres-i.dts create mode 100644 arch/arm/dts/sun50i-h6-beelink-gs1.dts create mode 100644 configs/beelink_gs1_defconfig create mode 100644 configs/teres_i_defconfig _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot