From: Leo Liang <ycliang@andestech.com>
To: Kongyang Liu <seashell11234455@gmail.com>
Cc: <u-boot@lists.denx.de>, Bin Meng <bmeng@tinylab.org>,
Heinrich Schuchardt <xypron.glpk@gmx.de>,
Michal Simek <michal.simek@amd.com>,
Randolph <randolph@andestech.com>, Rick Chen <rick@andestech.com>,
Samuel Holland <samuel@sholland.org>,
Shengyu Qu <wiagn233@outlook.com>, Tom Rini <trini@konsulko.com>,
Yu Chien Peter Lin <peterlin@andestech.com>
Subject: Re: [PATCH v4 2/3] riscv: sophgo: milkv_duo: initial support added
Date: Wed, 31 Jan 2024 16:14:59 +0800 [thread overview]
Message-ID: <ZboBg8a_F9q8Sc9m@swlinux02> (raw)
In-Reply-To: <20240128070614.7702-3-seashell11234455@gmail.com>
On Sun, Jan 28, 2024 at 03:05:25PM +0800, Kongyang Liu wrote:
> Add support for Sophgo's Milk-V Duo board, only minimal device tree and
> serial console are enabled, and it can boot via vendor first stage
> bootloader.
>
> Signed-off-by: Kongyang Liu <seashell11234455@gmail.com>
> ---
>
> (no changes since v3)
>
> Changes in v3:
> - Enable EFI loader
>
> Changes in v2:
> - Fold the defconfig patch to first patch
> - Remove unnecessary environment settings of consoledev and baudrate in
> config
>
> arch/riscv/Kconfig | 4 ++++
> 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 | 23 +++++++++++++++++++++++
> include/configs/milkv_duo.h | 12 ++++++++++++
> 7 files changed, 87 insertions(+)
> 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 include/configs/milkv_duo.h
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
next prev parent reply other threads:[~2024-01-31 8:15 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-28 7:05 [PATCH v4 0/3] riscv: sophgo: milkv_duo: add support for Milk-V Duo board Kongyang Liu
2024-01-28 7:05 ` [PATCH v4 1/3] riscv: dts: sophgo: add basic device tree " Kongyang Liu
2024-01-31 8:14 ` Leo Liang
2024-01-28 7:05 ` [PATCH v4 2/3] riscv: sophgo: milkv_duo: initial support added Kongyang Liu
2024-01-31 8:14 ` Leo Liang [this message]
2024-01-28 7:05 ` [PATCH v4 3/3] doc: sophgo: milkv_duo: document Milk-V Duo board Kongyang Liu
2024-01-28 9:16 ` Heinrich Schuchardt
2024-01-28 14:09 ` Kongyang Liu
2024-01-28 15:05 ` Yixun Lan
2024-01-31 8:25 ` Leo Liang
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=ZboBg8a_F9q8Sc9m@swlinux02 \
--to=ycliang@andestech.com \
--cc=bmeng@tinylab.org \
--cc=michal.simek@amd.com \
--cc=peterlin@andestech.com \
--cc=randolph@andestech.com \
--cc=rick@andestech.com \
--cc=samuel@sholland.org \
--cc=seashell11234455@gmail.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=wiagn233@outlook.com \
--cc=xypron.glpk@gmx.de \
/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 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.