Age | Commit message (Expand) | Author |
2020-02-05 | platform: Add an platform ops to return platform specific tlb flush limit | Atish Patra |
2020-01-22 | lib: Factor-out SBI base extension | Anup Patel |
2020-01-22 | lib: Factor-out SBI vendor extension | Anup Patel |
2020-01-22 | lib: Factor-out SBI replacement extensions | Anup Patel |
2020-01-22 | lib: Factor-out SBI legacy extension | Anup Patel |
2020-01-22 | lib: Add dynamic registration of SBI extensions | Anup Patel |
2020-01-22 | include: Add generic and simple list handling APIs | Anup Patel |
2020-01-22 | lib: Drop _fifo from the name of various sbi_tlb_fifo_xyz() functions | Anup Patel |
2020-01-22 | lib: Introduce sbi_ipi_event_create/destroy() APIs | Anup Patel |
2020-01-22 | lib: Introduce sbi_tlb_fifo_request() API | Anup Patel |
2020-01-22 | lib: Introduce sbi_ipi_send_halt() API | Anup Patel |
2020-01-22 | lib: Introduce sbi_ipi_send_smode() API | Anup Patel |
2020-01-22 | lib: Move struct sbi_ipi_data definition to sbi_ipi.c | Anup Patel |
2020-01-22 | include: Typo fix in comment for SBI_SCRATCH_SIZE define | Anup Patel |
2020-01-09 | include: Add OPENSBI_EXTERNAL_SBI_TYPES in sbi_types.h | Abner Chang |
2020-01-07 | lib: Add sbi_init_count() API | Anup Patel |
2020-01-07 | lib: improve system reboot and shutdown implementation | Anup Patel |
2020-01-07 | lib: Add irqchip exit API | Anup Patel |
2020-01-07 | lib: Add ipi exit API | Anup Patel |
2020-01-07 | lib: Add timer exit API | Anup Patel |
2020-01-07 | lib: Add system early_exit and final_exit APIs | Anup Patel |
2020-01-07 | lib: Add initial sbi_exit() API | Anup Patel |
2020-01-02 | lib: utils: Support CLINT with 32bit MMIO access on RV64 system | Anup Patel |
2019-12-23 | lib: Support stage1 and stage2 tlb flushing | Atish Patra |
2019-12-23 | lib: Add hfence instruction encoding | Atish Patra |
2019-12-23 | lib: Add IPI extension in SBI | Atish Patra |
2019-12-23 | lib: Remove redundant IPI types | Atish Patra |
2019-12-23 | lib: Add replacement extension and function ids | Atish Patra |
2019-12-16 | lib: Extend trap redirection for hypervisor v0.5 spec | Anup Patel |
2019-12-16 | include: Extend struct sbi_trap_info for mtval2 and mtinst | Anup Patel |
2019-12-16 | include: Add guest external interrupt related defines | Anup Patel |
2019-12-06 | include: sbi_platform: fix compilation for GCC-9 | Martin Pietryka |
2019-11-27 | lib: Add error detection for misa_extension | Xiang W |
2019-11-26 | lib: Fix CPU capabilities detection function | Xiang Wang |
2019-11-21 | lib: Simplify trap parameters in sbi_ecall functions | Anup Patel |
2019-11-21 | lib: Better naming of unpriv APIs for wider use | Anup Patel |
2019-11-21 | lib: No need to set VSSTATUS.MXR bit in get_insn() | Anup Patel |
2019-11-21 | include: Remove ilen member of struct unpriv_trap | Anup Patel |
2019-11-15 | firmware: Add preferred boot HART field in struct fw_dynamic_info | 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-10-09 | include: Bump-up version to 0.5 | Anup Patel |
2019-10-03 | lib: Provide a platform hook to implement vendor specific SBI extensions. | Atish Patra |
2019-10-03 | lib: Implement SBI v0.2 | Atish Patra |
2019-10-03 | lib: Rename existing SBI implementation as 0.1. | Atish Patra |
2019-10-03 | lib: Align error codes as per SBI specification. | Atish Patra |
2019-10-03 | Test: Move test payload related code out of interface header | Atish Patra |
2019-09-30 | lib: Emulate HTIMEDELTA CSR for platforms not having TIME CSR | Anup Patel |
2019-09-30 | include: Extend get_insn() to read instruction from VS/VU mode | Anup Patel |
2019-09-30 | lib: Redirect WFI trapped from VS/VU mode to HS-mode | Anup Patel |