aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2024-04-05lib: sbi: Simplify wait_for_coldboot() implementationAnup Patel1-67/+3
2024-04-05lib: utils/timer: Optimize current hart scratch accessSamuel Holland1-15/+3
2024-04-05lib: sbi: Add SSE support for PMU eventsClément Léger2-0/+57
2024-04-05lib: sbi: Implement SBI SSE extensionClément Léger3-0/+64
2024-04-05lib: sbi: Add support for Supervisor Software Events extensionClément Léger4-0/+1149
2024-03-19lib: sbi: Extend sbi_trap_error() to dump state in a nested trapAnup Patel1-45/+60
2024-03-19lib: sbi: Pass trap context pointer to sbi_ecall_handler()Anup Patel2-2/+3
2024-03-19lib: sbi: Remove regs parameter from trap irq handling functionsAnup Patel1-7/+6
2024-03-19lib: sbi: Remove regs paramter of sbi_irqchip_process()Anup Patel3-8/+8
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-20platform: generic: Add support for specify coldboot harts in DTCheng Yang1-0/+17
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-27lib: utils/timer: mtimer: only use regname for aclintInochi Amaoto3-5/+7
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: utils/irqchip: Add shared MMIO region for PLIC in root domainAnup Patel2-1/+6
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 Wang2-50/+24
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