Age | Commit message (Expand) | Author |
2021-03-03 | lib: sbi: Rename sbi_hsm_hart_started_mask() function | Anup Patel |
2021-03-03 | lib: sbi: Use SBI_HSM_STATE_xyz defines instead of SBI_STATE_xyz defines | Anup Patel |
2021-03-03 | include: sbi: Simplify HSM state define names | Anup Patel |
2021-01-18 | include: Bump-up version to 0.9 | Anup Patel |
2021-01-15 | include: sbi: Don't pack struct sbi_platform and sbi_platform_operations | Anup Patel |
2021-01-15 | include: sbi: No need to pack struct sbi_scratch | Anup Patel |
2021-01-15 | include: sbi: No need to pack struct sbi_trap_regs | Anup Patel |
2021-01-12 | lib: sbi: Allow platforms to provide root domain memory regions | Anup Patel |
2021-01-07 | lib: sbi: Allow custom local TLB flush function | Anup Patel |
2021-01-07 | lib: sbi: Introduce sbi_trap_exit() API | Anup Patel |
2021-01-07 | lib: sbi: Replace args with trap registers in ecall handler | Anup Patel |
2020-12-16 | lib: sbi: Remove domain_get() platform callback function | Anup Patel |
2020-12-16 | lib: sbi: Add function to register new domain | Anup Patel |
2020-12-04 | include: sbi: Add domains_init() platform operation | Anup Patel |
2020-12-04 | include: sbi: Use lower bits for domain memory region permissions | Anup Patel |
2020-12-01 | lib: sbi: Implement System Reset (SRST) SBI extension | Anup Patel |
2020-12-01 | lib: sbi: Improve system reset platform operations | Anup Patel |
2020-12-01 | include: sbi: Remove opensbi specific reset type defines | Anup Patel |
2020-12-01 | include: sbi: Add SBI SRST extension related defines | Anup Patel |
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 |