aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2023-12-08lib: sbi: Remove xchg/cmpxchg implemented via lr/scXiang W1-102/+4
2023-12-06lib: utils: fdt_pmu: Do not iterate over the fdt_pmu_evt_select tableYu Chien Peter Lin1-1/+1
2023-12-06lib: utils: fdt_pmu: Make the fdt_pmu_evt_select table global variableYu Chien Peter Lin1-9/+5
2023-12-06lib: utils: fdt_fixup: Allow preserving PMU propertiesYu Chien Peter Lin2-0/+10
2023-12-06sbi: sbi_pmu: Add hw_counter_filter_mode() to pmu deviceYu Chien Peter Lin1-6/+14
2023-12-06lib: sbi: Add XAndesPMU in hart extensionsYu Chien Peter Lin1-0/+3
2023-12-06sbi: sbi_pmu: Improve sbi_pmu_init() error handlingYu Chien Peter Lin2-2/+6
2023-12-06lib: ipi: Adjust Andes PLICSW to single-bit-per-hart schemeLeo Yu-Chi Liang1-66/+38
2023-11-26lib: sbi: Allow relaxed MMIO writes in device ipi_clear() callbackAnup Patel2-3/+15
2023-11-26lib: sbi: Allow relaxed MMIO writes in device ipi_send() callbackAnup Patel3-7/+14
2023-11-24lib: utils/irqchip: Avoid redundant writes to APLIC CLRIE registerAnup Patel1-1/+1
2023-11-22lib: sbi_pmu: avoid buffer overflowHeinrich Schuchardt1-2/+2
2023-11-22lib: sbi: Fix PMP granularity handling in sbi_hart_map_saddr()Anup Patel1-1/+2
2023-11-17lib: utils/serial: remove semihosting_putcXiang W1-6/+0
2023-11-17lib: sbi: Make console_puts/console_putc interchangeableXiang W1-18/+17
2023-11-17lib: sbi: change sbi_hart_features.extensions as an arrayXiang W1-20/+12
2023-11-17lib: sbi: enable seed access in S-modeHeinrich Schuchardt1-0/+6
2023-11-17lib: sbi: Add Zkr in hart extensionsHeinrich Schuchardt2-0/+4
2023-11-16lib: sbi: Add regions merging when sanitizing domain regionInochi Amaoto1-22/+38
2023-11-16lib: sbi: separate the swap operation of domain regionInochi Amaoto1-4/+12
2023-11-16lib: utils/ipi: mswi: add separate T-Head C9xx CLINT mswi compatibleInochi Amaoto1-0/+1
2023-11-16lib: utils/timer: mtimer: add separate T-Head C9xx CLINT mtimer compatibleInochi Amaoto1-0/+6
2023-11-16lib: utils/timer: Allow ACLINT MTIMER driver to setup quirksInochi Amaoto1-15/+20
2023-11-16utils/reset: Remove fdt_reset_theadGuo Ren5-212/+0
2023-11-16lib: utils/serial: Optimize semihosting_putc implementationChen Pei1-5/+5
2023-11-16lib: sbi: Correctly limit flushes to a single ASID/VMIDSamuel Holland1-18/+3
2023-11-14lib: sbi: simplify sanitize_domain()Heinrich Schuchardt1-6/+3
2023-10-09lib: sbi_misaligned_ldst: Fix handling of C.SWSP and C.SDSPAmanieu d'Antras1-4/+2
2023-10-06gpio/starfive: redundant readl() callHeinrich Schuchardt1-1/+0
2023-10-06lib: sbi_pmu: check for index overflowsHeinrich Schuchardt1-0/+3
2023-10-06lib: utils: Simplify SET_ISA_EXT_MAP()Heinrich Schuchardt1-6/+4
2023-10-06lib: utils/fdt: simplify dt_parse_isa_extensionsHeinrich Schuchardt1-4/+0
2023-10-06lib: sbi: fix sbi_domain_get_assigned_hartmask()Heinrich Schuchardt1-1/+1
2023-10-06lib: utils: timer/ipi: Update memregion flags for PLMT and PLICSWYu Chien Peter Lin2-3/+8
2023-10-06lib: utils/serial: Ensure proper allocation of PMP entries for uart8250Yu Chien Peter Lin1-2/+1
2023-09-24lib: utils/regmap: Mark syscon region as shared read-writeAnup Patel1-0/+7
2023-09-24lib: utils/serial: Add shared regions for serial driversMayuresh Chitale3-2/+20
2023-09-24lib: sbi: Populate M-only Smepmp entries before setting mseccfg.MMLAnup Patel1-14/+59
2023-09-24lib: sbi: Fix pmp_flags for Smepmp read-only shared regionAnup Patel1-1/+1
2023-09-24lib: sbi: Don't clear mseccfg.MML bit in sbi_hart_smepmp_configure()Anup Patel1-4/+2
2023-09-24lib: sbi: Factor-out Smepmp configuration as separate functionAnup Patel1-70/+110
2023-09-24include: sbi: Remove sbi_hartmask_for_each_hart() macroAnup Patel1-1/+2
2023-09-24lib: sbi: Maximize the use of HART index in sbi_domainAnup Patel1-26/+30
2023-09-24lib: sbi: Remove sbi_scratch_last_hartid() macroAnup Patel3-21/+19
2023-09-24lib: sbi: Prefer hartindex over hartid in IPI frameworkAnup Patel7-30/+36
2023-09-24lib: sbi: Use sbi_scratch_last_hartindex() in remote TLB managmentAnup Patel1-3/+3
2023-09-24lib: sbi: Extend sbi_hartmask to support both hartid and hartindexXiang W6-43/+34
2023-09-24lib: sbi: Remove sbi_platform_hart_index/invalid() functionsAnup Patel3-23/+11
2023-09-24lib: sbi: Introduce HART index in sbi_scratchAnup Patel1-12/+25
2023-09-10lib: sbi: alloc tlb fifo by sbi_mallocXiang W1-3/+10