aboutsummaryrefslogtreecommitdiff
path: root/include/sbi
AgeCommit message (Expand)AuthorFilesLines
2024-03-10lib: Add SBIUnit testing macros and functionsIvan Orlov1-0/+71
2024-03-05lib: sbi_misaligned_ldst: Add handling of C.LHU/C.LH and C.SHNylon Chen1-0/+7
2024-03-04lib: sbi: Add support for smcsrind and smcdelegAtish Patra2-3/+30
2024-02-20platform: generic: Add support for specify coldboot harts in DTCheng Yang1-0/+5
2024-01-10include: sbi: Add SBI debug trigger extension related definesHimanshu Chauhan1-0/+11
2024-01-10lib: sbi: Introduce the SBI debug triggers extension supportHimanshu Chauhan1-0/+125
2024-01-10lib: sbi: Detect support of debug triggersHimanshu Chauhan1-0/+2
2024-01-10include: sbi: Introduce debug trigger register encodingsHimanshu Chauhan1-0/+249
2024-01-10include: sbi: Add TINFO debug trigger CSRHimanshu Chauhan1-0/+1
2024-01-10include: sbi: Introduce common endianess conversion macroHimanshu Chauhan1-0/+10
2023-12-27include: Bump-up version to 1.4v1.4Anup Patel1-1/+1
2023-12-19lib: sbi: Remove the SBI_ETRAP error codeAnup Patel1-3/+2
2023-12-19lib: sbi: Allow ecall handlers to directly update register stateAnup Patel2-15/+16
2023-12-19lib: sbi_tlb: Reduce size of struct sbi_tlb_infoAnup Patel1-13/+16
2023-12-19lib: sbi: Detect extensions from the ISA string in DTYong-Xuan Wang1-0/+6
2023-12-19lib: sbi: Using one array to define the name of extensionsYong-Xuan Wang1-0/+7
2023-12-19lib: sbi: Refactor the code for enable extensions in menvfg CSRYong-Xuan Wang1-5/+0
2023-12-11platform: recalculate heap size to support new tlb entry numberInochi Amaoto2-0/+4
2023-12-08lib: sbi_pmu: Fix the counter info functionAtish Patra1-0/+1
2023-12-08lib: sbi_pmu: Add PMU snapshot definitionsAtish Patra2-1/+6
2023-12-08lib: sbi_hart: Store PMP granularity as log base 2Samuel Holland1-2/+2
2023-12-08lib: sbi: Fix __atomic_op_bit_ord and commentsXiang W1-4/+4
2023-12-06sbi: sbi_pmu: Add hw_counter_filter_mode() to pmu deviceYu Chien Peter Lin1-0/+6
2023-12-06lib: sbi: Add XAndesPMU in hart extensionsYu Chien Peter Lin1-0/+2
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-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: sbi: Add smepmp in hart extensionsHimanshu Chauhan1-0/+2
2023-07-13include: sbi: Add Smepmp specific access flags for PMP entriesHimanshu Chauhan1-6/+78