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_legacy.c
Age
Commit message (
Expand
)
Author
2026-05-09
lib: sbi_timer: Add support for timer events
Anup Patel
2024-12-22
lib: sbi: Print list of available SBI extensions at boot-time
Anup Patel
2024-09-26
lib: sbi_ecall_legacy: Use SBI v0.2 encoding for "all harts"
Samuel Holland
2024-03-19
lib: sbi: Remove epc from struct sbi_trap_info
Samuel Holland
2023-12-19
lib: sbi: Remove the SBI_ETRAP error code
Anup Patel
2023-12-19
lib: sbi: Allow ecall handlers to directly update register state
Anup Patel
2023-12-19
lib: sbi_tlb: Reduce size of struct sbi_tlb_info
Anup Patel
2023-05-21
lib: sbi: Introduce register_extensions extension callback
Andrew Jones
2023-05-11
lib: sbi: Remove unnecessary semicolon
Xiang W
2021-03-03
lib: sbi: Rename sbi_hsm_hart_started_mask() function
Anup Patel
2021-01-07
lib: sbi: Allow custom local TLB flush function
Anup Patel
2021-01-07
lib: sbi: Replace args with trap registers in ecall handler
Anup Patel
2020-12-01
lib: sbi: Improve system reset platform operations
Anup Patel
2020-12-01
include: sbi: Remove opensbi specific reset type defines
Anup Patel
2020-10-20
lib: sbi: Extend sbi_hsm_hart_started_mask() for domains
Anup Patel
2020-05-07
lib: sbi_tlb: Fix remote TLB HFENCE VVMA implementation
Anup Patel
2020-04-27
include: sbi_platform: Combine reboot and shutdown into one callback
Anup Patel
2020-03-28
include: sbi_timer: Remove scratch parameter from most funcitons
Anup Patel
2020-03-28
include: sbi_system: Remove scratch parameter and redundant functions
Anup Patel
2020-03-28
include: sbi_ipi: Remove scratch parameter from most functions
Anup Patel
2020-03-28
include: sbi_tlb: Remove scratch parameter from sbi_tlb_request()
Anup Patel
2020-03-28
lib: sbi_ecall: Remove mcause, scratch and hartid parameters
Anup Patel
2020-03-28
lib: Remove scratch parameter from unpriv load/store functions
Anup Patel
2020-03-19
lib: sbi_hsm: Remove scratch parameter from hart_started_mask() API
Anup Patel
2020-03-13
include: Make sbi_current_hartid() as macro in riscv_asm.h
Anup Patel
2020-03-11
lib: sbi_ecall_legacy: Use sbi_hsm_hart_started_mask() API
Anup Patel
2020-03-11
lib: Introduce SBI_TLB_INFO_INIT() helper macro
Anup Patel
2020-01-22
lib: Factor-out SBI legacy extension
Anup Patel