[PATCH] riscv: Rename Andes PLIC to PLICSW

Rick Chen rickchen36 at gmail.com
Fri Oct 28 10:41:13 CEST 2022


> From: Peter Yu-Chien Lin(林宇謙) <peterlin at andestech.com>
> Sent: Tuesday, October 25, 2022 11:04 PM
> To: u-boot at lists.denx.de
> Cc: Leo Yu-Chi Liang(梁育齊) <ycliang at andestech.com>; Rick Jian-Zhi Chen(陳建志) <rick at andestech.com>; Peter Yu-Chien Lin(林宇謙) <peterlin at andestech.com>
> Subject: [PATCH] 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 at andestech.com>
> ---
>  arch/riscv/Kconfig                            |  6 ++---
>  arch/riscv/cpu/ax25/Kconfig                   |  2 +-
>  arch/riscv/dts/ae350-u-boot.dtsi              |  2 +-
>  arch/riscv/dts/ae350_32.dts                   |  6 ++---
>  arch/riscv/dts/ae350_64.dts                   |  6 ++---
>  arch/riscv/include/asm/global_data.h          |  4 +--
>  arch/riscv/include/asm/syscon.h               |  2 +-
>  arch/riscv/lib/Makefile                       |  2 +-
>  .../lib/{andes_plic.c => andes_plicsw.c}      | 26 +++++++++----------
>  9 files changed, 28 insertions(+), 28 deletions(-)  rename arch/riscv/lib/{andes_plic.c => andes_plicsw.c} (76%)

Reviewed-by: Rick Chen <rick at andestech.com>


More information about the U-Boot mailing list