aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-30docs: Improve docs for FDT address passingLiu Yibin
2019-12-27firmware: Improve comments for fw_prev_arg1() and fw_next_arg1()Anup Patel
2019-12-27firmware: Return real DTB address when FW_xyz_FDT_ADDR is not definedLiu Yibin
2019-12-23lib: Implement RFENCE extensionAtish Patra
2019-12-23lib: Support stage1 and stage2 tlb flushingAtish Patra
2019-12-23lib: Add hfence instruction encodingAtish Patra
2019-12-23lib: Add IPI extension in SBIAtish Patra
2019-12-23lib: Add TIME extension in SBIAtish Patra
2019-12-23lib: Remove redundant IPI typesAtish Patra
2019-12-23lib: Add replacement extension and function idsAtish Patra
2019-12-16lib: Use MTINST CSR in misaligned load/store emulationAnup Patel
2019-12-16lib: Extend trap redirection for hypervisor v0.5 specAnup Patel
2019-12-16lib: Fix sbi_get_insn() for load guest page faultAnup Patel
2019-12-16include: Extend struct sbi_trap_info for mtval2 and mtinstAnup Patel
2019-12-16lib: Delegate guest page faults to HS-modeAnup Patel
2019-12-16include: Add guest external interrupt related definesAnup Patel
2019-12-06include: sbi_platform: fix compilation for GCC-9Martin Pietryka
2019-11-27lib: Add error detection for misa_extensionXiang W
2019-11-26lib: Fix probe extensionAtish Patra
2019-11-26lib: Fix CPU capabilities detection functionXiang Wang
2019-11-21lib: Simplify trap parameters in sbi_ecall functionsAnup Patel
2019-11-21lib: Better naming of unpriv APIs for wider useAnup Patel
2019-11-21lib: No need to set VSSTATUS.MXR bit in get_insn()Anup Patel
2019-11-21include: Remove ilen member of struct unpriv_trapAnup Patel
2019-11-15lib: Remove date and time from init messageAlistair Francis
2019-11-15firmware: Add preferred boot HART field in struct fw_dynamic_infoAnup 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-11-05firmware: Introduce relocation lotteryAnup Patel
2019-10-28firmware: Fix compile error for FW_PAYLOAD with latest GCC binutilsAnup Patel
2019-10-09include: Bump-up version to 0.5Anup Patel
2019-10-03lib: Provide a platform hook to implement vendor specific SBI extensions.Atish Patra
2019-10-03lib: Implement SBI v0.2Atish Patra
2019-10-03lib: Remove redundant variable assignmentAtish Patra
2019-10-03lib: Rename existing SBI implementation as 0.1.Atish Patra
2019-10-03lib: Align error codes as per SBI specification.Atish Patra
2019-10-03Test: Move test payload related code out of interface headerAtish Patra
2019-10-02lib: Fix coldboot race condition observed on emulators/simulatorsAnup Patel
2019-10-02Makefile: Minor fix in OPENSBI_VERSION_GITAnup Patel
2019-09-30lib: Emulate HTIMEDELTA CSR for platforms not having TIME CSRAnup Patel
2019-09-30include: Extend get_insn() to read instruction from VS/VU modeAnup 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-09-30lib: Delegate supervisor ecall to HS-mode when H extension availableAnup Patel
2019-09-28Write MSIP by using memory-mapped control registerZong Li
2019-09-28lib: Fix tlb flush range limit valueAtish Patra
2019-09-28kendryte/k210: remove unused fileDamien Le Moal
2019-09-25docs: platform: Update descriptions for qemu/sifive_u supportBin Meng
2019-09-10lib: provide a platform specific tlb range flush thresholdAtish Patra