]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit7e9b17164391f490c8fffbdb628f2eb7941e18c0
tree45a6e78f33e00d2a1bbe996d5895162c7f9dbf05
parent5314dec1cd4841a3f2607e3526cc6360f15c46e2
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>
16 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 [new file with mode: 0644]
arch/riscv/lib/sifive_clint.c [deleted file]
board/openpiton/riscv64/Kconfig
board/sipeed/maix/Kconfig
drivers/timer/Makefile
drivers/timer/riscv_aclint_timer.c [new file with mode: 0644]
drivers/timer/sifive_clint_timer.c [deleted file]