aboutsummaryrefslogtreecommitdiff
path: root/lib/sbi
AgeCommit message (Expand)AuthorFilesLines
2024-03-19lib: sbi: Simplify parameters of sbi_illegal_insn_handler()Anup Patel2-4/+5
2024-03-19lib: sbi: Simplify parameters of misaligned and access fault handlersAnup Patel2-39/+36
2024-03-19lib: sbi: Introduce trap contextAnup Patel1-33/+25
2024-03-19lib: sbi: Remove sbi_trap_exit() and related codeAnup Patel1-19/+0
2024-03-19lib: sbi: Remove epc from struct sbi_trap_infoSamuel Holland5-17/+2
2024-03-19lib: tests: Move tests to a separate directoryIvan Orlov7-14/+14
2024-03-11lib: sbi: call platform load/store emulatorsBo Gan1-2/+35
2024-03-11lib: sbi: abstract out insn decoding to unify mem fault handlersBo Gan2-38/+115
2024-03-11lib: sbi: change prototype of sbi_misaligned_load/store_handlerBo Gan2-41/+30
2024-03-11lib: sbi: change prototype of sbi_trap_redirectBo Gan1-1/+1
2024-03-11include: sbi: rename sbi_misaligned_ldst.h to sbi_trap_ldst.hBo Gan2-2/+2
2024-03-11lib: sbi: rename sbi_misaligned_ldst.c to sbi_trap_ldst.cBo Gan2-1/+1
2024-03-10lib: sbi: Add initial domain context management supportQingyu Shang3-2/+157
2024-03-10lib: tests: Add sbi_console testIvan Orlov3-0/+110
2024-03-10lib: tests: Add a test for sbi_bitmapIvan Orlov2-0/+105
2024-03-10lib: Add SBIUnit testing macros and functionsIvan Orlov5-0/+55
2024-03-05lib: sbi_misaligned_ldst: Add handling of C.LHU/C.LH and C.SHNylon Chen1-0/+10
2024-03-04lib: sbi: Add support for smcsrind and smcdelegAtish Patra1-4/+12
2024-02-24lib: sbi_hsm: Restor hart state to stop when fails to startJoshua Yeong1-0/+4
2024-02-20lib: sbi_pmu: Before using we should ensure PMU init doneyang.zhang1-2/+25
2024-02-05lib: sbi: Use mask to check the free bit during trigger allocationHimanshu Chauhan1-1/+1
2024-01-10lib: sbi: Print number of debug triggers foundHimanshu Chauhan1-0/+2
2024-01-10lib: sbi: Implement SBI debug trigger extensionHimanshu Chauhan3-0/+80
2024-01-10lib: sbi: Introduce the SBI debug triggers extension supportHimanshu Chauhan3-0/+738
2024-01-10lib: sbi: Detect support of debug triggersHimanshu Chauhan1-0/+4
2023-12-27lib: sbi: Detect Zicntr extension only based on trapsAnup Patel1-0/+8
2023-12-26lib: sbi: Fix shift bug in sbi_system_resetXiang W1-1/+2
2023-12-19lib: sbi: Do not enter OpenSBI with mseccfg.MML == 1Anup Patel1-0/+10
2023-12-19lib: sbi: Remove the SBI_ETRAP error codeAnup Patel1-20/+12
2023-12-19lib: sbi: Allow ecall handlers to directly update register stateAnup Patel13-77/+81
2023-12-19lib: sbi_tlb: Reduce size of struct sbi_tlb_infoAnup Patel3-44/+61
2023-12-19lib: sbi: Detect extensions from the ISA string in DTYong-Xuan Wang1-34/+15
2023-12-19lib: sbi: Using one array to define the name of extensionsYong-Xuan Wang1-48/+20
2023-12-19lib: sbi: Refactor the code for enable extensions in menvfg CSRYong-Xuan Wang1-11/+9
2023-12-19lib: sbi: Improve the code of privilege mode and extensions detectionYong-Xuan Wang1-50/+38
2023-12-18lib: sbi: Simplify the initialization of root_hmask in sbi_domain_initXiang W1-2/+1
2023-12-18lib: sbi_ipi: Drop unnecessary ipi_process checkSamuel Holland1-1/+1
2023-12-18lib: sbi_ipi: Process self-IPIs in sbi_ipi_send()Samuel Holland1-0/+8
2023-12-18lib: sbi_ipi: Do not ignore errors from sbi_ipi_send()Samuel Holland1-2/+6
2023-12-11lib: sbi_tlb: Check tlb_range_flush_limit only once per requestSamuel Holland1-10/+10
2023-12-11lib: sbi: skip wait_for_coldboot when coolboot doneXiang W1-0/+3
2023-12-11platform: recalculate heap size to support new tlb entry numberInochi Amaoto1-2/+0
2023-12-10lib: sbi_hsm: Put the resume_pending hart in the interruptible hart maskNick Hu1-1/+2
2023-12-08lib: sbi_pmu: Fix the counter info functionAtish Patra1-2/+6
2023-12-08lib: sbi_pmu: Add PMU snapshot definitionsAtish Patra2-0/+8
2023-12-08lib: sbi_hart: Store PMP granularity as log base 2Samuel Holland2-17/+17
2023-12-08lib: sbi: Prevent redundant sbi_ipi_processXiang W1-5/+9
2023-12-08lib: sbi: Replace __atomic_op_bit_ord with __atomic intrinsicsAnup Patel1-28/+6
2023-12-08lib: sbi: Fix __atomic_op_bit_ord and commentsXiang W1-5/+5
2023-12-08lib: sbi: Remove xchg/cmpxchg implemented via lr/scXiang W1-102/+4