aboutsummaryrefslogtreecommitdiff
path: root/include/sbi/riscv_encoding.h
AgeCommit message (Expand)Author
2021-11-11lib: sbi: Support sscofpmf extension in OpenSBIAtish Patra
2021-11-11lib: sbi: Delegate PMU counter overflow interrupt to S modeAtish Patra
2021-11-11riscv: Add new CSRs introduced by Sscofpmf[1] extensionAtish Patra
2020-09-09include: Rename ECALL defines to match latest RISC-V specAnup Patel
2020-09-01include: sbi: Few cosmetic changes in riscv_encoding.hAnup Patel
2020-09-01lib: sbi: Improve PMP CSR detection and progammingAnup Patel
2020-06-08lib: Add RISC-V hypervisor v0.6.1 supportAnup Patel
2020-05-07lib: sbi_tlb: Fix remote TLB HFENCE VVMA implementationAnup Patel
2020-05-07include: sbi: Remove redundant page table related definesAnup Patel
2020-04-17lib: Support vector extensionAtish Patra
2019-12-16lib: Extend trap redirection for hypervisor v0.5 specAnup Patel
2019-12-16include: Add guest external interrupt related definesAnup Patel
2019-11-06include: Use _UL() and _ULL() for defines in riscv_encoding.hAnup Patel
2019-11-06include: Sync-up encoding with priv v1.12-draft and hypervisor v0.5-draftAnup Patel
2019-09-30lib: Emulate HTIMEDELTA CSR for platforms not having TIME CSRAnup Patel
2019-09-30lib: Redirect WFI trapped from VS/VU mode to HS-modeAnup Patel
2019-09-30lib: Extend sbi_trap_redirect() for hypervisor extensionAnup Patel
2019-09-30lib: Extend sbi_hart_switch_mode() to support hypervisor extensionAnup Patel
2019-04-24all: Annotate some tables to have clang-format leave them aloneOlof Johansson
2019-04-06lib: Fix the ecall macro definitionsAlistair Francis
2019-02-14lib: Use CSR_<FOO> instead of <foo> for csr_*()Atish Patra
2019-01-24all: Update copyright header in all filesAnup patel
2019-01-03include: Add hard FP access macros and definesAnup Patel
2018-12-31lib: Redirect illegal instruction trap to S-mode when not handledAnup Patel
2018-12-26lib: Move instruction encoding macros to riscv_encoding.hAnup Patel
2018-12-11Initial commit.Anup Patel