summaryrefslogtreecommitdiff
path: root/include/sbi
AgeCommit message (Expand)AuthorFilesLines
2020-10-20lib: sbi: Configure PMP late in coldboot and warmboot pathAnup Patel1-0/+1
2020-10-20include: sbi: Remove pmp_region callbacks from sbi_platform_operationsAnup Patel1-50/+0
2020-10-20include: sbi: Remove redundant includes from sbi_platform.hAnup Patel1-2/+2
2020-10-02lib: sbi_scratch: typo scatchHeinrich Schuchardt1-1/+1
2020-09-16lib: sbi: Allow specifying mode in sbi_hart_pmp_check_addr() APIAnup Patel2-2/+3
2020-09-16lib: sbi: Allow specifying start mode to sbi_hsm_hart_start() APIAnup Patel1-1/+1
2020-09-09include: Rename ECALL defines to match latest RISC-V specAnup Patel1-2/+2
2020-09-01include: sbi: Few cosmetic changes in riscv_encoding.hAnup Patel1-87/+139
2020-09-01lib: sbi: Detect and print MHPM counters at boot-timeAnup Patel1-0/+1
2020-09-01lib: sbi: Improve PMP CSR detection and progammingAnup Patel1-1/+66
2020-09-01lib: sbi: Remove redundant SBI_HART_HAS_PMP featureAnup Patel1-5/+3
2020-07-29lib: Add sbi_strncmp implementationAbner Chang1-0/+7
2020-07-14include: sbi_bitops: Remove dead shift assignment in ffs/flsTobias Klauser1-6/+2
2020-06-20include: Bump-up version to 0.8Anup Patel1-1/+1
2020-06-20lib: Don't return any invalid error from SBI ecallAnup Patel2-17/+32
2020-06-15lib: Fix __sbi_hfence_gvma_vmid_gpa() and __sbi_hfence_vvma_asid_va()Anup Patel1-2/+4
2020-06-08lib: Add RISC-V hypervisor v0.6.1 supportAnup Patel1-3/+12
2020-05-19include: sbi: Add firmware extension constantsDaniel Schaefer1-0/+2
2020-05-19lib: sbi_hart: Detect number of supported PMP regionsAnup Patel1-0/+4
2020-05-19include: sbi: Use scratch pointer as parmeter in HART feature APIsAnup Patel1-3/+3
2020-05-19lib: sbi: Improve get_feature_str() implementation and usageAnup Patel2-4/+3
2020-05-10lib: Add hart features in boot time printAtish Patra1-0/+4
2020-05-10lib: Add platform features in boot time printAtish Patra1-26/+41
2020-05-10lib: timer: Provide a hart based timer featureAtish Patra1-0/+2
2020-05-10platform: Move platform features to hartAtish Patra2-19/+14
2020-05-10lib: Add support for hart specific featuresAtish Patra1-0/+1
2020-05-10lib: Create a separate math helper function fileAtish Patra1-0/+15
2020-05-10lib: Add csr detect supportAtish Patra1-0/+50
2020-05-10lib: Rename unprivileged trap handlerAtish Patra1-3/+3
2020-05-07lib: sbi: Improve misa_string() implementationAnup Patel1-13/+2
2020-05-07lib: sbi_tlb: Fix remote TLB HFENCE VVMA implementationAnup Patel2-6/+33
2020-05-07include: sbi: Remove redundant page table related definesAnup Patel1-20/+0
2020-05-01include: Add array_size() macroAnup Patel1-0/+2
2020-04-27include: sbi_platform: Combine reboot and shutdown into one callbackAnup Patel2-29/+12
2020-04-27lib: No need to provide default PMP region using platform callbacksAnup Patel1-2/+3
2020-04-20include: Bump-up version to 0.7Anup Patel1-1/+1
2020-04-19lib: Allow overriding SBI implementation IDAnup Patel1-0/+4
2020-04-17lib: Support vector extensionAtish Patra1-0/+2
2020-03-28include: sbi_console: Remove scratch parameter from sbi_dprintf()Anup Patel1-3/+2
2020-03-28include: sbi_timer: Remove scratch parameter from most funcitonsAnup Patel1-7/+16
2020-03-28include: sbi_system: Remove scratch parameter and redundant functionsAnup Patel1-12/+2
2020-03-28include: sbi_ipi: Remove scratch parameter from most functionsAnup Patel1-6/+5
2020-03-28include: sbi_tlb: Remove scratch parameter from sbi_tlb_request()Anup Patel1-2/+1
2020-03-28lib: sbi_scratch: Introduce sbi_scratch_last_hartid() APIAnup Patel1-0/+6
2020-03-28include: Use more consistent name for atomic xchg() and cmpxchg()Anup Patel1-2/+2
2020-03-28include: sbi_platform: Remove priv parameter from hart_start() callbackAnup Patel1-8/+6
2020-03-28lib: sbi_trap: Simplify sbi_trap_handler() APIAnup Patel1-4/+1
2020-03-28lib: sbi_ecall: Remove mcause, scratch and hartid parametersAnup Patel2-7/+5
2020-03-28lib: sbi_misaligned_ldst: Remove mcause, scratch and hartid parametersAnup Patel1-9/+4
2020-03-28lib: sbi_illegal_insn: Remove mcause, scratch and hartid parametersAnup Patel1-4/+1