aboutsummaryrefslogtreecommitdiff
path: root/include/sbi/sbi_hsm.h
AgeCommit message (Expand)Author
2021-04-28lib: sbi: Simplify HSM platform operationsAnup Patel
2021-03-03lib: sbi: Implement SBI HSM suspend functionAnup Patel
2021-03-03lib: sbi: Rename sbi_hsm_hart_started_mask() functionAnup Patel
2021-03-03lib: sbi: Use SBI_HSM_STATE_xyz defines instead of SBI_STATE_xyz definesAnup Patel
2020-10-20lib: sbi: Extend sbi_hsm_hart_start() for domainsAnup Patel
2020-10-20lib: sbi: Extend sbi_hsm_hart_started_mask() for domainsAnup Patel
2020-09-16lib: sbi: Allow specifying start mode to sbi_hsm_hart_start() APIAnup Patel
2020-03-28lib: sbi_ecall: Remove mcause, scratch and hartid parametersAnup Patel
2020-03-19lib: sbi_hsm: Remove scratch parameter from hart_started_mask() APIAnup Patel
2020-03-19lib: Handle failure of sbi_hartid_to_scratch() APIAnup Patel
2020-03-19lib: sbi_hsm: Simplify hart_get_state() and hart_started() APIsAnup Patel
2020-03-11lib: Introduce sbi_hsm_hart_started_mask() APIAnup Patel
2020-03-10lib: sbi: Fix coding style issuesBin Meng
2020-02-24lib: Add possible hart status valuesAtish Patra
2020-02-24lib: Implement hart hotplugAtish Patra