u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
From: Kongyang Liu <seashell11234455@gmail.com>
To: u-boot@lists.denx.de
Cc: Adam Ford <aford173@gmail.com>, Bin Meng <bmeng@tinylab.org>,
	Chris Morgan <macromorgan@hotmail.com>,
	Conor Dooley <conor.dooley@microchip.com>,
	Fabio Estevam <festevam@denx.de>,
	Heinrich Schuchardt <xypron.glpk@gmx.de>,
	Leo <ycliang@andestech.com>, Michal Simek <michal.simek@amd.com>,
	Ralph Siemsen <ralph.siemsen@linaro.org>,
	Randolph <randolph@andestech.com>, Rick Chen <rick@andestech.com>,
	Samuel Holland <samuel@sholland.org>,
	Shengyu Qu <wiagn233@outlook.com>,
	Svyatoslav Ryhel <clamor95@gmail.com>,
	Thierry Reding <treding@nvidia.com>,
	Tim Harvey <tharvey@gateworks.com>, Wei Fu <wefu@redhat.com>,
	Yanhong Wang <yanhong.wang@starfivetech.com>,
	Yannic Moog <y.moog@phytec.de>, Yixun Lan <dlan@gentoo.org>,
	Yu Chien Peter Lin <peterlin@andestech.com>
Subject: [PATCH 0/4] riscv: sophgo: milkv_duo: add support for Milk-V Duo board
Date: Sun,  7 Jan 2024 19:27:06 +0800	[thread overview]
Message-ID: <20240107112713.61966-1-seashell11234455@gmail.com> (raw)

The Milk-V Duo board is built upon Sophgo's CV1800B SoC, featuring two
XuanTie C906 CPUs running at 1.0GHz and 700MHz, respectively.

This series introduces fundamental support for the Milk-V Duo board,
encompassing UART, CPU, and PLIC support. This ensures that U-Boot can
operate in serial console mode.


Kongyang Liu (4):
  riscv: sophgo: milkv_duo: initial support added
  riscv: dts: sophgo: Add basic device tree for Milk-V Duo board
  configs: milkv_duo_defconfig: Add initial config
  doc: sophgo: milkv_duo: document Milk-V Duo board

 arch/riscv/Kconfig                   |   4 +
 arch/riscv/dts/Makefile              |   1 +
 arch/riscv/dts/cv1800b-milkv-duo.dts |  38 +++++++++
 arch/riscv/dts/cv1800b.dtsi          | 123 +++++++++++++++++++++++++++
 board/sophgo/milkv_duo/Kconfig       |  28 ++++++
 board/sophgo/milkv_duo/MAINTAINERS   |   6 ++
 board/sophgo/milkv_duo/Makefile      |   5 ++
 board/sophgo/milkv_duo/board.c       |   9 ++
 configs/milkv_duo_defconfig          |  24 ++++++
 doc/board/index.rst                  |   1 +
 doc/board/sophgo/index.rst           |   8 ++
 doc/board/sophgo/milkv_duo.rst       |  50 +++++++++++
 include/configs/milkv_duo.h          |  16 ++++
 13 files changed, 313 insertions(+)
 create mode 100644 arch/riscv/dts/cv1800b-milkv-duo.dts
 create mode 100644 arch/riscv/dts/cv1800b.dtsi
 create mode 100644 board/sophgo/milkv_duo/Kconfig
 create mode 100644 board/sophgo/milkv_duo/MAINTAINERS
 create mode 100644 board/sophgo/milkv_duo/Makefile
 create mode 100644 board/sophgo/milkv_duo/board.c
 create mode 100644 configs/milkv_duo_defconfig
 create mode 100644 doc/board/sophgo/index.rst
 create mode 100644 doc/board/sophgo/milkv_duo.rst
 create mode 100644 include/configs/milkv_duo.h

-- 
2.41.0


             reply	other threads:[~2024-01-07 12:25 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-07 11:27 Kongyang Liu [this message]
2024-01-07 11:27 ` [PATCH 1/4] riscv: sophgo: milkv_duo: initial support added Kongyang Liu
2024-01-08 20:42   ` Tom Rini
2024-01-11 17:32     ` 刘孔阳
2024-01-07 11:27 ` [PATCH 2/4] riscv: dts: sophgo: Add basic device tree for Milk-V Duo board Kongyang Liu
2024-01-07 11:27 ` [PATCH 3/4] configs: milkv_duo_defconfig: Add initial config Kongyang Liu
2024-01-07 11:27 ` [PATCH 4/4] doc: sophgo: milkv_duo: document Milk-V Duo board Kongyang Liu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240107112713.61966-1-seashell11234455@gmail.com \
    --to=seashell11234455@gmail.com \
    --cc=aford173@gmail.com \
    --cc=bmeng@tinylab.org \
    --cc=clamor95@gmail.com \
    --cc=conor.dooley@microchip.com \
    --cc=dlan@gentoo.org \
    --cc=festevam@denx.de \
    --cc=macromorgan@hotmail.com \
    --cc=michal.simek@amd.com \
    --cc=peterlin@andestech.com \
    --cc=ralph.siemsen@linaro.org \
    --cc=randolph@andestech.com \
    --cc=rick@andestech.com \
    --cc=samuel@sholland.org \
    --cc=tharvey@gateworks.com \
    --cc=treding@nvidia.com \
    --cc=u-boot@lists.denx.de \
    --cc=wefu@redhat.com \
    --cc=wiagn233@outlook.com \
    --cc=xypron.glpk@gmx.de \
    --cc=y.moog@phytec.de \
    --cc=yanhong.wang@starfivetech.com \
    --cc=ycliang@andestech.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).