aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-12-06lib: sbi: Add XAndesPMU in hart extensionsYu Chien Peter Lin1-0/+2
2023-12-06lib: ipi: Adjust Andes PLICSW to single-bit-per-hart schemeLeo Yu-Chi Liang1-15/+8
2023-11-17lib: sbi: change sbi_hart_features.extensions as an arrayXiang W1-1/+2
2023-11-17lib: sbi: Add Zkr in hart extensionsHeinrich Schuchardt1-0/+2
2023-11-17include: sbi: macros for mseccfg.sseed and .useedHeinrich Schuchardt1-0/+4
2023-11-16platform: Uses hart count as the default size of tlb infoInochi Amaoto1-2/+1
2023-10-19include: sbi: Change spec version to 2.0Anup Patel1-1/+1
2023-10-06lib: sbi: Add support for mconfigptrYangjie Zhang1-0/+1
2023-10-06firmware: Remove handling of R_RISCV_{32,64}Vivian Wang1-8/+0
2023-09-24include: sbi_domain: Fix permission test macrosMayuresh Chitale1-19/+15
2023-09-24include: sbi: Remove sbi_hartmask_for_each_hart() macroAnup Patel1-13/+0
2023-09-24lib: sbi: Maximize the use of HART index in sbi_domainAnup Patel1-3/+3
2023-09-24lib: sbi: Remove sbi_scratch_last_hartid() macroAnup Patel1-6/+0
2023-09-24lib: sbi: Prefer hartindex over hartid in IPI frameworkAnup Patel1-7/+7
2023-09-24lib: sbi: Extend sbi_hartmask to support both hartid and hartindexXiang W1-17/+71
2023-09-24lib: sbi: Remove sbi_platform_hart_index/invalid() functionsAnup Patel1-28/+0
2023-09-24lib: sbi: Introduce HART index in sbi_scratchAnup Patel1-3/+42
2023-09-22lib: sbi: Implement SET_FS_DIRTY() to make sure the mstatus FS dirty is setGreentime Hu1-3/+3
2023-09-10platform: Allow platforms to specify the size of tlb fifoXiang W2-2/+18
2023-09-06lib: sbi: improve the definition of SBI_IPI_EVENT_MAXXiang W1-1/+1
2023-08-22lib: sbi_pmu: remove mhpm_count field in hart featureInochi Amaoto2-2/+16
2023-08-18lib: sbi: Add support for smcntrpmfKaiwen Xue2-0/+6
2023-08-06lib: sbi_pmu: Enable noncontigous hpm event and countersMayuresh Chitale1-0/+2
2023-07-31lib: utils/reset: Remove SiFive Test reset driverAnup Patel1-17/+0
2023-07-31lib: utils/regmap: Add simple FDT based regmap frameworkAnup Patel1-0/+31
2023-07-31lib: utils/regmap: Add generic regmap access libraryAnup Patel1-0/+67
2023-07-31include: sbi_utils: Remove driver pointer from struct i2c_adapterAnup Patel1-3/+0
2023-07-31include: sbi: fix CSR define of mseccfgXiang W1-3/+2
2023-07-13lib: sbi: Add functions to map/unmap shared memoryHimanshu Chauhan1-0/+2
2023-07-13lib: sbi: Add support for SmepmpHimanshu Chauhan1-0/+15
2023-07-13lib: utils: Add detection of Smepmp from ISA string in FDTHimanshu Chauhan1-0/+3
2023-07-13lib: sbi: Add smepmp in hart extensionsHimanshu Chauhan1-0/+2
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 Chauhan1-0/+6
2023-07-13include: sbi: Add macro definitions for mseccfg CSRHimanshu Chauhan1-0/+12
2023-07-09lib: sbi: Alphabetically sort HART ISA extensionsAnup Patel1-5/+5
2023-07-09lib: sbi: Add Zihpm as a HART ISA extensionAnup Patel1-0/+2
2023-07-09lib: sbi: Add Zicntr as a HART ISA extensionAnup Patel1-2/+2
2023-06-23include: Bump-up version to 1.3v1.3Anup Patel1-1/+1
2023-06-15platform/lib: Set no-map attribute on all PMP regionsAlexandre Ghiti1-14/+0
2023-06-05lib: sbi: Use scratch space to save per-HART domain pointerAnup Patel1-5/+1
2023-06-05lib: sbi: Print scratch size and usage at boot timeAnup Patel1-0/+3
2023-06-05lib: sbi: Introduce simple heap allocatorAnup Patel1-0/+44
2023-06-05platform: Allow platforms to specify heap sizeAnup Patel2-13/+33
2023-06-05include: sbi_scratch: Add helper macros to access data typeAnup Patel1-0/+17
2023-06-04lib: sbi: Align system suspend errors with specAndrew Jones1-1/+8
2023-05-21lib: sbi: Document sbi_ecall_extension membersAndrew Jones1-0/+35
2023-05-21lib: sbi: Introduce register_extensions extension callbackAndrew Jones1-0/+1
2023-05-11lib: sbi: Simplify BITS_PER_LONG definitionXiang W1-7/+1
2023-05-11lib: sbi: Remove unnecessary semicolonXiang W1-1/+1