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
/
include
/
sbi
/
riscv_encoding.h
Age
Commit message (
Expand
)
Author
2023-02-27
lib: sbi_hart: Enable hcontext and scontext
Nylon Chen
2022-09-01
include: Remove sideleg and sedeleg
Rahul Pathak
2022-08-22
include: Add mstatus[h].GVA encodings
Vivian Wang
2022-06-21
lib: utils: Remove CSRs that set/clear an IMSIC interrupt file bits
Anup Patel
2022-06-21
include: sbi: Add mtinst/htinst psuedoinstructions
dramforever
2022-06-01
lib: sbi_illegal_insn: Add emulation for fence.tso
Samuel Holland
2022-04-28
lib: sbi: Implement Sstc extension
Atish Patra
2022-04-17
include: correct the definition of MSTATUS_VS
Vincent Chen
2022-04-11
lib: sbi: Add Smstateen extension defines
Mayuresh Chitale
2022-04-05
include: Add defines for [m|h|s]envcfg CSRs
Anup Patel
2022-02-15
include: sbi: Add AIA related CSR defines
Anup Patel
2022-02-04
lib: sbi: Disable interrupt during config matching
Atish Patra
2021-11-11
lib: sbi: Support sscofpmf extension in OpenSBI
Atish Patra
2021-11-11
lib: sbi: Delegate PMU counter overflow interrupt to S mode
Atish Patra
2021-11-11
riscv: Add new CSRs introduced by Sscofpmf[1] extension
Atish Patra
2020-09-09
include: Rename ECALL defines to match latest RISC-V spec
Anup Patel
2020-09-01
include: sbi: Few cosmetic changes in riscv_encoding.h
Anup Patel
2020-09-01
lib: sbi: Improve PMP CSR detection and progamming
Anup Patel
2020-06-08
lib: Add RISC-V hypervisor v0.6.1 support
Anup Patel
2020-05-07
lib: sbi_tlb: Fix remote TLB HFENCE VVMA implementation
Anup Patel
2020-05-07
include: sbi: Remove redundant page table related defines
Anup Patel
2020-04-17
lib: Support vector extension
Atish Patra
2019-12-16
lib: Extend trap redirection for hypervisor v0.5 spec
Anup Patel
2019-12-16
include: Add guest external interrupt related defines
Anup Patel
2019-11-06
include: Use _UL() and _ULL() for defines in riscv_encoding.h
Anup Patel
2019-11-06
include: Sync-up encoding with priv v1.12-draft and hypervisor v0.5-draft
Anup Patel
2019-09-30
lib: Emulate HTIMEDELTA CSR for platforms not having TIME CSR
Anup Patel
2019-09-30
lib: Redirect WFI trapped from VS/VU mode to HS-mode
Anup Patel
2019-09-30
lib: Extend sbi_trap_redirect() for hypervisor extension
Anup Patel
2019-09-30
lib: Extend sbi_hart_switch_mode() to support hypervisor extension
Anup Patel
2019-04-24
all: Annotate some tables to have clang-format leave them alone
Olof Johansson
2019-04-06
lib: Fix the ecall macro definitions
Alistair Francis
2019-02-14
lib: Use CSR_<FOO> instead of <foo> for csr_*()
Atish Patra
2019-01-24
all: Update copyright header in all files
Anup patel
2019-01-03
include: Add hard FP access macros and defines
Anup Patel
2018-12-31
lib: Redirect illegal instruction trap to S-mode when not handled
Anup Patel
2018-12-26
lib: Move instruction encoding macros to riscv_encoding.h
Anup Patel
2018-12-11
Initial commit.
Anup Patel