summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-06-30include: Bump-up version to 1.5v1.5Anup Patel
2024-06-19lib: sbi: add support for firmware features extensionClément Léger
2024-06-18lib: sbi: Add support for Svade and Svadu extensionsYong-Xuan Wang
2024-06-13sbi: sbi_domain_context: Fix trap context for domain context switchingYu Chien Peter Lin
2024-05-07sbi: sbi_domain_context: Add spinlock for updating domain assigned_hartsAlvin Chang
2024-05-07lib: sbi: sse: fix typos, comments and spacing errorsClément Léger
2024-05-07lib: tests: Add test suite init functionIvan Orlov
2024-04-05lib: sbi: Simplify wait_for_coldboot() implementationAnup Patel
2024-04-05include: sbi: Support byteorder macros in assemblyVivian Wang
2024-04-05lib: sbi: Add SSE support for PMU eventsClément Léger
2024-04-05lib: sbi: Add support for Supervisor Software Events extensionClément Léger
2024-03-19lib: sbi: Pass trap context pointer to sbi_ecall_handler()Anup Patel
2024-03-19lib: sbi: Remove regs parameter from trap irq handling functionsAnup Patel
2024-03-19lib: sbi: Remove regs paramter of sbi_irqchip_process()Anup Patel
2024-03-19lib: sbi: Simplify parameters of sbi_illegal_insn_handler()Anup Patel
2024-03-19lib: sbi: Simplify parameters of misaligned and access fault handlersAnup Patel
2024-03-19lib: sbi: Introduce trap contextAnup Patel
2024-03-19include: sbi: Add trap_context pointer in struct sbi_scratchAnup Patel
2024-03-19lib: sbi: Remove sbi_trap_exit() and related codeAnup Patel
2024-03-19lib: sbi: Remove epc from struct sbi_trap_infoSamuel Holland
2024-03-11lib: sbi: call platform load/store emulatorsBo Gan
2024-03-11include: sbi: add emulate_load/store handler to platform opsBo Gan
2024-03-11lib: sbi: abstract out insn decoding to unify mem fault handlersBo Gan
2024-03-11lib: sbi: change prototype of sbi_misaligned_load/store_handlerBo Gan
2024-03-11lib: sbi: change prototype of sbi_trap_redirectBo Gan
2024-03-11include: sbi: rename sbi_misaligned_ldst.h to sbi_trap_ldst.hBo Gan
2024-03-10lib: sbi: Add initial domain context management supportQingyu Shang
2024-03-10lib: Add SBIUnit testing macros and functionsIvan Orlov
2024-03-05lib: sbi_misaligned_ldst: Add handling of C.LHU/C.LH and C.SHNylon Chen
2024-03-04lib: sbi: Add support for smcsrind and smcdelegAtish Patra
2024-02-20platform: generic: Add support for specify coldboot harts in DTCheng Yang
2024-01-10include: sbi: Add SBI debug trigger extension related definesHimanshu Chauhan
2024-01-10lib: sbi: Introduce the SBI debug triggers extension supportHimanshu Chauhan
2024-01-10lib: sbi: Detect support of debug triggersHimanshu Chauhan
2024-01-10include: sbi: Introduce debug trigger register encodingsHimanshu Chauhan
2024-01-10include: sbi: Add TINFO debug trigger CSRHimanshu Chauhan
2024-01-10include: sbi: Introduce common endianess conversion macroHimanshu Chauhan
2023-12-27include: Bump-up version to 1.4v1.4Anup Patel
2023-12-27lib: utils/timer: mtimer: only use regname for aclintInochi Amaoto
2023-12-19lib: sbi: Remove the SBI_ETRAP error codeAnup Patel
2023-12-19lib: sbi: Allow ecall handlers to directly update register stateAnup Patel
2023-12-19lib: utils/irqchip: Add shared MMIO region for PLIC in root domainAnup Patel
2023-12-19lib: sbi_tlb: Reduce size of struct sbi_tlb_infoAnup Patel
2023-12-19lib: sbi: Detect extensions from the ISA string in DTYong-Xuan Wang
2023-12-19lib: sbi: Using one array to define the name of extensionsYong-Xuan Wang
2023-12-19lib: sbi: Refactor the code for enable extensions in menvfg CSRYong-Xuan Wang
2023-12-11lib: utils/fdt: Allow to use reg-names when parsing ACLINTInochi Amaoto
2023-12-11platform: recalculate heap size to support new tlb entry numberInochi Amaoto
2023-12-08lib: sbi_pmu: Fix the counter info functionAtish Patra
2023-12-08lib: sbi_pmu: Add PMU snapshot definitionsAtish Patra