[PATCH v6 2/7] riscv: cpu: fu740: Add support for cpu fu740
Rick Chen
rickchen36 at gmail.com
Mon May 3 07:35:14 CEST 2021
> 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 at sifive.com>; Rick Jian-Zhi Chen(陳建志) <rick at andestech.com>; Paul Walmsley <paul.walmsley at sifive.com>; Palmer Dabbelt <palmer at dabbelt.com>; Anup Patel <anup.patel at wdc.com>; Atish Patra <atish.patra at wdc.com>; Pragnesh Patel <pragnesh.patel at sifive.com>; Lukasz Majewski <lukma at denx.de>; Joe Hershberger <joe.hershberger at ni.com>; Ramon Fried <rfried.dev at 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 at sifive.com>
> Reviewed-by: Bin Meng <bmeng.cn at 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@lists.denx.de/msg405522.html
Hope same code base can be effective re-use in the future.
Reviewed-by: Rick Chen <rick at andestech.com>
More information about the U-Boot
mailing list