summaryrefslogtreecommitdiff
path: root/include/sbi
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-28lib: sbi_emulate_csr: Remove scratch and hartid parameterAnup Patel1-5/+4
2020-03-28lib: sbi_trap: Remove scratch parameter from sbi_trap_redirect()Anup Patel1-2/+1
2020-03-28lib: Remove scratch parameter from unpriv load/store functionsAnup Patel1-4/+1
2020-03-28lib: Optimize unpriv load/store implementationAnup Patel2-3/+23
2020-03-19include: sbi_platform: Introduce HART index to HART id tableAnup Patel1-12/+51
2020-03-19lib: sbi_hsm: Remove scratch parameter from hart_started_mask() APIAnup Patel1-2/+1
2020-03-19include: sbi_platform: Improve sbi_platform_hart_disabled() APIAnup Patel1-16/+20
2020-03-19lib: Handle failure of sbi_hartid_to_scratch() APIAnup Patel1-0/+1
2020-03-19lib: sbi_hsm: Simplify hart_get_state() and hart_started() APIsAnup Patel1-2/+2
2020-03-19include: Simplify HART id to scratch macroAnup Patel1-1/+1
2020-03-19lib: sbi_scratch: Introduce HART id to scratch tableAnup Patel1-2/+6
2020-03-18lib: sbi: Update pmp_get() to return decoded size directlyBin Meng1-1/+1
2020-03-14platform: Use one unified per-HART stack size macro for all platformsBin Meng1-0/+3
2020-03-13include: Make sbi_current_hartid() as macro in riscv_asm.hAnup Patel2-2/+2
2020-03-13include: Make sbi_hart_id_to_scratch() as macroAnup Patel2-3/+6
2020-03-13sbi: Add definitions for true/falseBin Meng1-0/+2
2020-03-11lib: sbi_hart: Remove HART available mask and related APIsAnup Patel1-6/+0
2020-03-11lib: Introduce sbi_hsm_hart_started_mask() APIAnup Patel1-0/+3
2020-03-11include: Remove disabled_hart_mask from sbi_platformAnup Patel1-8/+7