Re: [PATCH] riscv: Rename Andes PLIC to PLICSW

From: Peter Yu-Chien Lin(林宇謙) peterlin@andestech.com Sent: Tuesday, October 25, 2022 11:04 PM To: u-boot@lists.denx.de Cc: Leo Yu-Chi Liang(梁育齊) ycliang@andestech.com; Rick Jian-Zhi Chen(陳建志) rick@andestech.com; Peter Yu-Chien Lin(林宇謙) peterlin@andestech.com Subject: [PATCH] riscv: Rename Andes PLIC to PLICSW
As PLICSW is used to trigger the software interrupt, we should rename Andes PLIC configuration and file name to reflect the usage. This patch also updates PLMT and PLICSW compatible strings to be consistent with OpenSBI fdt driver.
Signed-off-by: Yu Chien Peter Lin peterlin@andestech.com
arch/riscv/Kconfig | 6 ++--- arch/riscv/cpu/ax25/Kconfig | 2 +- arch/riscv/dts/ae350-u-boot.dtsi | 2 +- arch/riscv/dts/ae350_32.dts | 6 ++--- arch/riscv/dts/ae350_64.dts | 6 ++--- arch/riscv/include/asm/global_data.h | 4 +-- arch/riscv/include/asm/syscon.h | 2 +- arch/riscv/lib/Makefile | 2 +- .../lib/{andes_plic.c => andes_plicsw.c} | 26 +++++++++---------- 9 files changed, 28 insertions(+), 28 deletions(-) rename arch/riscv/lib/{andes_plic.c => andes_plicsw.c} (76%)
Reviewed-by: Rick Chen rick@andestech.com
participants (1)
-
Rick Chen