summaryrefslogtreecommitdiff
path: root/include/sbi
AgeCommit message (Expand)AuthorFilesLines
2025-02-19include: sbi: Add SBI_ERR_DENIED_LOCKEDClément Léger2-1/+3
2025-02-19lib: sbi: Fix non-root domain startupAnup Patel1-2/+5
2025-02-13lib: sbi: Update MPXY framework and SBI extension as per latest specAnup Patel2-12/+15
2025-02-12include: sbi: Align SBI trap registers to a nice boundaryRaj Vishwanathan1-2/+5
2025-01-30lib: sbi: sse: allow adding new eventsClément Léger1-4/+4
2025-01-30include: lib: add a simple singly linked list implementationClément Léger1-0/+33
2025-01-30lib: sbi: move sbi_double_trap_handler() to a dedicated headerClément Léger2-2/+20
2025-01-30lib: sbi: pmu: fix usage of sbi_pmu_irq_bit()Clément Léger1-0/+3
2024-12-24include: Bump-up version to 1.6v1.6Anup Patel1-1/+1
2024-12-22lib: sbi: Print list of available SBI extensions at boot-timeAnup Patel1-0/+6
2024-12-21include: sbi: Fix compiling with C23 enabled compilersMichael Neuling1-4/+6
2024-12-15lib: sbi: fix GLOBAL_PLAT_DEFINEClément Léger1-2/+2
2024-12-06lib: sbi_misaligned_ldst: Add handling of vector load/storeNylon Chen2-1/+393
2024-12-06lib: sbi: Implement SBI MPXY extensionAnup Patel1-0/+10
2024-12-06lib: sbi: Add SBI Message Proxy (MPXY) frameworkRahul Pathak4-7/+210
2024-12-06lib: sbi: Add optional resume address to hart suspendSubrahmanya Lingappa1-1/+5
2024-12-02lib: sbi_pmu: Implement SBI PMU event info functionAtish Patra1-0/+2
2024-12-02lib: sbi_pmu: Add SBI PMU event info function details.Atish Patra1-0/+9
2024-12-02lib: sbi_pmu: PMU raw event v2 supportAtish Patra1-0/+2
2024-11-28lib: sbi_irqchip: Set the IRQ handler when registering a chipSamuel Holland1-10/+3
2024-11-28platform: Drop irqchip warm init and exit hooksSamuel Holland1-20/+5
2024-11-28lib: sbi_irqchip: Call driver warm_init from SBI coreSamuel Holland1-0/+3
2024-11-28lib: sbi_irqchip: Register devices during cold initSamuel Holland1-0/+10
2024-11-11platform: Drop IPI warm init and exit hooksSamuel Holland1-20/+5
2024-11-11lib: sbi_ipi: Make .ipi_clear always target the current hartSamuel Holland1-3/+3
2024-11-11include: sbi: Fix typo errorZhang RunMin1-1/+1
2024-11-11platform: ensure enough heap size with debug triggers extensionInochi Amaoto1-1/+1
2024-11-05platform: Drop timer warm init and exit hooksSamuel Holland1-20/+5
2024-11-05lib: sbi_timer: Call driver warm_init from SBI coreSamuel Holland1-0/+3
2024-10-28include: sbi: Optimize reads of mhartid and mscratchSamuel Holland2-2/+10
2024-10-25lib: sbi: add Smdbltrp ISA extension supportClément Léger1-1/+3
2024-10-25lib: sbi: implement firmware feature SBI_FWFT_DOUBLE_TRAPClément Léger1-1/+2
2024-10-25lib: sbi: fwft: factorize menvcfg read/writeClément Léger1-3/+6
2024-10-25lib: sbi: send a double trap SSE event to supervisorClément Léger1-0/+1
2024-10-25lib: sbi: add Ssdbltrp ISA extension supportClément Léger3-1/+7
2024-10-25lib: sbi: factorize previous mode computationClément Léger1-0/+5
2024-10-25lib: sbi: factorize previous virtualization mode read from regsClément Léger1-0/+9
2024-10-25lib: sbi: Add support to mask/unmask SSE eventsHimanshu Chauhan2-0/+4
2024-10-25lib: sbi_domain: Use domain data support for per-domain hart contextAnup Patel2-48/+10
2024-10-25lib: sbi: Introduce domain dataAnup Patel2-0/+96
2024-10-25include: sbi: Remove cyclic include in sbi_domain_context.hAnup Patel1-1/+2
2024-10-25lib: sbi_domain: Make sbi_domain_root_add_memregion() as local functionAnup Patel1-10/+0
2024-09-27include: sbi: Don't unconditionally define '__always_inline'Elyes Haouas1-0/+3
2024-09-26lib: sbi: Remove unused hartid parametersSamuel Holland1-1/+1
2024-09-26lib: sbi: Update sbi_{entry,init}_count() to take a hart indexSamuel Holland1-2/+2
2024-09-26lib: sbi: Update sbi_domain_is_assigned_hart() to take a hart indexSamuel Holland1-2/+2
2024-09-26lib: sbi: Use sbi_hartmask in sbi_hsm_hart_interruptible_mask()Samuel Holland3-7/+19
2024-09-26lib: sbi: Update __sbi_hsm_hart_get_state() to take a hart indexSamuel Holland1-1/+1
2024-09-25lib: sbi: Use current_hartindex() where possibleSamuel Holland2-5/+4
2024-09-25include: sbi: Store the hart index in struct sbi_scratchSamuel Holland1-1/+9