riscv: cpu: fu740: Add support for cpu fu740
authorGreen Wan <green.wan@sifive.com>
Thu, 27 May 2021 13:52:07 +0000 (06:52 -0700)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Mon, 31 May 2021 08:35:53 +0000 (16:35 +0800)
commita74e9d899d98037c75ca770d02367e26c179b45c
tree942066f839c98c68e8c41383ac5e405ea93b95c2
parentffd810487ec2ff6095edf3f3d058d7ed6eb85ff3
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>
12 files changed:
arch/riscv/Kconfig
arch/riscv/cpu/fu740/Kconfig [new file with mode: 0644]
arch/riscv/cpu/fu740/Makefile [new file with mode: 0644]
arch/riscv/cpu/fu740/cache.c [new file with mode: 0644]
arch/riscv/cpu/fu740/cpu.c [new file with mode: 0644]
arch/riscv/cpu/fu740/dram.c [new file with mode: 0644]
arch/riscv/cpu/fu740/spl.c [new file with mode: 0644]
arch/riscv/include/asm/arch-fu740/cache.h [new file with mode: 0644]
arch/riscv/include/asm/arch-fu740/clk.h [new file with mode: 0644]
arch/riscv/include/asm/arch-fu740/gpio.h [new file with mode: 0644]
arch/riscv/include/asm/arch-fu740/reset.h [new file with mode: 0644]
arch/riscv/include/asm/arch-fu740/spl.h [new file with mode: 0644]