]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit8f8143afde5e157ad2f2ecf1dd777557fe24c7ef
tree74a91e18cd008f381c12d615587912630530bed3
parent26f7a42735b175c306f1bd42043eccad81e58bf4
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_plic.c [deleted file]
arch/riscv/lib/andes_plicsw.c [new file with mode: 0644]
drivers/timer/andes_plmt_timer.c