summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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-12platform: generic: thead: add Sophgo SG2044Inochi Amaoto
2025-02-12firmware: fw_base.S: Fix comments for _wait_for_boot_hartXiang W
2025-02-12lib: utils:Check that hartid is validRaj Vishwanathan
2025-02-12include: sbi: Align SBI trap registers to a nice boundaryRaj 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-30include: utils/fdt_helper: fix typo har't'idLeo Yu-Chi Liang
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-30include: lib: add a simple singly linked list implementationClé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-24include: Bump-up version to 1.6v1.6Anup Patel
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-21include: sbi: Fix compiling with C23 enabled compilersMichael Neuling
2024-12-21inclue: sbi_utils: Cleanup int vs bool in semihosting_init() definitionsMichael Neuling
2024-12-21lib: utils: Mark RPMI drivers as experimentalSamuel Holland
2024-12-21platform: generic: Initialize console before other driversSamuel 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
2024-12-15lib: sbi_pmu: Fix the sanity check condition for hw event mapAtish Patra
2024-12-15scripts/carray: change to using single awk invocation to generate .cBen Dooks
2024-12-15script/carry.sh: send error to stderrBen Dooks
2024-12-15Makefile: remove carry output if scripts/carray.sh failsBen Dooks
2024-12-15top: add ~ files to .gitignoreBen Dooks