summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-14platform: generic: starfive: Add Dubhe CMO SBI extensionREL_DUBHE_MAR2024starfive-v1.4-dubheChee Hong Ang5-0/+169
2023-12-27include: Bump-up version to 1.4Anup Patel1-1/+1
2023-12-27lib: sbi: Detect Zicntr extension only based on trapsAnup Patel1-0/+8
2023-12-27lib: utils/timer: mtimer: only use regname for aclintInochi Amaoto4-6/+9
2023-12-26lib: sbi: Fix shift bug in sbi_system_resetXiang W1-1/+2
2023-12-19lib: sbi: Do not enter OpenSBI with mseccfg.MML == 1Anup Patel1-0/+10
2023-12-19lib: sbi: Remove the SBI_ETRAP error codeAnup Patel2-23/+14
2023-12-19lib: sbi: Allow ecall handlers to directly update register stateAnup Patel19-107/+109
2023-12-19lib: utils/irqchip: Add shared MMIO region for PLIC in root domainAnup Patel9-1/+21
2023-12-19platform: generic: Fine tune fw_platform_calculate_heap_size()Anup Patel1-1/+2
2023-12-19lib: sbi_tlb: Reduce size of struct sbi_tlb_infoAnup Patel4-57/+77
2023-12-19lib: sbi: Detect extensions from the ISA string in DTYong-Xuan Wang2-34/+21
2023-12-19lib: sbi: Using one array to define the name of extensionsYong-Xuan Wang3-50/+31
2023-12-19lib: sbi: Refactor the code for enable extensions in menvfg CSRYong-Xuan Wang2-16/+9
2023-12-19lib: sbi: Improve the code of privilege mode and extensions detectionYong-Xuan Wang1-50/+38
2023-12-18lib: sbi: Simplify the initialization of root_hmask in sbi_domain_initXiang W1-2/+1
2023-12-18lib: sbi_ipi: Drop unnecessary ipi_process checkSamuel Holland1-1/+1
2023-12-18lib: sbi_ipi: Process self-IPIs in sbi_ipi_send()Samuel Holland1-0/+8
2023-12-18lib: sbi_ipi: Do not ignore errors from sbi_ipi_send()Samuel Holland1-2/+6
2023-12-11lib: sbi_tlb: Check tlb_range_flush_limit only once per requestSamuel Holland1-10/+10
2023-12-11lib: utils/fdt: Allow to use reg-names when parsing ACLINTInochi Amaoto2-12/+90
2023-12-11lib: sbi: skip wait_for_coldboot when coolboot doneXiang W1-0/+3
2023-12-11platform: recalculate heap size to support new tlb entry numberInochi Amaoto4-3/+19
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