From: Leo Liang <ycliang@andestech.com>
To: u-boot@lists.denx.de
Subject: [PATCH v3 6/7] board: sifive: add HiFive Unmatched board support
Date: Thu, 25 Mar 2021 11:19:30 +0800 [thread overview]
Message-ID: <20210325031930.GA9822@andestech.com> (raw)
In-Reply-To: <CAJivOr6mTz0BzC5JC0AWUe0_Y8A+hS2yS-A-Nx3Fn6A14MGapA@mail.gmail.com>
Hi Green,
On Mon, Mar 22, 2021 at 03:11:08PM +0800, Green Wan wrote:
> I found I didn't clean the folder before I ran the build test. The changes
> below for board/sifive/unmatched/Makefile was missing. Sorry about that.
>
> -obj-y += hifive-unmatched-fu740.o
> +obj-y += unmatched.o
>
> -
> Green
>
> On Fri, Mar 19, 2021 at 6:57 PM Green Wan <green.wan@sifive.com> wrote:
>
> > Add dts, defconfig and board support for HiFive Unmatched.
> >
> > Signed-off-by: Green Wan <green.wan@sifive.com>
> > Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
> > ---
> > arch/riscv/Kconfig | 4 +
> > .../dts/fu740-hifive-unmatched-a00-ddr.dtsi | 1489 +++++++++++++++++
> > .../dts/hifive-unmatched-a00-u-boot.dtsi | 40 +
> > arch/riscv/dts/hifive-unmatched-a00.dts | 259 +++
> > board/sifive/unmatched/Kconfig | 50 +
> > board/sifive/unmatched/MAINTAINERS | 9 +
> > board/sifive/unmatched/Makefile | 9 +
> > board/sifive/unmatched/spl.c | 85 +
> > board/sifive/unmatched/unmatched.c | 24 +
> > common/spl/Kconfig | 4 +-
> > configs/sifive_unmatched_defconfig | 53 +
> > doc/board/sifive/unmatched.rst | 536 ++++++
I think there should be corresponding modifications in doc/board/sifive/index.rst
or else the make process for htmldocs would fail.
Best regards,
Leo
> > drivers/reset/Kconfig | 2 +-
> > include/configs/sifive-unmatched.h | 85 +
> > 14 files changed, 2646 insertions(+), 3 deletions(-)
> > create mode 100644 arch/riscv/dts/fu740-hifive-unmatched-a00-ddr.dtsi
> > create mode 100644 arch/riscv/dts/hifive-unmatched-a00-u-boot.dtsi
> > create mode 100644 arch/riscv/dts/hifive-unmatched-a00.dts
> > create mode 100644 board/sifive/unmatched/Kconfig
> > create mode 100644 board/sifive/unmatched/MAINTAINERS
> > create mode 100644 board/sifive/unmatched/Makefile
> > create mode 100644 board/sifive/unmatched/spl.c
> > create mode 100644 board/sifive/unmatched/unmatched.c
> > create mode 100644 configs/sifive_unmatched_defconfig
> > create mode 100644 doc/board/sifive/unmatched.rst
> > create mode 100644 include/configs/sifive-unmatched.h
... omitted ...
next prev parent reply other threads:[~2021-03-25 3:19 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-19 10:56 [PATCH v3 0/7] Add FU740 chip and HiFive Unmatched board support Green Wan
2021-03-19 10:56 ` [PATCH v3 1/7] riscv: dts: add fu740 support Green Wan
2021-03-19 10:56 ` [PATCH v3 2/7] riscv: cpu: fu740: Add support for cpu fu740 Green Wan
2021-03-19 10:56 ` [PATCH v3 3/7] drivers: clk: add fu740 support Green Wan
2021-03-19 10:56 ` [PATCH v3 4/7] drivers: ram: sifive: rename fu540_ddr and " Green Wan
2021-03-19 10:56 ` [PATCH v3 5/7] drivers: pci: add pcie support for fu740 Green Wan
2021-03-19 10:56 ` [PATCH v3 6/7] board: sifive: add HiFive Unmatched board support Green Wan
2021-03-22 7:11 ` Green Wan
2021-03-25 3:19 ` Leo Liang [this message]
2021-03-25 3:50 ` Green Wan
2021-03-19 10:56 ` [PATCH v3 7/7] drivers: net: macb: add fu740 support Green Wan
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=20210325031930.GA9822@andestech.com \
--to=ycliang@andestech.com \
--cc=u-boot@lists.denx.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.