From: Leo Liang <ycliang@andestech.com>
To: u-boot@lists.denx.de
Subject: [PATCH v8 1/7] riscv: cpu: fu740: Add support for cpu fu740
Date: Wed, 12 May 2021 14:10:34 +0800 [thread overview]
Message-ID: <20210512061034.GA18757@andestech.com> (raw)
In-Reply-To: <20210507173654.211294-2-green.wan@sifive.com>
Hi Green,
This patch series seems to have failed CI test.
Could you please check the CI result ? Thanks!
https://dev.azure.com/ycliang-tw/u-boot-riscv/_build/results?buildId=28&view=results
Best regards,
Leo
On Fri, May 07, 2021 at 10:36:47AM -0700, Green Wan wrote:
> Add SiFive fu740 cpu to support RISC-V arch
>
> Signed-off-by: Green Wan <green.wan@sifive.com>
> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
> ---
> arch/riscv/Kconfig | 1 +
> arch/riscv/cpu/fu740/Kconfig | 37 +++++++++++++++
> arch/riscv/cpu/fu740/Makefile | 12 +++++
> arch/riscv/cpu/fu740/cache.c | 55 +++++++++++++++++++++++
> arch/riscv/cpu/fu740/cpu.c | 22 +++++++++
> arch/riscv/cpu/fu740/dram.c | 38 ++++++++++++++++
> arch/riscv/cpu/fu740/spl.c | 23 ++++++++++
> arch/riscv/include/asm/arch-fu740/cache.h | 14 ++++++
> arch/riscv/include/asm/arch-fu740/clk.h | 14 ++++++
> arch/riscv/include/asm/arch-fu740/gpio.h | 38 ++++++++++++++++
> arch/riscv/include/asm/arch-fu740/reset.h | 13 ++++++
> arch/riscv/include/asm/arch-fu740/spl.h | 14 ++++++
> 12 files changed, 281 insertions(+)
> create mode 100644 arch/riscv/cpu/fu740/Kconfig
> create mode 100644 arch/riscv/cpu/fu740/Makefile
> create mode 100644 arch/riscv/cpu/fu740/cache.c
> create mode 100644 arch/riscv/cpu/fu740/cpu.c
> create mode 100644 arch/riscv/cpu/fu740/dram.c
> create mode 100644 arch/riscv/cpu/fu740/spl.c
> create mode 100644 arch/riscv/include/asm/arch-fu740/cache.h
> create mode 100644 arch/riscv/include/asm/arch-fu740/clk.h
> create mode 100644 arch/riscv/include/asm/arch-fu740/gpio.h
> create mode 100644 arch/riscv/include/asm/arch-fu740/reset.h
> create mode 100644 arch/riscv/include/asm/arch-fu740/spl.h
next prev parent reply other threads:[~2021-05-12 6:10 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-07 17:36 [PATCH v8 0/7] Add FU740 chip and HiFive Unmatched board support Green Wan
2021-05-07 17:36 ` [PATCH v8 1/7] riscv: cpu: fu740: Add support for cpu fu740 Green Wan
2021-05-12 6:10 ` Leo Liang [this message]
2021-05-12 8:36 ` Green Wan
2021-05-07 17:36 ` [PATCH v8 2/7] drivers: clk: add fu740 support Green Wan
2021-05-07 17:36 ` [PATCH v8 3/7] drivers: ram: sifive: rename fu540_ddr and " Green Wan
2021-05-07 17:36 ` [PATCH v8 4/7] drivers: pci: add pcie support for fu740 Green Wan
2021-05-07 17:36 ` [PATCH v8 5/7] riscv: dts: add fu740 support Green Wan
2021-05-07 17:36 ` [PATCH v8 6/7] riscv: dts: add SiFive Unmatched board support Green Wan
2021-05-07 17:36 ` [PATCH v8 7/7] board: sifive: add HiFive " 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=20210512061034.GA18757@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.