lib: utils/ipi: Add ACLINT MSWI library

We add common ACLINT MSWI library similar to the CLINT library
so that OpenSBI platforms can use it.

Signed-off-by: Anup Patel <anup.patel@wdc.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Xiang W <wxjstz@126.com>
This commit is contained in:
Anup Patel
2021-05-20 13:00:46 +05:30
committed by Anup Patel
parent 4519e29c51
commit 5a049fe1d6
3 changed files with 134 additions and 0 deletions

View File

@@ -7,5 +7,6 @@
# Anup Patel <anup.patel@wdc.com>
#
libsbiutils-objs-y += ipi/aclint_mswi.o
libsbiutils-objs-y += ipi/fdt_ipi.o
libsbiutils-objs-y += ipi/fdt_ipi_clint.o