All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rick Chen <rickchen36@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH v6 2/7] riscv: cpu: fu740: Add support for cpu fu740
Date: Mon, 3 May 2021 13:35:14 +0800	[thread overview]
Message-ID: <CAN5B=e+QanGQSLnu29qpEWRr2tYhTHmvKLd_ACADgC7VPfOa1w@mail.gmail.com> (raw)
In-Reply-To: <752D002CFF5D0F4FA35C0100F1D73F3FE5E97817@ATCPCS12.andestech.com>

> From: Green Wan [mailto:green.wan at sifive.com]
> Sent: Thursday, April 08, 2021 9:40 PM
> Cc: bmeng.cn at gmail.com; Green Wan <green.wan@sifive.com>; Rick Jian-Zhi Chen(???) <rick@andestech.com>; Paul Walmsley <paul.walmsley@sifive.com>; Palmer Dabbelt <palmer@dabbelt.com>; Anup Patel <anup.patel@wdc.com>; Atish Patra <atish.patra@wdc.com>; Pragnesh Patel <pragnesh.patel@sifive.com>; Lukasz Majewski <lukma@denx.de>; Joe Hershberger <joe.hershberger@ni.com>; Ramon Fried <rfried.dev@gmail.com>; u-boot at lists.denx.de
> Subject: [PATCH v6 2/7] riscv: cpu: fu740: Add support for cpu fu740
>
> 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 ++++++
>  arch/riscv/lib/sifive_clint.c             |  1 -

Refer to comments about [PATCH v7 1/8].
https://www.mail-archive.com/u-boot at lists.denx.de/msg405522.html
Hope same code base can be effective re-use in the future.

Reviewed-by: Rick Chen <rick@andestech.com>

  parent reply	other threads:[~2021-05-03  5:35 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-08 13:40 [PATCH v6 0/7] Add FU740 chip and HiFive Unmatched board support Green Wan
2021-04-08 13:40 ` [PATCH v6 1/7] riscv: dts: add fu740 support Green Wan
     [not found]   ` <752D002CFF5D0F4FA35C0100F1D73F3FE5E96768@ATCPCS12.andestech.com>
2021-04-15  5:25     ` Rick Chen
2021-04-15  8:59       ` Green Wan
2021-04-16  7:11         ` Rick Chen
2021-04-16  8:20           ` Green Wan
2021-04-08 13:40 ` [PATCH v6 2/7] riscv: cpu: fu740: Add support for cpu fu740 Green Wan
     [not found]   ` <752D002CFF5D0F4FA35C0100F1D73F3FE5E97817@ATCPCS12.andestech.com>
2021-05-03  5:35     ` Rick Chen [this message]
2021-04-08 13:40 ` [PATCH v6 3/7] drivers: clk: add fu740 support Green Wan
2021-04-08 13:40 ` [PATCH v6 4/7] drivers: ram: sifive: rename fu540_ddr and " Green Wan
2021-04-08 13:40 ` [PATCH v6 5/7] drivers: pci: add pcie support for fu740 Green Wan
2021-04-16  3:15   ` Bin Meng
2021-04-16  3:22     ` Green Wan
2021-04-08 13:40 ` [PATCH v6 6/7] board: sifive: add HiFive Unmatched board support Green Wan
2021-04-08 13:40 ` [PATCH v6 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='CAN5B=e+QanGQSLnu29qpEWRr2tYhTHmvKLd_ACADgC7VPfOa1w@mail.gmail.com' \
    --to=rickchen36@gmail.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.