[PATCH 5/6] lib: utils/timer: Add FDT based ACLINT MTIMER driver
Bin Meng
bmeng.cn at gmail.com
Mon Jun 14 06:05:02 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 MTIMER driver which works for
> both CLINT device and standalone ACLINT MTIMER device.
>
> Signed-off-by: Anup Patel <anup.patel at wdc.com>
> ---
> lib/utils/timer/fdt_timer.c | 4 +-
> lib/utils/timer/fdt_timer_clint.c | 57 -----------------------
> lib/utils/timer/fdt_timer_mtimer.c | 74 ++++++++++++++++++++++++++++++
> lib/utils/timer/objects.mk | 2 +-
> 4 files changed, 77 insertions(+), 60 deletions(-)
> delete mode 100644 lib/utils/timer/fdt_timer_clint.c
> create mode 100644 lib/utils/timer/fdt_timer_mtimer.c
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the opensbi
mailing list