aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2023-09-10platform: Allow platforms to specify the size of tlb fifoXiang W1-2/+2
2023-09-10lib: sbi_pmu: keep overflow interrupt of stopped hpm counter disabledInochi Amaoto1-0/+3
2023-09-10lib: sbi_pmu: ensure update hpm counter before starting countingInochi Amaoto1-6/+8
2023-09-06lib: sbi: improve the definition of SBI_IPI_EVENT_MAXXiang W1-0/+5
2023-08-22lib: sbi_pmu: remove mhpm_count field in hart featureInochi Amaoto3-32/+21
2023-08-18lib: sbi: Add support for smcntrpmfKaiwen Xue3-2/+63
2023-08-06lib: sbi: Fix typo for finding fixed event counterKaiwen Xue1-2/+2
2023-08-06lib: utils/fdt: Fix fdt_parse_isa_extensions() implementationAnup Patel1-43/+79
2023-08-06lib: sbi_pmu: Enable noncontigous hpm event and countersMayuresh Chitale3-19/+52
2023-07-31lib: utils/reset: Remove SiFive Test reset driverAnup Patel6-114/+0
2023-07-31lib: utils/reset: Add syscon based reboot and poweroffAnup Patel3-0/+176
2023-07-31lib: utils/regmap: Add simple FDT based syscon regmap driverAnup Patel3-0/+272
2023-07-31lib: utils/regmap: Add simple FDT based regmap frameworkAnup Patel4-0/+106
2023-07-31lib: utils/regmap: Add generic regmap access libraryAnup Patel4-0/+135
2023-07-31include: sbi_utils: Remove driver pointer from struct i2c_adapterAnup Patel2-6/+0
2023-07-31lib: sbi: Update system suspend to specAndrew Jones1-1/+1
2023-07-31libfdt: fix SPDX license identifiersHeinrich Schuchardt16-16/+16