Re: [PATCH v8 1/7] riscv: cpu: fu740: Add support for cpu fu740

2021-05-12 Thread Green Wan
Hi Leo, It failed to compile ./drivers/pci/pcie_dw_common.c. And the file is not included in this patch actually. I guess the CI has the "-Werror=format" in CFLGAS and hits the error. But I do see lots of warnings without " -Werror=format" option. Loop Neil here and see if he can help on to fix

Re: [PATCH v8 1/7] riscv: cpu: fu740: Add support for cpu fu740

2021-05-12 Thread Leo Liang
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=results Best regards, Leo On Fri, May 07, 2021 at 10:36:47AM -0700, Green Wan wrote: > Add SiFive fu740 cpu to

[PATCH v8 1/7] riscv: cpu: fu740: Add support for cpu fu740

2021-05-07 Thread Green Wan
Add SiFive fu740 cpu to support RISC-V arch Signed-off-by: Green Wan Reviewed-by: Bin Meng --- arch/riscv/Kconfig| 1 + arch/riscv/cpu/fu740/Kconfig | 37 +++ arch/riscv/cpu/fu740/Makefile | 12 + arch/riscv/cpu/fu740/cache.c