All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/3] Add Beelink GS1 Board
@ 2019-04-12 14:15 Clément Péron
  2019-04-12 14:15 ` [U-Boot] [PATCH v2 1/3] arm: dts: h6: sync with dts with Linux sunxi Clément Péron
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Clément Péron @ 2019-04-12 14:15 UTC (permalink / raw)
  To: u-boot

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

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

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

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

 arch/arm/dts/Makefile                         |   1 +
 arch/arm/dts/sun50i-h6-beelink-gs1.dts        | 184 ++++++++++++++++++
 arch/arm/dts/sun50i-h6-orangepi.dtsi          |   2 -
 arch/arm/dts/sun50i-h6-pine-h64.dts           |   4 -
 arch/arm/dts/sun50i-h6.dtsi                   |  16 +-
 .../include/asm/arch-sunxi/cpu_sun50i_h6.h    |   1 +
 arch/arm/mach-sunxi/board.c                   |   9 +-
 configs/beelink_gs1_defconfig                 |  15 ++
 8 files changed, 218 insertions(+), 14 deletions(-)
 create mode 100644 arch/arm/dts/sun50i-h6-beelink-gs1.dts
 create mode 100644 configs/beelink_gs1_defconfig

-- 
2.17.1

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

end of thread, other threads:[~2019-04-15  5:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-12 14:15 [U-Boot] [PATCH v2 0/3] Add Beelink GS1 Board Clément Péron
2019-04-12 14:15 ` [U-Boot] [PATCH v2 1/3] arm: dts: h6: sync with dts with Linux sunxi Clément Péron
2019-04-12 14:15 ` [U-Boot] [PATCH v2 2/3] arm: dts: h6: Add Beelink GS1 initial support Clément Péron
2019-04-14 17:29   ` Jagan Teki
2019-04-14 21:27     ` Clément Péron
2019-04-15  5:33       ` Jagan Teki
2019-04-12 14:15 ` [U-Boot] [PATCH v2 3/3] arm: sunxi: h6: fix reset using r_wdog Clément Péron

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.