Age | Commit message (Expand) | Author |
2020-10-26 | lib: sbi: Detect PMP granularity and number of address bits | Atish Patra |
2020-10-21 | lib: sbi: Display domain details in boot prints | Anup Patel |
2020-10-20 | lib: sbi: Remove redundant sbi_hart_pmp_xyz() functions | Anup Patel |
2020-10-20 | lib: sbi: Extend sbi_hsm_hart_start() for domains | Anup Patel |
2020-10-20 | lib: sbi: Extend sbi_hsm_hart_started_mask() for domains | Anup Patel |
2020-10-20 | lib: sbi: Add initial domain support | Anup Patel |
2020-10-20 | include: sbi: Make hartmask pointer const in sbi_hartmask_test_hart() | Anup Patel |
2020-10-20 | lib: sbi: Remove redundant hartid parameter from sbi_hart_init() | Anup Patel |
2020-10-20 | lib: sbi: Configure PMP late in coldboot and warmboot path | Anup Patel |
2020-10-20 | include: sbi: Remove pmp_region callbacks from sbi_platform_operations | Anup Patel |
2020-10-20 | include: sbi: Remove redundant includes from sbi_platform.h | Anup Patel |
2020-10-02 | lib: sbi_scratch: typo scatch | Heinrich Schuchardt |
2020-09-16 | lib: sbi: Allow specifying mode in sbi_hart_pmp_check_addr() API | Anup Patel |
2020-09-16 | lib: sbi: Allow specifying start mode to sbi_hsm_hart_start() API | Anup Patel |
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: Detect and print MHPM counters at boot-time | Anup Patel |
2020-09-01 | lib: sbi: Improve PMP CSR detection and progamming | Anup Patel |
2020-09-01 | lib: sbi: Remove redundant SBI_HART_HAS_PMP feature | Anup Patel |
2020-07-29 | lib: Add sbi_strncmp implementation | Abner Chang |
2020-07-14 | include: sbi_bitops: Remove dead shift assignment in ffs/fls | Tobias Klauser |
2020-06-20 | include: Bump-up version to 0.8 | Anup Patel |
2020-06-20 | lib: Don't return any invalid error from SBI ecall | Anup Patel |
2020-06-15 | lib: Fix __sbi_hfence_gvma_vmid_gpa() and __sbi_hfence_vvma_asid_va() | Anup Patel |
2020-06-08 | lib: Add RISC-V hypervisor v0.6.1 support | Anup Patel |
2020-05-19 | include: sbi: Add firmware extension constants | Daniel Schaefer |
2020-05-19 | lib: sbi_hart: Detect number of supported PMP regions | Anup Patel |
2020-05-19 | include: sbi: Use scratch pointer as parmeter in HART feature APIs | Anup Patel |
2020-05-19 | lib: sbi: Improve get_feature_str() implementation and usage | Anup Patel |
2020-05-10 | lib: Add hart features in boot time print | Atish Patra |
2020-05-10 | lib: Add platform features in boot time print | Atish Patra |
2020-05-10 | lib: timer: Provide a hart based timer feature | Atish Patra |
2020-05-10 | platform: Move platform features to hart | Atish Patra |
2020-05-10 | lib: Add support for hart specific features | Atish Patra |
2020-05-10 | lib: Create a separate math helper function file | Atish Patra |
2020-05-10 | lib: Add csr detect support | Atish Patra |
2020-05-10 | lib: Rename unprivileged trap handler | Atish Patra |
2020-05-07 | lib: sbi: Improve misa_string() implementation | 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-05-01 | include: Add array_size() macro | Anup Patel |
2020-04-27 | include: sbi_platform: Combine reboot and shutdown into one callback | Anup Patel |
2020-04-27 | lib: No need to provide default PMP region using platform callbacks | Anup Patel |
2020-04-20 | include: Bump-up version to 0.7 | Anup Patel |
2020-04-19 | lib: Allow overriding SBI implementation ID | Anup Patel |
2020-04-17 | lib: Support vector extension | Atish Patra |
2020-03-28 | include: sbi_console: Remove scratch parameter from sbi_dprintf() | Anup Patel |
2020-03-28 | include: sbi_timer: Remove scratch parameter from most funcitons | Anup Patel |
2020-03-28 | include: sbi_system: Remove scratch parameter and redundant functions | Anup Patel |
2020-03-28 | include: sbi_ipi: Remove scratch parameter from most functions | Anup Patel |