aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-04-13lib: sbi_trap: Add support for vectored interruptsSamuel Holland2-2/+4
2025-03-28lib: Emit lr and sc instructions based on -march flagsChao-ying Fu5-1/+93
2025-03-27lib: utils/serial: Add PXA UARTs supportJunhui Liu6-8/+24
2025-03-27lib: sbi: sse: Add support for SSTATUS.SDTClément Léger3-3/+13
2025-03-27lib: sbi: sse: Add support for SSTATUS.SPELPClément Léger2-3/+14
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éger2-8/+8
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éger3-14/+42
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 Holland9-24/+11
2025-03-24lib: sbi_scratch: Add sbi_hart_count() and for_each_hartindex()Samuel Holland2-13/+16
2025-03-24lib: sbi_scratch: Optimize hartid and scratch lookupSamuel Holland2-5/+5
2025-03-24lib: sbi_scratch: Apply bounds check to platform hart_countSamuel Holland2-13/+12
2025-03-24lib: sbi: Avoid GOT indirection for global symbol referencesSamuel Holland3-1/+18
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-23scripts: Fix firmware binaries compilation in create-binary-archive.shAnup Patel1-1/+4
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 Behl3-1/+56
2025-02-19lib: sbi: fwft: Return SBI_ERR_DENIED_LOCKED when setting a locked featureClément Léger1-1/+1
2025-02-19include: sbi: Add SBI_ERR_DENIED_LOCKEDClément Léger2-1/+3
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 Holland2-11/+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 Patel3-14/+43
2025-02-18README: Remove comment about boolin toolchains being 64-bit onlyJoel Stanley1-3/+0
2025-02-18README: Update toolchain section to mention PIE requirementJoel Stanley1-7/+6
2025-02-18README: Any arch host can be used to cross compileJoel Stanley1-1/+1
2025-02-13lib: sbi: Update MPXY framework and SBI extension as per latest specAnup Patel4-41/+55
2025-02-13lib: utils: Add MPXY RPMI mailbox driver for System MSI service groupAnup Patel5-0/+300
2025-02-13include: sbi_utils: Update RPMI service group IDs and BASE service groupAnup Patel2-13/+7
2025-02-13lib: utils: Populate MPXY channel attributes from RPMI channel attributesAnup Patel2-39/+65
2025-02-13lib: utils: Implement get_attribute() for the RPMI shared memory mailboxAnup Patel2-1/+47
2025-02-13include: sbi_utils: Include mailbox.h in rpmi_mailbox.h headerAnup Patel1-0/+1
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 Patel3-14/+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 Patel2-4/+32
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 Patel6-154/+191
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 Holland32-254/+39
2025-02-12lib: utils/fdt: Remove fdt_find_match()Samuel Holland2-27/+0