aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2023-04-14lib: sbi: Optimize sbi_tlb queue waitingXiang W1-0/+10
2023-04-07lib: sbi_pmu: Align the event type offset as per SBI specificationYu Chien Peter Lin1-2/+2
2023-04-07lib: sbi: Implement SBI CPPC extensionSunil V L1-0/+35
2023-04-07include: Add defines for SBI CPPC extensionSunil V L1-0/+34
2023-04-06lib: sbi: Introduce sbi_entry_count() functionAnup Patel1-0/+2
2023-04-06lib: sbi: Fix how to check whether the domain contains fw_regionXiang W1-0/+2
2023-03-10lib: sbi: Clear IPIs before init_warm_startup in non-boot hartsEvgenii Shatokhin1-0/+2
2023-03-10lib: sbi: Refactor the calls to sbi_hart_switch_mode()Evgenii Shatokhin1-2/+4
2023-03-10lib: sbi_pmu: Add hartid parameter PMU device opsMayuresh Chitale1-6/+8