riscv: Rename SiFive CLINT to RISC-V ALINT
authorBin Meng <bmeng@tinylab.org>
Wed, 21 Jun 2023 15:11:46 +0000 (23:11 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 12 Jul 2023 05:21:40 +0000 (13:21 +0800)
commit9675d9202780fd996c00ad34f0360c89376205b3
tree45a6e78f33e00d2a1bbe996d5895162c7f9dbf05
parent7f1a30fdeb6b51ddeb8ca8ecbfcc8069721db186
riscv: Rename SiFive CLINT to RISC-V ALINT

As the RISC-V ACLINT specification is defined to be backward compatible
with the SiFive CLINT specification, we rename SiFive CLINT to RISC-V
ALINT in the source tree to be future-proof.

Signed-off-by: Bin Meng <bmeng@tinylab.org>
Reviewed-by: Rick Chen <rick@andestech.com>
14 files changed:
MAINTAINERS
arch/riscv/Kconfig
arch/riscv/cpu/fu540/Kconfig
arch/riscv/cpu/fu740/Kconfig
arch/riscv/cpu/generic/Kconfig
arch/riscv/cpu/jh7110/Kconfig
arch/riscv/include/asm/global_data.h
arch/riscv/include/asm/syscon.h
arch/riscv/lib/Makefile
arch/riscv/lib/aclint_ipi.c [moved from arch/riscv/lib/sifive_clint.c with 73% similarity]
board/openpiton/riscv64/Kconfig
board/sipeed/maix/Kconfig
drivers/timer/Makefile
drivers/timer/riscv_aclint_timer.c [moved from drivers/timer/sifive_clint_timer.c with 75% similarity]