summaryrefslogtreecommitdiff
path: root/include/sbi/sbi_hsm.h
AgeCommit message (Expand)AuthorFilesLines
2020-03-28lib: sbi_ecall: Remove mcause, scratch and hartid parametersAnup Patel1-0/+2
2020-03-19lib: sbi_hsm: Remove scratch parameter from hart_started_mask() APIAnup Patel1-2/+1
2020-03-19lib: Handle failure of sbi_hartid_to_scratch() APIAnup Patel1-0/+1
2020-03-19lib: sbi_hsm: Simplify hart_get_state() and hart_started() APIsAnup Patel1-2/+2
2020-03-11lib: Introduce sbi_hsm_hart_started_mask() APIAnup Patel1-0/+3
2020-03-10lib: sbi: Fix coding style issuesBin Meng1-1/+1
2020-02-24lib: Add possible hart status valuesAtish Patra1-0/+1
2020-02-24lib: Implement hart hotplugAtish Patra1-0/+30