aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2025-04-15lib: sbi: Remove unnecessary SBI_INIT_LIST_HEADXiang W5-6/+0
2025-04-15lib: sbi: Fix SHMEM_PHYS_ADDR for RV32Xiang W1-6/+0
2025-04-15lib: sbi: Add parameter check in sbi_mpxy_set_shmem()Xiang W1-0/+14
2025-04-14lib: sbi: Allow programmable counters to monitor cycle/instret events for And...Leo Yu-Chi Liang1-3/+4
2025-04-14lib: sbi_ipi: Return error for invalid hartidsAndrew Jones1-0/+9
2025-04-13lib: sbi: Enable Control Transfer Records (CTR) Ext using xstateen.Rajnesh Kanwal1-0/+7
2025-04-13lib: sbi_trap: Add support for vectored interruptsSamuel Holland1-2/+2
2025-03-28lib: Emit lr and sc instructions based on -march flagsChao-ying Fu2-1/+68
2025-03-27lib: utils/serial: Add PXA UARTs supportJunhui Liu2-4/+14
2025-03-27lib: sbi: sse: Add support for SSTATUS.SDTClément Léger1-2/+10
2025-03-27lib: sbi: sse: Add support for SSTATUS.SPELPClément Léger1-3/+13
2025-03-27lib: sbi: sse: Remove superfluous parenthesis around MSTATUS_* valuesClément Léger1-2/+2
2025-03-27lib: sbi: sse: Rename STATUS* interrupted flags to SSTATUS*Clément Léger1-6/+6
2025-03-27lib: sbi: sse: Return SBI_EDENIED for read only parameters.Clément Léger1-2/+8
2025-03-27lib: sbi: sse: Remove printf from sbi_sse_exit()Clément Léger1-4/+1
2025-03-27lib: sbi: sse: Update SSE event idsClément Léger2-5/+7
2025-03-26lib: utils: Make sure that hartid and the scratch are alignedRaj Vishwanathan1-6/+3
2025-03-24lib: sbi: Use sbi_hart_count() and sbi_for_each_hartindex()Samuel Holland6-19/+9
2025-03-24lib: sbi_scratch: Add sbi_hart_count() and for_each_hartindex()Samuel Holland1-8/+5
2025-03-24lib: sbi_scratch: Optimize hartid and scratch lookupSamuel Holland1-2/+2
2025-03-24lib: sbi_scratch: Apply bounds check to platform hart_countSamuel Holland1-5/+9
2025-03-24lib: sbi: Avoid GOT indirection for global symbol referencesSamuel Holland1-1/+1
2025-03-24Revert "lib: utils/irqchip: Match against more specific compatible strings fi...Samuel Holland1-7/+1
2025-03-24lib: utils/fdt: Respect compatible string fallback prioritySamuel Holland1-21/+25
2025-03-23lib: sbi: Return SBI_EALREADY error code if SSE event is presentHimanshu Chauhan1-1/+1
2025-03-23lib: tests: add bitwise operations unit testsDongdong Zhang2-0/+138
2025-03-23lib: sbi: Fix potential garbage data in string copy functionsDongdong Zhang1-8/+8
2025-03-23lib: add tests for sbi_ecall functionalityAkshay Behl2-1/+54
2025-02-19lib: sbi: fwft: Return SBI_ERR_DENIED_LOCKED when setting a locked featureClément Léger1-1/+1
2025-02-19lib: utils/irqchip: Match against more specific compatible strings firstAlex Studer1-1/+7
2025-02-19lib: utils/fdt: Allocate fdt_pmu_evt_select on the heapSamuel Holland1-6/+11
2025-02-19lib: utils/fdt: Remove redundant PMU property length checksSamuel Holland1-3/+3
2025-02-19lib: utils: Constify FDT driver definitionsSamuel Holland4-4/+4
2025-02-19lib: sbi: sse: fix invalid errors returned for sse_hart_mask/unmask()Clément Léger1-2/+2
2025-02-19lib: sbi: Fix non-root domain startupAnup Patel2-12/+38
2025-02-13lib: sbi: Update MPXY framework and SBI extension as per latest specAnup Patel2-29/+40
2025-02-13lib: utils: Add MPXY RPMI mailbox driver for System MSI service groupAnup Patel3-0/+211
2025-02-13include: sbi_utils: Update RPMI service group IDs and BASE service groupAnup Patel1-4/+0
2025-02-13lib: utils: Populate MPXY channel attributes from RPMI channel attributesAnup Patel1-36/+65
2025-02-13lib: utils: Implement get_attribute() for the RPMI shared memory mailboxAnup Patel1-0/+35
2025-02-13lib: utils: Improve variable declarations in MPXY RPMI mailbox clientAnup Patel1-16/+13
2025-02-13lib: utils: Drop notifications from MPXY RPMI mailbox clientAnup Patel2-13/+0
2025-02-13lib: sbi: Improve local variable declarations in MPXY frameworkAnup Patel1-40/+25
2025-02-13lib: sbi: Fix capability bit assignment in MPXY frameworkAnup Patel1-6/+6
2025-02-13lib: utils: Introduce optional MPXY RPMI service group operationsAnup Patel1-4/+20
2025-02-13lib: utils: Constantify mpxy_rpmi_mbox_data in mpxy_rpmi_mboxAnup Patel2-8/+9
2025-02-13lib: utils: Split the FDT MPXY RPMI mailbox client into two partsAnup Patel4-154/+119
2025-02-13lib: sbi: increase the size of the string used for extension displayClément Léger1-1/+1
2025-02-12lib: utils: Initialize miscellaneous drivers in one passSamuel Holland24-131/+28
2025-02-12lib: utils/fdt: Remove fdt_find_match()Samuel Holland1-23/+0