mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/1] arm: rockchip: add support for the quartz64 board
@ 2021-11-10 10:45 Michael Riesch
  2021-11-10 10:45 ` [PATCH] " Michael Riesch
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Michael Riesch @ 2021-11-10 10:45 UTC (permalink / raw)
  To: barebox; +Cc: Michael Riesch

Hi all,

This patch introduces support for the Pine64 Quartz64 board that features
the Rockchip RK3566, a reduced but largely identical version of the RK3568.

Please note that the corresponding board device tree is not yet available
in barebox. It is going to appear in Linux v5.16-rc1 and will be synced
shortly afterwards (hopefully :-).

Looking forward to your comments!

Best regards,
Michael

Michael Riesch (1):
  arm: rockchip: add support for the quartz64 board

 Documentation/boards/rockchip.rst          | 28 +++++++++++----
 arch/arm/boards/Makefile                   |  1 +
 arch/arm/boards/pine64-quartz64/Makefile   |  3 ++
 arch/arm/boards/pine64-quartz64/board.c    | 40 ++++++++++++++++++++++
 arch/arm/boards/pine64-quartz64/lowlevel.c | 39 +++++++++++++++++++++
 arch/arm/dts/Makefile                      |  1 +
 arch/arm/mach-rockchip/Kconfig             |  6 ++++
 arch/arm/mach-rockchip/rockchip.c          |  2 ++
 images/Makefile.rockchip                   |  7 ++++
 9 files changed, 121 insertions(+), 6 deletions(-)
 create mode 100644 arch/arm/boards/pine64-quartz64/Makefile
 create mode 100644 arch/arm/boards/pine64-quartz64/board.c
 create mode 100644 arch/arm/boards/pine64-quartz64/lowlevel.c

-- 
2.30.2


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox


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

end of thread, other threads:[~2021-11-17  7:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-10 10:45 [PATCH 0/1] arm: rockchip: add support for the quartz64 board Michael Riesch
2021-11-10 10:45 ` [PATCH] " Michael Riesch
2021-11-11 13:11 ` [PATCH 0/1] " Sascha Hauer
2021-11-11 13:40   ` [FIXUP 0/2] " Michael Riesch
2021-11-11 13:40     ` [FIXUP 1/2] fixup! " Michael Riesch
2021-11-11 13:40     ` [FIXUP 2/2] " Michael Riesch
2021-11-17  7:50 ` [PATCH 0/1] " Sascha Hauer

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