aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2025-04-14sbi: Introduce sbi_hartmask_weightAndrew Jones3-7/+39
2025-04-13lib: sbi: Enable Control Transfer Records (CTR) Ext using xstateen.Rajnesh Kanwal2-0/+17
2025-04-13lib: sbi_trap: Add support for vectored interruptsSamuel Holland1-0/+2
2025-03-27lib: utils/serial: Add PXA UARTs supportJunhui Liu1-1/+3
2025-03-27lib: sbi: sse: Add support for SSTATUS.SDTClément Léger2-1/+3
2025-03-27lib: sbi: sse: Add support for SSTATUS.SPELPClément Léger1-0/+1
2025-03-27lib: sbi: sse: Rename STATUS* interrupted flags to SSTATUS*Clément Léger1-2/+2
2025-03-27lib: sbi: sse: Update SSE event idsClément Léger1-9/+35
2025-03-24lib: sbi: Use sbi_hart_count() and sbi_for_each_hartindex()Samuel Holland2-4/+1
2025-03-24lib: sbi_scratch: Add sbi_hart_count() and for_each_hartindex()Samuel Holland1-5/+11
2025-03-24lib: sbi_scratch: Optimize hartid and scratch lookupSamuel Holland1-3/+3
2025-03-24lib: sbi_scratch: Apply bounds check to platform hart_countSamuel Holland1-8/+3
2025-03-24lib: sbi: Avoid GOT indirection for global symbol referencesSamuel Holland1-0/+16
2025-03-23lib: add tests for sbi_ecall functionalityAkshay Behl1-0/+2
2025-02-19include: sbi: Add SBI_ERR_DENIED_LOCKEDClément Léger2-1/+3
2025-02-19lib: utils/fdt: Allocate fdt_pmu_evt_select on the heapSamuel Holland1-5/+0
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-13lib: utils: Add MPXY RPMI mailbox driver for System MSI service groupAnup Patel1-0/+88
2025-02-13include: sbi_utils: Update RPMI service group IDs and BASE service groupAnup Patel1-9/+7
2025-02-13lib: utils: Populate MPXY channel attributes from RPMI channel attributesAnup Patel1-3/+0
2025-02-13lib: utils: Implement get_attribute() for the RPMI shared memory mailboxAnup Patel1-1/+12
2025-02-13include: sbi_utils: Include mailbox.h in rpmi_mailbox.h headerAnup Patel1-0/+1
2025-02-13lib: utils: Drop notifications from MPXY RPMI mailbox clientAnup Patel1-1/+0
2025-02-13lib: utils: Introduce optional MPXY RPMI service group operationsAnup Patel1-0/+12
2025-02-13lib: utils: Split the FDT MPXY RPMI mailbox client into two partsAnup Patel1-0/+71
2025-02-12lib: utils: Initialize miscellaneous drivers in one passSamuel Holland5-109/+3
2025-02-12lib: utils/fdt: Remove fdt_find_match()Samuel Holland1-4/+0
2025-02-12lib: utils/irqchip: Use fdt_driver for initializationSamuel Holland1-5/+1
2025-02-12include: sbi: Align SBI trap registers to a nice boundaryRaj Vishwanathan1-2/+5
2025-01-30include: utils/fdt_helper: fix typo har't'idLeo Yu-Chi Liang1-1/+1
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-24lib: utils: Fix irqchip registration for PLIC and APLICAnup Patel2-0/+8
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-21inclue: sbi_utils: Cleanup int vs bool in semihosting_init() definitionsMichael Neuling1-2/+2
2024-12-21lib: utils: Mark RPMI drivers as experimentalSamuel Holland1-0/+1
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: utils/mpxy: Add RPMI client driver for MPXYRahul Pathak1-0/+93
2024-12-06lib: utils: Add simple FDT based MPXY driver frameworkAnup Patel1-0/+26
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: utils/cppc: Add RPMI CPPC driverSubrahmanya Lingappa1-0/+105
2024-12-06lib: utils: Add simple FDT based CPPC driver frameworkAnup Patel1-0/+26
2024-12-06lib: utils/hsm: Add RPMI HSM driverSubrahmanya Lingappa1-0/+92