summaryrefslogtreecommitdiff
path: root/lib/sbi/sbi_ecall_legacy.c
AgeCommit message (Expand)Author
2026-05-09lib: sbi_timer: Add support for timer eventsAnup Patel
2024-12-22lib: sbi: Print list of available SBI extensions at boot-timeAnup Patel
2024-09-26lib: sbi_ecall_legacy: Use SBI v0.2 encoding for "all harts"Samuel Holland
2024-03-19lib: sbi: Remove epc from struct sbi_trap_infoSamuel Holland
2023-12-19lib: sbi: Remove the SBI_ETRAP error codeAnup Patel
2023-12-19lib: sbi: Allow ecall handlers to directly update register stateAnup Patel
2023-12-19lib: sbi_tlb: Reduce size of struct sbi_tlb_infoAnup Patel
2023-05-21lib: sbi: Introduce register_extensions extension callbackAndrew Jones
2023-05-11lib: sbi: Remove unnecessary semicolonXiang W
2021-03-03lib: sbi: Rename sbi_hsm_hart_started_mask() functionAnup Patel
2021-01-07lib: sbi: Allow custom local TLB flush functionAnup Patel
2021-01-07lib: sbi: Replace args with trap registers in ecall handlerAnup Patel
2020-12-01lib: sbi: Improve system reset platform operationsAnup Patel
2020-12-01include: sbi: Remove opensbi specific reset type definesAnup Patel
2020-10-20lib: sbi: Extend sbi_hsm_hart_started_mask() for domainsAnup Patel
2020-05-07lib: sbi_tlb: Fix remote TLB HFENCE VVMA implementationAnup Patel
2020-04-27include: sbi_platform: Combine reboot and shutdown into one callbackAnup Patel
2020-03-28include: sbi_timer: Remove scratch parameter from most funcitonsAnup Patel
2020-03-28include: sbi_system: Remove scratch parameter and redundant functionsAnup Patel
2020-03-28include: sbi_ipi: Remove scratch parameter from most functionsAnup Patel
2020-03-28include: sbi_tlb: Remove scratch parameter from sbi_tlb_request()Anup Patel
2020-03-28lib: sbi_ecall: Remove mcause, scratch and hartid parametersAnup Patel
2020-03-28lib: Remove scratch parameter from unpriv load/store functionsAnup Patel
2020-03-19lib: sbi_hsm: Remove scratch parameter from hart_started_mask() APIAnup Patel
2020-03-13include: Make sbi_current_hartid() as macro in riscv_asm.hAnup Patel
2020-03-11lib: sbi_ecall_legacy: Use sbi_hsm_hart_started_mask() APIAnup Patel
2020-03-11lib: Introduce SBI_TLB_INFO_INIT() helper macroAnup Patel
2020-01-22lib: Factor-out SBI legacy extensionAnup Patel