index
:
opensbi.git
master
release-1.3.x
release-1.5.x
release-1.8.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
sbi
/
sbi_ecall_hsm.c
Age
Commit message (
Expand
)
Author
2024-12-22
lib: sbi: Print list of available SBI extensions at boot-time
Anup Patel
2023-12-19
lib: sbi: Allow ecall handlers to directly update register state
Anup Patel
2023-05-21
lib: sbi: Introduce register_extensions extension callback
Andrew Jones
2023-02-27
lib: sbi_hsm: Remove unnecessary include
Andrew Jones
2023-01-06
treewide: Replace TRUE/FALSE with true/false
Bin Meng
2021-03-03
lib: sbi: Implement SBI HSM suspend function
Anup Patel
2021-03-03
lib: sbi: Use SBI_HSM_STATE_xyz defines instead of SBI_STATE_xyz defines
Anup Patel
2021-01-07
lib: sbi: Replace args with trap registers in ecall handler
Anup Patel
2020-10-20
lib: sbi: Extend sbi_hsm_hart_start() for domains
Anup Patel
2020-10-20
lib: sbi: Extend sbi_hsm_hart_started_mask() for domains
Anup Patel
2020-09-16
lib: sbi: Allow specifying start mode to sbi_hsm_hart_start() API
Anup Patel
2020-03-28
lib: sbi_ecall: Remove mcause, scratch and hartid parameters
Anup Patel
2020-03-19
lib: sbi_hsm: Simplify hart_get_state() and hart_started() APIs
Anup Patel
2020-02-24
lib: Implement Hart State Management (HSM) SBI extension
Atish Patra