summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2026-04-08lib: sbi_bitmap_test: add tests for bitmap_empty()Yu-Chien Peter Lin
2026-04-06lib: utils: Add MPXY client driver for RPMI MM service groupRanbir Singh
2026-04-06lib: Fix sbi_strchr to correctly handle null terminator searchChen Pei
2026-04-06lib: tests: Add test for stringChen Pei
2026-03-22lib: sbi_init: Call hart init and timer init before platform early initYu-Chien Peter Lin
2026-03-22lib: sbi_irqchip: Allow registering interrupt handlersAnup Patel
2026-03-22lib: sbi_irqchip: Associate 32-bit unique ID for each irqchip deviceAnup Patel
2026-03-22lib: utils/irqchip: Add unique_id to plic, aplic, and imsic dataAnup Patel
2026-03-22lib: sbi_irqchip: Support irqchip device targetting subset of hartsAnup Patel
2026-03-22lib: utils/irqchip: Add IDC to hartindex map in struct aplic_dataAnup Patel
2026-03-22lib: utils/irqchip: Fix context_map init in irqchip_plic_update_context_map()Anup Patel
2026-03-22lib: sbi_irqchip: Rename irq_handle() callback to process_hwirqs()Anup Patel
2026-03-22lib: sbi_irqchip: Use chip as variable name for irqchip deviceAnup Patel
2026-03-10lib: sbi: fix sse_event_inject() status settingCharlie Jenkins
2026-03-10lib: Use proper add opcode on RV32 with ZalrscMarti Alonso
2026-03-09lib: fdt_helper: Removed unnecessary dt parsing checkVictoriano Morales
2026-03-09lib: sbi: Fix undefined behavior in signed shifts in sbi_hart.cMarcos Oduardo
2026-02-25lib: sbi_hart_pmp: disable unconfigured PMP entriesVladimir Kondratiev
2026-02-25lib: sbi: print hartid in hexVladimir Kondratiev
2026-02-21lib: sbi_pmu: Add FW counter index validation when reading high bits on RV64James Raphael Tiovalen
2026-02-20lib: sbi_pmu: Fix multiple FW counter start operations with custom PMU deviceJames Raphael Tiovalen
2026-02-20lib: utils/serial: Add support for Altera JTAG UARTIcenowy Zheng
2026-02-11lib: utils/suspend: add Andes ATCSMU suspend driverBen Zong-You Xie
2026-02-11lib: utils/cache: add Andes last level cache controllerBen Zong-You Xie
2026-02-11lib: utils/cache: add cache enable functionBen Zong-You Xie
2026-02-11platform: generic/andes: add CSR save and restore functions for AE350 platformBen Zong-You Xie
2026-02-11lib: utils/hsm: factor out ATCSMU code into an HSM driverBen Zong-You Xie
2026-01-08lib: sbi: Fix behavior on platform without HART protectionv1.8.1release-1.8.xMichal Simek
2025-12-28lib: atomics: fix AMO test macrosVladimir Kondratiev
2025-12-27lib: sbi_pmu: Fix multiple start and stop operations of FW countersJames Raphael Tiovalen
2025-12-27lib/sbi: optimize domain memory regions copyingVladimir Kondratiev
2025-12-26lib: sbi: expected trap must always clear MPRVDeepak Gupta
2025-12-21lib: utils/serial: Support multiple UART8250 devicesBo Gan
2025-12-21lib: sbi: give platform choice of using single memregion to cover OpenSBIBo Gan
2025-12-21lib: sbi_domain: make is_region_subset publicBo Gan
2025-12-21lib: sbi_domain: add sbi_domain_get_oldpmp_flagsBo Gan
2025-12-21lib: sbi_hart_pmp: make sbi_hart_pmp_fence publicBo Gan
2025-12-16lib: sbi: Flush TLBs upon FWFT ADUE changeAndrew Waterman
2025-12-16lib: sbi: Expose __sbi_sfence_vma_all() functionAndrew Waterman
2025-12-16lib: sbi: Factor-out PMP programming into separate sourcesAnup Patel
2025-12-16lib: sbi: Replace sbi_hart_pmp_xyz() and sbi_hart_map/unmap_addr()Anup Patel
2025-12-16lib: sbi: Implement hart protection for PMP and ePMPAnup Patel
2025-12-16lib: sbi: Introduce hart protection abstractionAnup Patel
2025-12-16lib: sbi: Introduce sbi_hart_pmp_unconfigure() functionAnup Patel
2025-12-08lib: utils: Use SBI_DOMAIN_MMIO to check MMIO device permissionsSamuel Holland
2025-12-08lib: sbi_domain: Allow MMIO access to non-MMIO rangesSamuel Holland
2025-12-08lib: sbi: Enable Ssqosid Ext using mstateen0Chen Pei
2025-12-08lib: utils/cache: Add SiFive Extensible Cache (EC) driverNick Hu
2025-12-08lib: utils/cache: Add SiFive PL2 controllerNick Hu
2025-12-08lib: utils/cache: Handle last-level cache correctly in fdt_cache_add()Nick Hu