summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-24lib: sbi: Remove sbi_platform_hart_index/invalid() functionsAnup Patel
2023-09-24lib: sbi: Introduce HART index in sbi_scratchAnup Patel
2023-09-22lib: sbi: Implement SET_FS_DIRTY() to make sure the mstatus FS dirty is setGreentime Hu
2023-09-10lib: sbi: alloc tlb fifo by sbi_mallocXiang W
2023-09-10platform: Allow platforms to specify the size of tlb fifoXiang W
2023-09-10lib: sbi_pmu: keep overflow interrupt of stopped hpm counter disabledInochi Amaoto
2023-09-10platform: generic: allwinner: fix OF process for T-HEAD c9xx pmuInochi Amaoto
2023-09-10lib: sbi_pmu: ensure update hpm counter before starting countingInochi Amaoto
2023-09-06lib: sbi: improve the definition of SBI_IPI_EVENT_MAXXiang W
2023-09-06firmware: payload: test: Change to SBI v2.0 DBCN ecallsInochi Amaoto
2023-08-22lib: sbi_pmu: remove mhpm_count field in hart featureInochi Amaoto
2023-08-22platform: generic: allwinner: correct mhpmevent countInochi Amaoto
2023-08-22Makefile: Fix grep warningAndrew Jones
2023-08-18lib: sbi: Add support for smcntrpmfKaiwen Xue
2023-08-06fw_base.S: Fix assembler error with clang 16+Mitchell Horne
2023-08-06lib: sbi: Fix typo for finding fixed event counterKaiwen Xue
2023-08-06lib: utils/fdt: Fix fdt_parse_isa_extensions() implementationAnup Patel
2023-08-06lib: sbi_pmu: Enable noncontigous hpm event and countersMayuresh Chitale
2023-08-06gitignore: allow gitignore to ignore most dot fileInochi Amaoto
2023-07-31lib: utils/reset: Remove SiFive Test reset driverAnup Patel
2023-07-31lib: utils/reset: Add syscon based reboot and poweroffAnup Patel
2023-07-31lib: utils/regmap: Add simple FDT based syscon regmap driverAnup Patel
2023-07-31lib: utils/regmap: Add simple FDT based regmap frameworkAnup Patel
2023-07-31lib: utils/regmap: Add generic regmap access libraryAnup Patel
2023-07-31include: sbi_utils: Remove driver pointer from struct i2c_adapterAnup Patel
2023-07-31include: sbi: fix CSR define of mseccfgXiang W
2023-07-31lib: sbi: Update system suspend to specAndrew Jones
2023-07-31libfdt: fix SPDX license identifiersHeinrich Schuchardt
2023-07-13lib: sbi: Map/Unmap debug console shared memory buffersHimanshu Chauhan
2023-07-13lib: sbi: Add functions to map/unmap shared memoryHimanshu Chauhan
2023-07-13lib: sbi: Add support for SmepmpHimanshu Chauhan
2023-07-13lib: sbi: Change the order of PMP initializationHimanshu Chauhan
2023-07-13lib: sbi: Grant SU R/W/X permissions to whole memoryHimanshu Chauhan
2023-07-13lib: utils: Add detection of Smepmp from ISA string in FDTHimanshu Chauhan
2023-07-13lib: sbi: Add smepmp in hart extensionsHimanshu Chauhan
2023-07-13include: sbi: Add Smepmp specific access flags for PMP entriesHimanshu Chauhan
2023-07-13lib: sbi: Add functions to manipulate PMP entriesHimanshu Chauhan
2023-07-13include: sbi: Add macro definitions for mseccfg CSRHimanshu Chauhan
2023-07-12lib: utils/gpio: Fix RV32 compile error for designware GPIO driverAnup Patel
2023-07-12lib: sbi: Fix missing '\0' when buffer szie equal 1Xiang W
2023-07-12lib: sbi: Fix timing of clearing tbufXiang W
2023-07-12lib: sbi: Fix printcXiang W
2023-07-12lib: sbi: Simplify printsXiang W
2023-07-12lib: sbi: Fix printiXiang W
2023-07-12lib: sbi: print add 'o' typeXiang W
2023-07-12lib: sbi: implifying the parameters of printiXiang W
2023-07-12lib: sbi: Add ' ' '\'' flags for printXiang W
2023-07-12lib: sbi: Add '+' flags for printXiang W
2023-07-12lib: sbi: print not fill '0' when left-alignedXiang W
2023-07-12lib: sbi: Fix how print gets flagsXiang W