public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/3] Add support for LicheeRV Nano
@ 2024-11-12 14:57 Thomas Bonnefille
  2024-11-12 14:57 ` [PATCH 1/3] doc: add LicheeRV Nano and SG2002 SoC Thomas Bonnefille
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Thomas Bonnefille @ 2024-11-12 14:57 UTC (permalink / raw)
  To: Peng Fan, Jaehoon Chung, Tom Rini, Rick Chen, Leo, Kongyang Liu
  Cc: Thomas Petazzoni, Miquèl Raynal, u-boot, Thomas Bonnefille

This patch series adds support in U-Boot for the Sophgo SG2002 RISCV SoC
and one board using this SoC, the LicheeRV Nano.

Signed-off-by: Thomas Bonnefille <thomas.bonnefille@bootlin.com>
---
Thomas Bonnefille (3):
      doc: add LicheeRV Nano and SG2002 SoC
      riscv: dts: sophgo: add device tree for LicheeRV Nano
      board: add support for LicheeRV Nano

 arch/riscv/Kconfig                        |  4 ++
 arch/riscv/dts/Makefile                   |  1 +
 arch/riscv/dts/sg2002-licheerv-nano-b.dts | 45 +++++++++++++++++++
 arch/riscv/dts/sg2002.dtsi                | 34 +++++++++++++++
 board/sophgo/licheerv_nano/Kconfig        | 28 ++++++++++++
 board/sophgo/licheerv_nano/MAINTAINERS    |  4 ++
 board/sophgo/licheerv_nano/Makefile       |  5 +++
 board/sophgo/licheerv_nano/board.c        |  9 ++++
 configs/sipeed_licheerv_nano_defconfig    | 47 ++++++++++++++++++++
 doc/board/sophgo/licheerv_nano.rst        | 72 +++++++++++++++++++++++++++++++
 include/configs/licheerv_nano.h           | 24 +++++++++++
 11 files changed, 273 insertions(+)
---
base-commit: 3f772959501c99fbe5aa0b22a36efe3478d1ae1c
change-id: 20241024-licheerv-nano-c36d0432943b

Best regards,
-- 
Thomas Bonnefille <thomas.bonnefille@bootlin.com>


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

end of thread, other threads:[~2024-11-27  9:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-12 14:57 [PATCH 0/3] Add support for LicheeRV Nano Thomas Bonnefille
2024-11-12 14:57 ` [PATCH 1/3] doc: add LicheeRV Nano and SG2002 SoC Thomas Bonnefille
2024-11-18  9:49   ` Leo Liang
2024-11-12 14:57 ` [PATCH 2/3] riscv: dts: sophgo: add device tree for LicheeRV Nano Thomas Bonnefille
2024-11-18 10:01   ` Leo Liang
2024-11-19 20:35     ` Thomas Bonnefille
2024-11-25  9:59       ` Leo Liang
2024-11-27  9:05         ` Thomas Bonnefille
2024-11-12 14:57 ` [PATCH 3/3] board: add support " Thomas Bonnefille

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