hw/intc: Rename sifive_clint sources to riscv_aclint sources
commitcc63a18282d8e8cd96d8bf26c29cad2e879ff9f6
authorAnup Patel <anup.patel@wdc.com>
Tue, 31 Aug 2021 11:06:00 +0000 (31 16:36 +0530)
committerAlistair Francis <alistair.francis@wdc.com>
Mon, 20 Sep 2021 21:56:49 +0000 (21 07:56 +1000)
treefb80c03d14f5c335e4c65e28bad7781be9cd2ccb
parentea6eaa0604d2ad66636f968842fe9ff315b065c8
hw/intc: Rename sifive_clint sources to riscv_aclint sources

We will be upgrading SiFive CLINT implementation into RISC-V ACLINT
implementation so let's first rename the sources.

Signed-off-by: Anup Patel <anup.patel@wdc.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Message-id: 20210831110603.338681-2-anup.patel@wdc.com
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
hw/intc/Kconfig
hw/intc/meson.build
hw/intc/riscv_aclint.c [moved from hw/intc/sifive_clint.c with 99% similarity]
hw/riscv/Kconfig
hw/riscv/microchip_pfsoc.c
hw/riscv/shakti_c.c
hw/riscv/sifive_e.c
hw/riscv/sifive_u.c
hw/riscv/spike.c
hw/riscv/virt.c
include/hw/intc/riscv_aclint.h [moved from include/hw/intc/sifive_clint.h with 100% similarity]