aboutsummaryrefslogtreecommitdiff
path: root/lib/utils/sys/clint.c
AgeCommit message (Expand)Author
2021-06-24platform: Replace CLINT library usage with ACLINT libraryAnup Patel
2021-04-28lib: sbi: Simplify ipi platform operationsAnup Patel
2021-04-28lib: sbi: Simplify timer platform operationsAnup Patel
2021-04-13lib: utils/sys: Add CLINT memregion in the root domainAnup Patel
2020-05-23lib: utils: Allow CLINT functions to be used for multiple CLINTsAnup Patel
2020-03-13include: Make sbi_current_hartid() as macro in riscv_asm.hAnup Patel
2020-01-02lib: utils: Support CLINT with 32bit MMIO access on RV64 systemAnup Patel
2019-08-31lib: Fix timer for 32 bitAtish Patra
2019-08-16platform: Remove the ipi_sync method from all platforms.Atish Patra
2019-06-19platform: Move platform common to lib/utils.Atish Patra