index
:
starfive-tech/opensbi.git
JH7110_VisionFive2_devel
StarFive_JH7100_generic
debug
master
rtthread_AMP
starfive-dubhe
starfive-v1.0-dubhe
starfive-v1.1-dubhe
starfive-v1.2-dubhe
starfive-v1.4-dubhe
starfive-v1.5.1-dubhe
starfive-v1.6-dubhe
StarFive Tech OpenSBI for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
sbi
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-10
include: sbi: Add TINFO debug trigger CSR
Himanshu Chauhan
1
-0
/
+1
2024-01-10
include: sbi: Introduce common endianess conversion macro
Himanshu Chauhan
1
-0
/
+10
2023-12-27
include: Bump-up version to 1.4
v1.4
Anup Patel
1
-1
/
+1
2023-12-19
lib: sbi: Remove the SBI_ETRAP error code
Anup Patel
1
-3
/
+2
2023-12-19
lib: sbi: Allow ecall handlers to directly update register state
Anup Patel
2
-15
/
+16
2023-12-19
lib: sbi_tlb: Reduce size of struct sbi_tlb_info
Anup Patel
1
-13
/
+16
2023-12-19
lib: sbi: Detect extensions from the ISA string in DT
Yong-Xuan Wang
1
-0
/
+6
2023-12-19
lib: sbi: Using one array to define the name of extensions
Yong-Xuan Wang
1
-0
/
+7
2023-12-19
lib: sbi: Refactor the code for enable extensions in menvfg CSR
Yong-Xuan Wang
1
-5
/
+0
2023-12-11
platform: recalculate heap size to support new tlb entry number
Inochi Amaoto
2
-0
/
+4
2023-12-08
lib: sbi_pmu: Fix the counter info function
Atish Patra
1
-0
/
+1
2023-12-08
lib: sbi_pmu: Add PMU snapshot definitions
Atish Patra
2
-1
/
+6
2023-12-08
lib: sbi_hart: Store PMP granularity as log base 2
Samuel Holland
1
-2
/
+2
2023-12-08
lib: sbi: Fix __atomic_op_bit_ord and comments
Xiang W
1
-4
/
+4
2023-12-06
sbi: sbi_pmu: Add hw_counter_filter_mode() to pmu device
Yu Chien Peter Lin
1
-0
/
+6
2023-12-06
lib: sbi: Add XAndesPMU in hart extensions
Yu Chien Peter Lin
1
-0
/
+2
2023-11-17
lib: sbi: change sbi_hart_features.extensions as an array
Xiang W
1
-1
/
+2
2023-11-17
lib: sbi: Add Zkr in hart extensions
Heinrich Schuchardt
1
-0
/
+2
2023-11-17
include: sbi: macros for mseccfg.sseed and .useed
Heinrich Schuchardt
1
-0
/
+4
2023-11-16
platform: Uses hart count as the default size of tlb info
Inochi Amaoto
1
-2
/
+1
2023-10-19
include: sbi: Change spec version to 2.0
Anup Patel
1
-1
/
+1
2023-10-06
lib: sbi: Add support for mconfigptr
Yangjie Zhang
1
-0
/
+1
2023-10-06
firmware: Remove handling of R_RISCV_{32,64}
Vivian Wang
1
-8
/
+0
2023-09-24
include: sbi_domain: Fix permission test macros
Mayuresh Chitale
1
-19
/
+15
2023-09-24
include: sbi: Remove sbi_hartmask_for_each_hart() macro
Anup Patel
1
-13
/
+0
2023-09-24
lib: sbi: Maximize the use of HART index in sbi_domain
Anup Patel
1
-3
/
+3
2023-09-24
lib: sbi: Remove sbi_scratch_last_hartid() macro
Anup Patel
1
-6
/
+0
2023-09-24
lib: sbi: Prefer hartindex over hartid in IPI framework
Anup Patel
1
-7
/
+7
2023-09-24
lib: sbi: Extend sbi_hartmask to support both hartid and hartindex
Xiang W
1
-17
/
+71
2023-09-24
lib: sbi: Remove sbi_platform_hart_index/invalid() functions
Anup Patel
1
-28
/
+0
2023-09-24
lib: sbi: Introduce HART index in sbi_scratch
Anup Patel
1
-3
/
+42
2023-09-22
lib: sbi: Implement SET_FS_DIRTY() to make sure the mstatus FS dirty is set
Greentime Hu
1
-3
/
+3
2023-09-10
platform: Allow platforms to specify the size of tlb fifo
Xiang W
2
-2
/
+18
2023-09-06
lib: sbi: improve the definition of SBI_IPI_EVENT_MAX
Xiang W
1
-1
/
+1
2023-08-22
lib: sbi_pmu: remove mhpm_count field in hart feature
Inochi Amaoto
2
-2
/
+16
2023-08-18
lib: sbi: Add support for smcntrpmf
Kaiwen Xue
2
-0
/
+6
2023-08-06
lib: sbi_pmu: Enable noncontigous hpm event and counters
Mayuresh Chitale
1
-0
/
+2
2023-07-31
include: sbi: fix CSR define of mseccfg
Xiang W
1
-3
/
+2
2023-07-13
lib: sbi: Add functions to map/unmap shared memory
Himanshu Chauhan
1
-0
/
+2
2023-07-13
lib: sbi: Add support for Smepmp
Himanshu Chauhan
1
-0
/
+15
2023-07-13
lib: sbi: Add smepmp in hart extensions
Himanshu Chauhan
1
-0
/
+2
2023-07-13
include: sbi: Add Smepmp specific access flags for PMP entries
Himanshu Chauhan
1
-6
/
+78
2023-07-13
lib: sbi: Add functions to manipulate PMP entries
Himanshu Chauhan
1
-0
/
+6
2023-07-13
include: sbi: Add macro definitions for mseccfg CSR
Himanshu Chauhan
1
-0
/
+12
2023-07-09
lib: sbi: Alphabetically sort HART ISA extensions
Anup Patel
1
-5
/
+5
2023-07-09
lib: sbi: Add Zihpm as a HART ISA extension
Anup Patel
1
-0
/
+2
2023-07-09
lib: sbi: Add Zicntr as a HART ISA extension
Anup Patel
1
-2
/
+2
2023-06-23
include: Bump-up version to 1.3
v1.3
Anup Patel
1
-1
/
+1
2023-06-05
lib: sbi: Use scratch space to save per-HART domain pointer
Anup Patel
1
-5
/
+1
2023-06-05
lib: sbi: Print scratch size and usage at boot time
Anup Patel
1
-0
/
+3
[prev]
[next]