aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
6 daysinclude: utils/fdt_helper: fix typo har't'idHEADmasterLeo Yu-Chi Liang1-1/+1
6 dayslib: sbi: pmu: add the PMU SSE event only if overflow IRQ is supportedClément Léger1-1/+2
6 dayslib: sbi: sse: return SBI_ENOTSUPP for unsupported eventsClément Léger1-0/+30
6 dayslib: sbi: sse: allow adding new eventsClément Léger5-59/+106
6 daysinclude: lib: add a simple singly linked list implementationClément Léger1-0/+33
6 dayslib: sbi: sse: return an error value from sse_event_get()Clément Léger1-34/+38
6 dayslib: sbi: move sbi_double_trap_handler() to a dedicated headerClément Léger3-2/+21
6 dayslib: 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
2024-12-19lib: utils: Improve rpmi_cppc_fc_db_trigger() for RV32Xiang W1-14/+7
2024-12-15lib: sbi_pmu: Verify the raw events first during event infoAtish Patra1-7/+6
2024-12-15lib: sbi_pmu: Fix the sanity check condition for hw event mapAtish Patra1-2/+2
2024-12-15scripts/carray: change to using single awk invocation to generate .cBen Dooks1-33/+99
2024-12-15script/carry.sh: send error to stderrBen Dooks1-6/+8
2024-12-15Makefile: remove carry output if scripts/carray.sh failsBen Dooks1-1/+1
2024-12-15top: add ~ files to .gitignoreBen Dooks1-0/+1
2024-12-15lib: sbi: sse: Fix a6 and a7 register content upon injectionClément Léger1-2/+2
2024-12-15lib: sbi: fix GLOBAL_PLAT_DEFINEClément Léger1-2/+2
2024-12-15Makefile: Don't enable V-extension using -march optionAnup Patel2-6/+7
2024-12-15lib: utils/fdt_cppc_rpmi: Fix compile error with LLVMAnup Patel1-2/+5
2024-12-06lib: sbi_misaligned_ldst: Add handling of vector load/storeNylon Chen6-12/+760
2024-12-06lib: utils/mpxy: Add RPMI client driver for MPXYRahul Pathak5-0/+548
2024-12-06lib: utils: Add simple FDT based MPXY driver frameworkAnup Patel8-0/+85
2024-12-06lib: sbi: Implement SBI MPXY extensionAnup Patel4-0/+84
2024-12-06lib: sbi: Add SBI Message Proxy (MPXY) frameworkRahul Pathak7-7/+915
2024-12-06lib: utils/cppc: Add RPMI CPPC driverSubrahmanya Lingappa5-0/+495
2024-12-06lib: utils: Add simple FDT based CPPC driver frameworkAnup Patel8-0/+77
2024-12-06lib: utils/hsm: Add RPMI HSM driverSubrahmanya Lingappa5-0/+467
2024-12-06lib: utils: Add simple FDT based HSM driver frameworkAnup Patel8-0/+77
2024-12-06lib: utils/fdt: Allow dynamic registration of FDT fixup callbacksAnup Patel2-0/+48
2024-12-06lib: sbi: Add optional resume address to hart suspendSubrahmanya Lingappa3-5/+9
2024-12-06lib: utils/suspend: Add RPMI system suspend driverSubrahmanya Lingappa5-0/+186
2024-12-06lib: utils: Add simple FDT based system suspend driver frameworkAnup Patel8-0/+77
2024-12-06lib/utils: reset: Add RPMI System Reset driverRahul Pathak5-0/+177
2024-12-06lib/utils: Add RPMI messaging protocol and shared memory transport supportRahul Pathak7-0/+1173
2024-12-06lib: utils/mailbox: Add simple FDT based mailbox frameworkAnup Patel5-0/+145
2024-12-06lib: utils/mailbox: Add generic mailbox libraryAnup Patel5-0/+339
2024-12-06lib: Increase ROOT_REGION_MAX to accomodate more memregionsRahul Pathak1-1/+1
2024-12-02lib: sbi_pmu: Implement SBI PMU event info functionAtish Patra3-0/+81
2024-12-02lib: sbi_pmu: Add SBI PMU event info function details.Atish Patra1-0/+9
2024-12-02lib: sbi_pmu: Remove redundant check for fw eventsAtish Patra1-5/+0
2024-12-02lib: sbi_pmu: PMU raw event v2 supportAtish Patra3-6/+12
2024-12-01Makefile: Fix POSIX grep for multiple patternsIgor Melnikov1-2/+2