summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-02-19lib: sbi: fwft: Return SBI_ERR_DENIED_LOCKED when setting a locked featureHEADmasterClé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
2025-02-12lib: utils/irqchip: Use fdt_driver for initializationSamuel Holland6-41/+10
2025-02-12platform: generic: thead: add Sophgo SG2044Inochi Amaoto1-10/+7
2025-02-12firmware: fw_base.S: Fix comments for _wait_for_boot_hartXiang W1-1/+1
2025-02-12lib: utils:Check that hartid is validRaj Vishwanathan3-6/+6
2025-02-12include: sbi: Align SBI trap registers to a nice boundaryRaj Vishwanathan1-2/+5
2025-02-11lib: utils: Make the enforce permission bit configurable from DTChao Du1-1/+3
2025-02-11lib: utils/fdt: update fdt_parse_aplic_node()Huang Borong1-2/+1
2025-01-30include: utils/fdt_helper: fix typo har't'idLeo Yu-Chi Liang1-1/+1
2025-01-30lib: sbi: pmu: add the PMU SSE event only if overflow IRQ is supportedClément Léger1-1/+2
2025-01-30lib: sbi: sse: return SBI_ENOTSUPP for unsupported eventsClément Léger1-0/+30
2025-01-30lib: sbi: sse: allow adding new eventsClément Léger5-59/+106
2025-01-30include: lib: add a simple singly linked list implementationClément Léger1-0/+33
2025-01-30lib: sbi: sse: return an error value from sse_event_get()Clément Léger1-34/+38
2025-01-30lib: sbi: move sbi_double_trap_handler() to a dedicated headerClément Léger3-2/+21
2025-01-30lib: sbi: pmu: fix usage of sbi_pmu_irq_bit()Clément Léger6-24/+41
2024-12-24include: Bump-up version to 1.6v1.6Anup Patel1-1/+1
2024-12-24lib: utils: Fix irqchip registration for PLIC and APLICAnup Patel4-11/+11
2024-12-24lib: sbi: Improve the alignment of boot-time printsAnup Patel1-31/+31
2024-12-22lib: sbi: Print list of available SBI extensions at boot-timeAnup Patel19-9/+63
2024-12-21include: sbi: Fix compiling with C23 enabled compilersMichael Neuling2-5/+7
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 Holland8-0/+11
2024-12-21platform: generic: Initialize console before other driversSamuel Holland1-5/+5