[PATCH 0/1] arm: rockchip: add support for the quartz64 board

Michael Riesch michael.riesch at wolfvision.net
Wed Nov 10 02:45:29 PST 2021


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




More information about the barebox mailing list