summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-03-26lib: utils: Make sure that hartid and the scratch are alignedRaj Vishwanathan
2025-03-24lib: sbi: Use sbi_hart_count() and sbi_for_each_hartindex()Samuel Holland
2025-03-24lib: sbi_scratch: Add sbi_hart_count() and for_each_hartindex()Samuel Holland
2025-03-24lib: sbi_scratch: Optimize hartid and scratch lookupSamuel Holland
2025-03-24lib: sbi_scratch: Apply bounds check to platform hart_countSamuel Holland
2025-03-24lib: sbi: Avoid GOT indirection for global symbol referencesSamuel Holland
2025-03-24Revert "lib: utils/irqchip: Match against more specific compatible strings fi...Samuel Holland
2025-03-24lib: utils/fdt: Respect compatible string fallback prioritySamuel Holland
2025-03-23lib: sbi: Return SBI_EALREADY error code if SSE event is presentHimanshu Chauhan
2025-03-23lib: tests: add bitwise operations unit testsDongdong Zhang
2025-03-23lib: sbi: Fix potential garbage data in string copy functionsDongdong Zhang
2025-03-23lib: add tests for sbi_ecall functionalityAkshay Behl
2025-02-19lib: sbi: fwft: Return SBI_ERR_DENIED_LOCKED when setting a locked featureClément Léger
2025-02-19lib: utils/irqchip: Match against more specific compatible strings firstAlex Studer
2025-02-19lib: utils/fdt: Allocate fdt_pmu_evt_select on the heapSamuel Holland
2025-02-19lib: utils/fdt: Remove redundant PMU property length checksSamuel Holland
2025-02-19lib: utils: Constify FDT driver definitionsSamuel Holland
2025-02-19lib: sbi: sse: fix invalid errors returned for sse_hart_mask/unmask()Clément Léger
2025-02-19lib: sbi: Fix non-root domain startupAnup Patel
2025-02-13lib: sbi: Update MPXY framework and SBI extension as per latest specAnup Patel
2025-02-13lib: utils: Add MPXY RPMI mailbox driver for System MSI service groupAnup Patel
2025-02-13include: sbi_utils: Update RPMI service group IDs and BASE service groupAnup Patel
2025-02-13lib: utils: Populate MPXY channel attributes from RPMI channel attributesAnup Patel
2025-02-13lib: utils: Implement get_attribute() for the RPMI shared memory mailboxAnup Patel
2025-02-13lib: utils: Improve variable declarations in MPXY RPMI mailbox clientAnup Patel
2025-02-13lib: utils: Drop notifications from MPXY RPMI mailbox clientAnup Patel
2025-02-13lib: sbi: Improve local variable declarations in MPXY frameworkAnup Patel
2025-02-13lib: sbi: Fix capability bit assignment in MPXY frameworkAnup Patel
2025-02-13lib: utils: Introduce optional MPXY RPMI service group operationsAnup Patel
2025-02-13lib: utils: Constantify mpxy_rpmi_mbox_data in mpxy_rpmi_mboxAnup Patel
2025-02-13lib: utils: Split the FDT MPXY RPMI mailbox client into two partsAnup Patel
2025-02-13lib: sbi: increase the size of the string used for extension displayClément Léger
2025-02-12lib: utils: Initialize miscellaneous drivers in one passSamuel Holland
2025-02-12lib: utils/fdt: Remove fdt_find_match()Samuel Holland
2025-02-12lib: utils/irqchip: Use fdt_driver for initializationSamuel Holland
2025-02-12lib: utils:Check that hartid is validRaj Vishwanathan
2025-02-11lib: utils: Make the enforce permission bit configurable from DTChao Du
2025-02-11lib: utils/fdt: update fdt_parse_aplic_node()Huang Borong
2025-01-30lib: sbi: pmu: add the PMU SSE event only if overflow IRQ is supportedClément Léger
2025-01-30lib: sbi: sse: return SBI_ENOTSUPP for unsupported eventsClément Léger
2025-01-30lib: sbi: sse: allow adding new eventsClément Léger
2025-01-30lib: sbi: sse: return an error value from sse_event_get()Clément Léger
2025-01-30lib: sbi: move sbi_double_trap_handler() to a dedicated headerClément Léger
2025-01-30lib: sbi: pmu: fix usage of sbi_pmu_irq_bit()Clément Léger
2024-12-24lib: utils: Fix irqchip registration for PLIC and APLICAnup Patel
2024-12-24lib: sbi: Improve the alignment of boot-time printsAnup Patel
2024-12-22lib: sbi: Print list of available SBI extensions at boot-timeAnup Patel
2024-12-21lib: utils: Mark RPMI drivers as experimentalSamuel Holland
2024-12-19lib: utils: Improve rpmi_cppc_fc_db_trigger() for RV32Xiang W
2024-12-15lib: sbi_pmu: Verify the raw events first during event infoAtish Patra