summaryrefslogtreecommitdiff
path: root/lib/sbi_system.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-19lib: Move sbi core library to lib/sbiAtish Patra1-45/+0
2019-05-24lib: Handle page/access fault caused by unpriv load/storeAnup Patel1-1/+1
2019-04-24all: run clang-format and update checked-in filesOlof Johansson1-8/+6
2019-03-12lib: Implement sfence.vma correctly.Atish Patra1-1/+1
2019-02-18lib: Send IPI for all harts to hang on system shutdownNick Kossifidis1-0/+8
2019-01-24all: Update copyright header in all filesAnup patel1-3/+3
2019-01-23lib: Remove hartid paramter from early_init() and final_init() callbacksAnup Patel1-6/+4
2018-12-27lib: Simplify sbi_platform early_init() and final_init() hooksAnup Patel1-14/+8
2018-12-11Initial commit.Anup Patel1-0/+47