Age | Commit message (Expand) | Author |
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-19 | platform: Add support for Shakti C-class SoC from IIT-M | Vijai Kumar K |
2020-06-15 | platform/lib: Allow the OS to map the regions that are protected by PMP | Alexandre Ghiti |
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-23 | lib: utils: Add fdt_parse_clint_node() function | Anup Patel |
2020-05-23 | lib: utils: Allow CLINT functions to be used for multiple CLINTs | Anup Patel |
2020-05-23 | lib: utils: Extend fdt_find_match() Implementation | Anup Patel |
2020-05-23 | lib: utils: Allow PLIC functions to be used for multiple PLICs | Anup Patel |
2020-05-23 | lib: utils: Remove redundant parameters from PLIC init functions | 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 | lib: utils: Add simple FDT reset framework | Anup Patel |
2020-05-01 | lib: utils: Add simple FDT serial framework | Anup Patel |
2020-05-01 | lib: utils: Add simple FDT irqchip framework | Anup Patel |
2020-05-01 | lib: utils: Add simple FDT ipi framework | Anup Patel |
2020-05-01 | lib: utils: Add simple FDT timer framework | Anup Patel |
2020-05-01 | include: Add array_size() macro | Anup Patel |
2020-05-01 | lib: utils: Add fdt_parse_plic_node() function | Anup Patel |
2020-05-01 | lib: utils: Add fdt_parse_max_hart_id() API | Anup Patel |