[PATCH 4/6] lib: utils/ipi: Add FDT based ACLINT MSWI IPI driver
Bin Meng
bmeng.cn at gmail.com
Mon Jun 14 06:04:58 PDT 2021
On Sun, Jun 13, 2021 at 12:04 AM Anup Patel <anup.patel at wdc.com> wrote:
>
> We add a new FDT based ACLINT MSWI IPI driver which works for
> both CLINT device and standalone ACLINT MSWI device.
>
> Signed-off-by: Anup Patel <anup.patel at wdc.com>
> ---
> lib/utils/ipi/fdt_ipi.c | 4 +--
> lib/utils/ipi/fdt_ipi_clint.c | 51 --------------------------
> lib/utils/ipi/fdt_ipi_mswi.c | 67 +++++++++++++++++++++++++++++++++++
> lib/utils/ipi/objects.mk | 2 +-
> 4 files changed, 70 insertions(+), 54 deletions(-)
> delete mode 100644 lib/utils/ipi/fdt_ipi_clint.c
> create mode 100644 lib/utils/ipi/fdt_ipi_mswi.c
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the opensbi
mailing list