summaryrefslogtreecommitdiff
path: root/lib/sbi/sbi_scratch.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-28lib: sbi_scratch: Introduce sbi_scratch_last_hartid() APIAnup Patel1-1/+4
2020-03-19include: sbi_platform: Introduce HART index to HART id tableAnup Patel1-3/+4
2020-03-19lib: Don't use sbi_platform_hart_count() APIAnup Patel1-6/+3
2020-03-19lib: sbi_scratch: Don't set hartid_to_scratch table for disabled HARTAnup Patel1-1/+4
2020-03-19lib: Handle failure of sbi_hartid_to_scratch() APIAnup Patel1-0/+2
2020-03-19include: Simplify HART id to scratch macroAnup Patel1-1/+1
2020-03-19lib: sbi_scratch: Introduce HART id to scratch tableAnup Patel1-0/+17
2020-02-13lib: sbi_scratch: use bitwise ops in sbi_scratch_alloc_offset()Li Jinpei1-2/+2
2020-01-07lib: zero-out memory allocated using sbi_scratch_alloc_offset()Anup Patel1-0/+17
2019-06-19lib: Move sbi core library to lib/sbiAtish Patra1-0/+59