summaryrefslogtreecommitdiff
path: root/lib/sbi/sbi_ecall_legacy.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-03lib: sbi: Rename sbi_hsm_hart_started_mask() functionAnup Patel1-2/+2
2021-01-07lib: sbi: Allow custom local TLB flush functionAnup Patel1-3/+6
2021-01-07lib: sbi: Replace args with trap registers in ecall handlerAnup Patel1-12/+13
2020-12-01lib: sbi: Improve system reset platform operationsAnup Patel1-1/+2
2020-12-01include: sbi: Remove opensbi specific reset type definesAnup Patel1-1/+1
2020-10-20lib: sbi: Extend sbi_hsm_hart_started_mask() for domainsAnup Patel1-1/+3
2020-05-07lib: sbi_tlb: Fix remote TLB HFENCE VVMA implementationAnup Patel1-3/+4
2020-04-27include: sbi_platform: Combine reboot and shutdown into one callbackAnup Patel1-1/+2
2020-03-28include: sbi_timer: Remove scratch parameter from most funcitonsAnup Patel1-5/+2
2020-03-28include: sbi_system: Remove scratch parameter and redundant functionsAnup Patel1-1/+1
2020-03-28include: sbi_ipi: Remove scratch parameter from most functionsAnup Patel1-2/+2
2020-03-28include: sbi_tlb: Remove scratch parameter from sbi_tlb_request()Anup Patel1-3/+3
2020-03-28lib: sbi_ecall: Remove mcause, scratch and hartid parametersAnup Patel1-2/+3
2020-03-28lib: Remove scratch parameter from unpriv load/store functionsAnup Patel1-7/+6
2020-03-19lib: sbi_hsm: Remove scratch parameter from hart_started_mask() APIAnup Patel1-1/+1
2020-03-13include: Make sbi_current_hartid() as macro in riscv_asm.hAnup Patel1-1/+2
2020-03-11lib: sbi_ecall_legacy: Use sbi_hsm_hart_started_mask() APIAnup Patel1-1/+3
2020-03-11lib: Introduce SBI_TLB_INFO_INIT() helper macroAnup Patel1-16/+12
2020-01-22lib: Factor-out SBI legacy extensionAnup Patel1-0/+119