summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2026-05-12lib: sbi_irqchip: Check full range for existing handlers in sbi_irqchip_regis...Anup Patel
2026-05-11lib: sbi_domain: reject overflowing address range in check_addr_range()Takumi Hara
2026-05-11lib: utils/reset: add SpacemiT P1 PMIC supportAurelien Jarno
2026-05-11lib: utils/i2c: add minimal SpacemiT I2C driverAurelien Jarno
2026-05-11lib: sbi: Fix hw a/d updating defaultsAndrew Jones
2026-05-11lib: utils/regmap: Fix reg_stride calculation in syscon regmapDavid E. Garcia Porras
2026-05-11lib/sbi_pmu: Don't fallback to fixed counters when sscofpmf && !smcntrpmfMichael Ellerman
2026-05-11lib: fdt_domain: Default boot-hart to coldboot HART for multi-domain bootYu-Chien Peter Lin
2026-05-11lib: utils: Fix LLVM compile error in MPXY client driver for RPMI MMAnup Patel
2026-05-09lib: sbi_timer: Introduce sbi_timer_compute_delta() and friendsAnup Patel
2026-05-09lib: sbi_timer: Add support for timer eventsAnup Patel
2026-05-09lib: sbi_timer: Introduce per-HART timer stateAnup Patel
2026-05-09lib: sbi: hart: Detect and enable Smrnmi before trap-based feature detectionEvgeny Voevodin
2026-05-09lib: sbi: Move Zkr entropy initialization from fw_base.S to init_coldbootEvgeny Voevodin
2026-05-09lib: sbi: hart: Move device tree features detection before trap-based checksEvgeny Voevodin
2026-05-09firmware: Add RNMI handler infrastructureEvgeny Voevodin
2026-05-09lib: sbi: Add Smrnmi extension macros for registers and bitsEvgeny Voevodin
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