aboutsummaryrefslogtreecommitdiff
path: root/lib/sbi/sbi_hsm.c
AgeCommit message (Expand)Author
2021-10-18lib: sbi: Save context for all non-retentive suspend typesAnup Patel
2021-06-02lib: sbi_scratch: remove owner from sbi_scratch_alloc_offsetHeinrich Schuchardt
2021-04-28lib: sbi: Simplify HSM platform operationsAnup Patel
2021-04-28lib: sbi: Simplify ipi platform operationsAnup Patel
2021-03-03lib: Remove redundant sbi_platform_ipi_clear() callsAnup Patel
2021-03-03lib: sbi: Implement SBI HSM suspend functionAnup Patel
2021-03-03lib: sbi: Fix error codes returned by HSM start() and stop() functionsAnup Patel
2021-03-03lib: sbi: Remove redundant sbi_hsm_hart_started() 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
2021-03-03include: sbi: Simplify HSM state define namesAnup Patel
2020-10-20lib: sbi: Optimize sbi_hsm_hart_started_mask() implementationAnup 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 mode in sbi_hart_pmp_check_addr() APIAnup Patel
2020-09-16lib: sbi: Allow specifying start mode to sbi_hsm_hart_start() APIAnup Patel
2020-06-20lib: Don't return any invalid error from SBI ecallAnup Patel
2020-03-28lib: sbi_scratch: Introduce sbi_scratch_last_hartid() APIAnup Patel
2020-03-28include: Use more consistent name for atomic xchg() and cmpxchg()Anup Patel
2020-03-28include: sbi_platform: Remove priv parameter from hart_start() callbackAnup Patel
2020-03-19lib: sbi_hsm: Don't use sbi_platform_hart_disabled() APIAnup Patel
2020-03-19lib: sbi_hsm: Remove scratch parameter from hart_started_mask() APIAnup Patel
2020-03-19lib: sbi_hsm: Don't use sbi_platform_hart_count() 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-19include: Simplify HART id to scratch macroAnup Patel
2020-03-13include: Make sbi_current_hartid() as macro in riscv_asm.hAnup Patel
2020-03-13lib: sbi_hsm: Optimize sbi_hsm_hart_get_state() implementationAnup Patel
2020-03-11lib: Introduce sbi_hsm_hart_started_mask() APIAnup Patel
2020-03-10lib: sbi: Fix coding style issuesBin Meng
2020-03-08include: Move bits related defines and macros to sbi_bitops.hAnup Patel
2020-03-08lib: Fix return type of sbi_hsm_hart_started()Anup Patel
2020-02-24lib: Add possible hart status valuesAtish Patra
2020-02-24lib: Implement hart hotplugAtish Patra