summaryrefslogtreecommitdiff
path: root/lib/utils/sys/clint.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-28lib: sbi: Simplify ipi platform operationsAnup Patel1-3/+17
2021-04-28lib: sbi: Simplify timer platform operationsAnup Patel1-4/+18
2021-04-13lib: utils/sys: Add CLINT memregion in the root domainAnup Patel1-2/+27
2020-05-23lib: utils: Allow CLINT functions to be used for multiple CLINTsAnup Patel1-49/+93
2020-03-13include: Make sbi_current_hartid() as macro in riscv_asm.hAnup Patel1-6/+6
2020-01-02lib: utils: Support CLINT with 32bit MMIO access on RV64 systemAnup Patel1-38/+50
2019-08-31lib: Fix timer for 32 bitAtish Patra1-5/+13
2019-08-16platform: Remove the ipi_sync method from all platforms.Atish Patra1-23/+0
2019-06-19platform: Move platform common to lib/utils.Atish Patra1-0/+162