riscv: Rename Andes PLIC to PLICSW
authorYu Chien Peter Lin <peterlin@andestech.com>
Tue, 25 Oct 2022 15:03:50 +0000 (23:03 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Thu, 3 Nov 2022 05:27:56 +0000 (13:27 +0800)
commita5dfa3b8a0f7ad555495bad1386613d2de4ba619
tree74a91e18cd008f381c12d615587912630530bed3
parentc8d9ff634fc429db5acf2f5386ea937f0fef1ae7
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>
Reviewed-by: Rick Chen <rick@andestech.com>
arch/riscv/Kconfig
arch/riscv/cpu/ax25/Kconfig
arch/riscv/dts/ae350-u-boot.dtsi
arch/riscv/dts/ae350_32.dts
arch/riscv/dts/ae350_64.dts
arch/riscv/include/asm/global_data.h
arch/riscv/include/asm/syscon.h
arch/riscv/lib/Makefile
arch/riscv/lib/andes_plicsw.c [moved from arch/riscv/lib/andes_plic.c with 76% similarity]
drivers/timer/andes_plmt_timer.c