summaryrefslogtreecommitdiff
path: root/lib/sbi_ecall.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-19lib: Move sbi core library to lib/sbiAtish Patra1-107/+0
2019-05-24lib: Handle page/access fault caused by unpriv load/storeAnup Patel1-4/+9
2019-05-24lib: Factor-out TLB management from IPI managementAnup Patel1-0/+1
2019-04-24all: run clang-format and update checked-in filesOlof Johansson1-13/+13
2019-04-03lib: Use a fifo to keep track of sfence related IPIs.Atish Patra1-0/+2
2019-03-14lib: Return ENOTSUPP incase of invalid SBI function IDAtish Patra1-0/+2
2019-03-12lib: Implement sfence.vma correctly.Atish Patra1-3/+14
2019-02-08sbi_ecall: Fix logical OR to be bitwise ORAlistair Francis1-1/+1
2019-01-24all: Update copyright header in all filesAnup patel1-3/+3
2019-01-23lib: Remove target_hart and hartid parameter from TIMER callbacksAnup Patel1-2/+2
2019-01-23lib: Remove source_hart and hartid parameter from IPI callbacksAnup patel1-7/+4
2018-12-27lib: Move ECALL defines to sbi_ecall_interface.hAnup Patel1-10/+1
2018-12-11Initial commit.Anup Patel1-0/+98