Files
opensbi/include/sbi
Atish Patra ec0d2a7d7d lib: timer: Provide a hart based timer feature
As per the RISC-V specification, time value can be obtained from a time
CSR implemented in hardware or a MMIO based IP block. Qemu virt machine
already supports timer csr while CLINT provides the timer for other
platforms.

Implement a hart specific timer feature that can be detected at runtime.
As CSR based timer implementation are faster than MMIO address based, it
is always preferred over MMIO based one.

Signed-off-by: Atish Patra <atish.patra@wdc.com>
Tested-by: Jonathan Balkind <jbalkind@cs.princeton.edu>
Reviewed-by: Anup Patel <anup.patel@wdc.com>
2020-05-10 10:14:54 +05:30
..
2020-03-11 15:29:45 +05:30
2020-03-10 10:27:28 +05:30
2020-03-10 10:27:28 +05:30
2020-05-10 09:59:20 +05:30
2020-03-10 10:27:28 +05:30
2020-01-07 12:11:48 +05:30
2020-05-01 09:57:24 +05:30
2020-04-20 16:28:42 +05:30