platform: Replace CLINT library usage with ACLINT library
authorAnup Patel <anup.patel@wdc.com>
Fri, 21 May 2021 11:03:33 +0000 (16:33 +0530)
committerAnup Patel <anup@brainfault.org>
Thu, 24 Jun 2021 04:09:55 +0000 (09:39 +0530)
commita731c7e36988c3308e1978ecde491f2f6182d490
treee6d966c4cc40d92863326914bc1e8b736bcf93c6
parent03d6bb51ba96a16a8ac9a2fcbaebec9f6c31d900
platform: Replace CLINT library usage with ACLINT library

The ACLINT devices are backward compatible with SiFive CLINT
so we replace all CLINT library usage in various platforms
with ACLINT library. As a result of this replacement, the
CLINT library is not used by any part of OpenSBI hence we
remove 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>
include/sbi_utils/sys/clint.h [deleted file]
lib/utils/sys/clint.c [deleted file]
lib/utils/sys/objects.mk
platform/fpga/ariane/platform.c
platform/fpga/openpiton/platform.c
platform/kendryte/k210/platform.c
platform/kendryte/k210/platform.h
platform/nuclei/ux600/platform.c
platform/template/platform.c