aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2023-07-13lib: sbi: Map/Unmap debug console shared memory buffersHimanshu Chauhan1-0/+3
2023-07-13lib: sbi: Add functions to map/unmap shared memoryHimanshu Chauhan1-0/+42
2023-07-13lib: sbi: Add support for SmepmpHimanshu Chauhan1-19/+115
2023-07-13lib: sbi: Change the order of PMP initializationHimanshu Chauhan1-9/+17
2023-07-13lib: sbi: Grant SU R/W/X permissions to whole memoryHimanshu Chauhan1-4/+10
2023-07-13lib: utils: Add detection of Smepmp from ISA string in FDTHimanshu Chauhan1-0/+111
2023-07-13lib: sbi: Add smepmp in hart extensionsHimanshu Chauhan1-0/+3
2023-07-13lib: sbi: Add functions to manipulate PMP entriesHimanshu Chauhan1-0/+42
2023-07-12lib: utils/gpio: Fix RV32 compile error for designware GPIO driverAnup Patel1-2/+2
2023-07-12lib: sbi: Fix missing '\0' when buffer szie equal 1Xiang W1-0/+6
2023-07-12lib: sbi: Fix timing of clearing tbufXiang W1-16/+19
2023-07-12lib: sbi: Fix printcXiang W1-3/+2
2023-07-12lib: sbi: Simplify printsXiang W1-17/+4
2023-07-12lib: sbi: Fix printiXiang W1-13/+23
2023-07-12lib: sbi: print add 'o' typeXiang W1-3/+4
2023-07-12lib: sbi: implifying the parameters of printiXiang W1-77/+50
2023-07-12lib: sbi: Add ' ' '\'' flags for printXiang W1-0/+4
2023-07-12lib: sbi: Add '+' flags for printXiang W1-9/+16
2023-07-12lib: sbi: print not fill '0' when left-alignedXiang W1-0/+2
2023-07-12lib: sbi: Fix how print gets flagsXiang W1-11/+19
2023-07-09lib: sbi: Fix Priv spec version for [m|s]counteren and mcountinhibit CSRsLey Foon Tan1-1/+1
2023-07-09lib: sbi: Rename hart_pmu_get_allowed_bits() functionAnup Patel1-2/+2