public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/3] Add Beelink GS1 Board
@ 2019-04-17 17:41 Clément Péron
  2019-04-17 17:41 ` [U-Boot] [PATCH v3 1/3] arm64: allwinner: sun50i: Sync H6 dts(i) files from Linux Clément Péron
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Clément Péron @ 2019-04-17 17:41 UTC (permalink / raw)
  To: u-boot

This serie introduce the Beelink GS1 board with a patch for
the reset on Allwinner H6.

The first patch has been submitted but is still not merged.
But it's required for this series

Thanks to Jagan Teki most of the Beelink GS1 device-tree is
taken from the Orange Pi boards.

Changes with v2:
 - Add myself in sunxi MAINTAINERS file
 - Update with Jagan Teki's rsync patch
 - Change to complete DTS same as linux
 - Add linux sha1 to the commit log

Changes with v1:
 - Add bus-width for mmc2 node
 - Add sha1 in the sync dts commit

Clément Péron (2):
  arm: dts: h6: Add Beelink GS1 initial support
  arm: sunxi: h6: fix reset using r_wdog

Jagan Teki (1):
  arm64: allwinner: sun50i: Sync H6 dts(i) files from Linux

 arch/arm/dts/Makefile                         |   1 +
 arch/arm/dts/sun50i-h6-beelink-gs1.dts        | 260 ++++++++++++
 arch/arm/dts/sun50i-h6-orangepi.dtsi          |  62 ++-
 arch/arm/dts/sun50i-h6-pine-h64.dts           |  88 +++-
 arch/arm/dts/sun50i-h6.dtsi                   | 398 +++++++++++++++++-
 .../include/asm/arch-sunxi/cpu_sun50i_h6.h    |   1 +
 arch/arm/mach-sunxi/board.c                   |   9 +-
 board/sunxi/MAINTAINERS                       |   6 +
 configs/beelink_gs1_defconfig                 |  15 +
 include/dt-bindings/clock/sun8i-tcon-top.h    |  11 +
 10 files changed, 828 insertions(+), 23 deletions(-)
 create mode 100644 arch/arm/dts/sun50i-h6-beelink-gs1.dts
 create mode 100644 configs/beelink_gs1_defconfig
 create mode 100644 include/dt-bindings/clock/sun8i-tcon-top.h

-- 
2.17.1

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2019-05-20 16:37 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-17 17:41 [U-Boot] [PATCH v3 0/3] Add Beelink GS1 Board Clément Péron
2019-04-17 17:41 ` [U-Boot] [PATCH v3 1/3] arm64: allwinner: sun50i: Sync H6 dts(i) files from Linux Clément Péron
2019-04-17 17:41 ` [U-Boot] [PATCH v3 2/3] arm: dts: h6: Add Beelink GS1 initial support Clément Péron
2019-04-18 16:46   ` Jagan Teki
2019-04-17 17:41 ` [U-Boot] [PATCH v3 3/3] arm: sunxi: h6: fix reset using r_wdog Clément Péron
2019-04-19  7:52   ` Clément Péron
2019-04-19  8:24     ` Jagan Teki
2019-04-19  9:19       ` Clément Péron
2019-04-29 20:28         ` Clément Péron
2019-05-12 18:19           ` Clément Péron
2019-05-12 18:23         ` [U-Boot] [linux-sunxi] " Jagan Teki
2019-05-12 21:28           ` Clément Péron
2019-05-14 13:48             ` Jagan Teki
2019-05-14 13:49   ` [U-Boot] [linux-sunxi] " Jagan Teki
2019-05-14 15:08     ` Clément Péron
2019-05-20 16:37       ` Jagan Teki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox