aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-10lib: sbi_hsm: Put the resume_pending hart in the interruptible hart maskNick Hu1-1/+2
2023-12-09firmware: fix section typesMatt Waltz3-3/+3
2023-12-08lib: sbi_pmu: Fix the counter info functionAtish Patra2-2/+7
2023-12-08lib: sbi_pmu: Add PMU snapshot definitionsAtish Patra4-1/+14
2023-12-08lib: sbi_hart: Store PMP granularity as log base 2Samuel Holland3-19/+19
2023-12-08lib: sbi: Prevent redundant sbi_ipi_processXiang W1-5/+9
2023-12-08lib: sbi: Replace __atomic_op_bit_ord with __atomic intrinsicsAnup Patel1-28/+6
2023-12-08lib: sbi: Fix __atomic_op_bit_ord and commentsXiang W2-9/+9
2023-12-08lib: sbi: Remove xchg/cmpxchg implemented via lr/scXiang W1-102/+4
2023-12-06docs: pmu: Add Andes PMU node exampleYu Chien Peter Lin1-0/+82
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 Lin2-10/+28
2023-12-06platform: andes: Factor out is_andes() helperYu Chien Peter Lin2-9/+13
2023-12-06lib: utils: fdt_fixup: Allow preserving PMU propertiesYu Chien Peter Lin2-0/+10
2023-12-06platform: rzfive: Enable Andes PMU for RZ/FiveYu Chien Peter Lin2-1/+5
2023-12-06platform: andes: Enable Andes PMU for AE350Yu Chien Peter Lin2-0/+4
2023-12-06platform: andes: Add Andes custom PMU supportYu Chien Peter Lin5-0/+160
2023-12-06platform: generic: Introduce pmu_init() platform overrideYu Chien Peter Lin2-0/+7
2023-12-06platform: include: andes45: Add PMU related CSR definesYu Chien Peter Lin1-0/+26
2023-12-06sbi: sbi_pmu: Add hw_counter_filter_mode() to pmu deviceYu Chien Peter Lin2-6/+20
2023-12-06lib: sbi: Add XAndesPMU in hart extensionsYu Chien Peter Lin2-0/+5
2023-12-06sbi: sbi_pmu: Improve sbi_pmu_init() error handlingYu Chien Peter Lin3-3/+13
2023-12-06lib: ipi: Adjust Andes PLICSW to single-bit-per-hart schemeLeo Yu-Chi Liang2-81/+46
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 W3-22/+15
2023-11-17lib: sbi: enable seed access in S-modeHeinrich Schuchardt1-0/+6
2023-11-17lib: sbi: Add Zkr in hart extensionsHeinrich Schuchardt3-0/+6
2023-11-17include: sbi: macros for mseccfg.sseed and .useedHeinrich Schuchardt1-0/+4
2023-11-16platform: generic: Add Sophgo sg2042 platform supportInochi Amaoto4-0/+79
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 Ren7-389/+7
2023-11-16firmware: fw_base.S: Fix boot hart status synchronizationGuo Ren1-4/+4
2023-11-16lib: utils/serial: Optimize semihosting_putc implementationChen Pei1-5/+5
2023-11-16platform: Uses hart count as the default size of tlb infoInochi Amaoto2-3/+2
2023-11-16platform: generic: thead: improve tlb flush errataInochi Amaoto1-1/+1
2023-11-16lib: sbi: Correctly limit flushes to a single ASID/VMIDSamuel Holland1-18/+3
2023-11-14platform: generic: thead: initialize PMU by default in thead generic platformInochi Amaoto2-2/+12
2023-11-14platform: generic: thead: separate implement of T-HEAD c9xx errataInochi Amaoto7-18/+49
2023-11-14platform: generic: thead: separate implement of T-HEAD c9xx pmuInochi Amaoto6-49/+87
2023-11-14platform: generic: thead: move to thead c9xx header to vendor specific postionInochi Amaoto2-3/+3