aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-31lib: utils/reset: Add syscon based reboot and poweroffAnup Patel4-0/+177
2023-07-31lib: utils/regmap: Add simple FDT based syscon regmap driverAnup Patel4-0/+273
2023-07-31lib: utils/regmap: Add simple FDT based regmap frameworkAnup Patel6-1/+138
2023-07-31lib: utils/regmap: Add generic regmap access libraryAnup Patel6-1/+204
2023-07-31include: sbi_utils: Remove driver pointer from struct i2c_adapterAnup Patel3-9/+0
2023-07-31include: sbi: fix CSR define of mseccfgXiang W1-3/+2
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 Chauhan2-0/+44
2023-07-13lib: sbi: Add support for SmepmpHimanshu Chauhan2-19/+130
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 Chauhan3-0/+123
2023-07-13lib: sbi: Add smepmp in hart extensionsHimanshu Chauhan2-0/+5
2023-07-13include: sbi: Add Smepmp specific access flags for PMP entriesHimanshu Chauhan1-6/+78
2023-07-13lib: sbi: Add functions to manipulate PMP entriesHimanshu Chauhan2-0/+48
2023-07-13include: sbi: Add macro definitions for mseccfg CSRHimanshu Chauhan1-0/+12
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 Patel2-13/+13
2023-07-09lib: sbi: Add Zihpm as a HART ISA extensionAnup Patel2-0/+10
2023-07-09lib: sbi: Add Zicntr as a HART ISA extensionAnup Patel3-6/+6
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 Dooks4-0/+148
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-23include: Bump-up version to 1.3v1.3Anup Patel1-1/+1
2023-06-23lib: sbi: check A2 register in ecall_dbcn_handler.Gianluca Guida1-2/+5
2023-06-21lib: reset: Move fdt_reset_init into generic_early_initGuo Ren1-3/+3
2023-06-21firmware: Fix find hart indexXiang W1-1/+0
2023-06-15platform/lib: Set no-map attribute on all PMP regionsAlexandre Ghiti3-66/+10
2023-06-14README.md: Improve project copyright informationAnup Patel1-2/+4
2023-06-14docs: Add OpenSBI logo and use it in the top-level README.mdAnup Patel3-0/+2
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
2023-06-05lib: utils/irqchip: Use scratch space to save per-HART PLIC pointerAnup Patel1-22/+66
2023-06-05lib: utils/timer: Use scratch space to save per-HART MTIMER pointerAnup Patel1-15/+61