summaryrefslogtreecommitdiff
path: root/lib/sbi/sbi_hsm.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-19lib: sbi_hsm: Don't use sbi_platform_hart_disabled() APIAnup Patel1-5/+1
2020-03-19lib: sbi_hsm: Remove scratch parameter from hart_started_mask() APIAnup Patel1-3/+1
2020-03-19lib: sbi_hsm: Don't use sbi_platform_hart_count() APIAnup Patel1-15/+4
2020-03-19lib: Handle failure of sbi_hartid_to_scratch() APIAnup Patel1-4/+13
2020-03-19lib: sbi_hsm: Simplify hart_get_state() and hart_started() APIsAnup Patel1-5/+6
2020-03-19include: Simplify HART id to scratch macroAnup Patel1-3/+3
2020-03-13include: Make sbi_current_hartid() as macro in riscv_asm.hAnup Patel1-2/+2
2020-03-13lib: sbi_hsm: Optimize sbi_hsm_hart_get_state() implementationAnup Patel1-6/+2
2020-03-11lib: Introduce sbi_hsm_hart_started_mask() APIAnup Patel1-0/+38
2020-03-10lib: sbi: Fix coding style issuesBin Meng1-7/+7
2020-03-08include: Move bits related defines and macros to sbi_bitops.hAnup Patel1-1/+1
2020-03-08lib: Fix return type of sbi_hsm_hart_started()Anup Patel1-2/+1
2020-02-24lib: Add possible hart status valuesAtish Patra1-0/+25
2020-02-24lib: Implement hart hotplugAtish Patra1-0/+222