summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-15lib: sbi: Fix SHMEM_PHYS_ADDR for RV32Xiang W
2025-04-15lib: sbi: Add parameter check in sbi_mpxy_set_shmem()Xiang W
2025-04-14lib: sbi: Allow programmable counters to monitor cycle/instret events for And...Leo Yu-Chi Liang
2025-04-14docs: pmu_support: fix example typosLeo Yu-Chi Liang
2025-04-14lib: sbi_ipi: Return error for invalid hartidsAndrew Jones
2025-04-14sbi: Introduce sbi_hartmask_weightAndrew Jones
2025-04-13Makefile: Avoid repeated evaluation of shell commandsSamuel Holland
2025-04-13lib: sbi: Enable Control Transfer Records (CTR) Ext using xstateen.Rajnesh Kanwal
2025-04-13lib: sbi_trap: Add support for vectored interruptsSamuel Holland
2025-03-28lib: Emit lr and sc instructions based on -march flagsChao-ying Fu
2025-03-27lib: utils/serial: Add PXA UARTs supportJunhui Liu
2025-03-27lib: sbi: sse: Add support for SSTATUS.SDTClément Léger
2025-03-27lib: sbi: sse: Add support for SSTATUS.SPELPClément Léger
2025-03-27lib: sbi: sse: Remove superfluous parenthesis around MSTATUS_* valuesClément Léger
2025-03-27lib: sbi: sse: Rename STATUS* interrupted flags to SSTATUS*Clément Léger
2025-03-27lib: sbi: sse: Return SBI_EDENIED for read only parameters.Clément Léger
2025-03-27lib: sbi: sse: Remove printf from sbi_sse_exit()Clément Léger
2025-03-27lib: sbi: sse: Update SSE event idsClément Léger
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-23scripts: Fix firmware binaries compilation in create-binary-archive.shAnup Patel
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-19include: sbi: Add SBI_ERR_DENIED_LOCKEDClé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-18README: Remove comment about boolin toolchains being 64-bit onlyJoel Stanley
2025-02-18README: Update toolchain section to mention PIE requirementJoel Stanley
2025-02-18README: Any arch host can be used to cross compileJoel Stanley
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-13include: sbi_utils: Include mailbox.h in rpmi_mailbox.h headerAnup 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