summaryrefslogtreecommitdiff
path: root/include/sbi/riscv_encoding.h
AgeCommit message (Expand)AuthorFilesLines
2019-12-16lib: Extend trap redirection for hypervisor v0.5 specAnup Patel1-3/+0
2019-12-16include: Add guest external interrupt related definesAnup Patel1-0/+4
2019-11-06include: Use _UL() and _ULL() for defines in riscv_encoding.hAnup Patel1-81/+79
2019-11-06include: Sync-up encoding with priv v1.12-draft and hypervisor v0.5-draftAnup Patel1-92/+45
2019-09-30lib: Emulate HTIMEDELTA CSR for platforms not having TIME CSRAnup Patel1-1/+3
2019-09-30lib: Redirect WFI trapped from VS/VU mode to HS-modeAnup Patel1-0/+3
2019-09-30lib: Extend sbi_trap_redirect() for hypervisor extensionAnup Patel1-2/+30
2019-09-30lib: Extend sbi_hart_switch_mode() to support hypervisor extensionAnup Patel1-0/+14
2019-04-24all: Annotate some tables to have clang-format leave them aloneOlof Johansson1-0/+3
2019-04-06lib: Fix the ecall macro definitionsAlistair Francis1-2/+2
2019-02-14lib: Use CSR_<FOO> instead of <foo> for csr_*()Atish Patra1-0/+8
2019-01-24all: Update copyright header in all filesAnup patel1-3/+3
2019-01-04include: Add hard FP access macros and definesAnup Patel1-0/+13
2018-12-31lib: Redirect illegal instruction trap to S-mode when not handledAnup Patel1-3/+6
2018-12-26lib: Move instruction encoding macros to riscv_encoding.hAnup Patel1-0/+117
2018-12-11Initial commit.Anup Patel1-0/+423