summaryrefslogtreecommitdiff
path: root/include/sbi
AgeCommit message (Expand)AuthorFilesLines
2024-09-23lib: sbi: add zicfilp/zicfiss and elp cfi state reflect back in statusDeepak Gupta1-0/+4
2024-09-23include: adding support for Zicfilp / Zicfiss encodingsDeepak Gupta1-0/+7
2024-09-23include: sbi_bitops: add ULL version for BIT and GENMASKZong Li1-0/+6
2024-09-23lib: sbi_domain_context: Fix file permissionsSamuel Holland1-0/+0
2024-09-23lib: sbi: fwft: add support for SBI_FWFT_POINTER_MASKING_PMLENSamuel Holland3-1/+8
2024-09-20lib: sbi: Fix writes to emulated 32-bit htimedelta CSRSamuel Holland1-0/+2
2024-09-20lib: sbi: Use a linked list to track domainsSamuel Holland1-11/+7
2024-09-20include: sbi_domain: Fix incorrect commentsSamuel Holland1-9/+2
2024-08-23lib: sbi: Enhance CSR Handling in system_opcode_insnDongdong Zhang2-2/+17
2024-08-09lib: sbi: Implement aligned memory allocatorsGregor Haas1-0/+9
2024-08-09lib: sbi: Support multiple heapsGregor Haas1-6/+51
2024-08-02include: Adjust Sscofpmf mhpmevent mask for upper 8 bitsEric Lin1-1/+1
2024-07-24include: sbi: Add macros to create FIFO as local or global variableAnup Patel1-0/+12
2024-07-24lib: sbi: Allow forceful queueing of data in sbi_fifo_enqueue()Anup Patel1-1/+1
2024-07-24lib: sbi: Remove sbi_console_init() and console_init() platform callbackAnup Patel2-19/+0
2024-06-30include: Bump-up version to 1.5v1.5Anup Patel1-1/+1
2024-06-19lib: sbi: add support for firmware features extensionClément Léger2-0/+50
2024-06-18lib: sbi: Add support for Svade and Svadu extensionsYong-Xuan Wang2-0/+5
2024-06-13sbi: sbi_domain_context: Fix trap context for domain context switchingYu Chien Peter Lin1-1/+1
2024-05-07sbi: sbi_domain_context: Add spinlock for updating domain assigned_hartsAlvin Chang1-0/+3
2024-05-07lib: sbi: sse: fix typos, comments and spacing errorsClément Léger1-12/+12
2024-05-07lib: tests: Add test suite init functionIvan Orlov1-0/+2
2024-04-05lib: sbi: Simplify wait_for_coldboot() implementationAnup Patel1-1/+5
2024-04-05include: sbi: Support byteorder macros in assemblyVivian Wang1-25/+30
2024-04-05lib: sbi: Add SSE support for PMU eventsClément Léger1-0/+3
2024-04-05lib: sbi: Add support for Supervisor Software Events extensionClément Léger3-1/+173
2024-03-19lib: sbi: Pass trap context pointer to sbi_ecall_handler()Anup Patel1-2/+2
2024-03-19lib: sbi: Remove regs parameter from trap irq handling functionsAnup Patel1-0/+2
2024-03-19lib: sbi: Remove regs paramter of sbi_irqchip_process()Anup Patel1-3/+2
2024-03-19lib: sbi: Simplify parameters of sbi_illegal_insn_handler()Anup Patel1-2/+2
2024-03-19lib: sbi: Simplify parameters of misaligned and access fault handlersAnup Patel1-8/+4
2024-03-19lib: sbi: Introduce trap contextAnup Patel1-1/+28
2024-03-19include: sbi: Add trap_context pointer in struct sbi_scratchAnup Patel1-3/+12
2024-03-19lib: sbi: Remove sbi_trap_exit() and related codeAnup Patel2-14/+3
2024-03-19lib: sbi: Remove epc from struct sbi_trap_infoSamuel Holland1-10/+6
2024-03-11lib: sbi: call platform load/store emulatorsBo Gan1-0/+45
2024-03-11include: sbi: add emulate_load/store handler to platform opsBo Gan1-0/+8
2024-03-11lib: sbi: abstract out insn decoding to unify mem fault handlersBo Gan1-1/+12
2024-03-11lib: sbi: change prototype of sbi_misaligned_load/store_handlerBo Gan1-4/+5
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 Gan1-2/+2
2024-03-10lib: sbi: Add initial domain context management supportQingyu Shang2-0/+83
2024-03-10lib: Add SBIUnit testing macros and functionsIvan Orlov1-0/+71
2024-03-05lib: sbi_misaligned_ldst: Add handling of C.LHU/C.LH and C.SHNylon Chen1-0/+7
2024-03-04lib: sbi: Add support for smcsrind and smcdelegAtish Patra2-3/+30
2024-02-20platform: generic: Add support for specify coldboot harts in DTCheng Yang1-0/+5
2024-01-10include: sbi: Add SBI debug trigger extension related definesHimanshu Chauhan1-0/+11
2024-01-10lib: sbi: Introduce the SBI debug triggers extension supportHimanshu Chauhan1-0/+125
2024-01-10lib: sbi: Detect support of debug triggersHimanshu Chauhan1-0/+2
2024-01-10include: sbi: Introduce debug trigger register encodingsHimanshu Chauhan1-0/+249