aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2023-07-09lib: sbi: Alphabetically sort HART ISA extensionsAnup Patel1-8/+8
2023-07-09lib: sbi: Add Zihpm as a HART ISA extensionAnup Patel1-0/+8
2023-07-09lib: sbi: Add Zicntr as a HART ISA extensionAnup Patel2-4/+4
2023-07-09lib: utils: Fix sbi_hartid_to_scratch() usage in ACLINT driversAnup Patel2-2/+12
2023-07-07gpio/desginware: add Synopsys DesignWare APB GPIO supportBen Dooks3-0/+147
2023-07-05lib: sbi_pmu: Avoid out of bounds accessHeinrich Schuchardt1-0/+2
2023-07-05lib: sbi: fix comment indentGianluca Guida1-4/+4
2023-06-23lib: sbi: check A2 register in ecall_dbcn_handler.Gianluca Guida1-2/+5
2023-06-15platform/lib: Set no-map attribute on all PMP regionsAlexandre Ghiti1-39/+10
2023-06-06lib: utils/irqchip: Use scratch space to save per-HART IMSIC pointerAnup Patel2-17/+70
2023-06-05lib: utils/irqchip: Don't check hartid in imsic_update_hartid_table()Anup Patel1-3/+0