index
:
rocket-tools/riscv-gnu-toolchain/qemu/roms/opensbi.git
master
release-1.3.1
release-1.3.x
release-1.5.x
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
sbi
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-23
firmware: Move memcpy/memset mapping to fw_base.S
Anup Patel
1
-6
/
+0
2021-12-22
lib: sbi: simplify pmp_set(), pmp_get()
Heinrich Schuchardt
1
-8
/
+2
2021-12-11
lib: sbi: Fix compile errors using -Os option
Anup Patel
1
-0
/
+6
2021-12-11
lib: pmu: check SSCOF before masking
Nikita Shubin
1
-1
/
+2
2021-12-03
lib: pmu: support the event ID encoded by a bitmap.
Vincent Chen
1
-11
/
+24
2021-12-02
lib: sbi: Improve fatal error handling
Jessica Clarke
2
-3
/
+18
2021-11-30
lib: sbi: Resolve the uninitialized complaint in sbi_pmu
Dong Du
1
-1
/
+1
2021-11-30
lib: sbi: Fix missing space
Nikita Shubin
1
-1
/
+1
2021-11-23
lib: sbi: Fix spelling of "address" in sbi_domain.c
Vagrant Cascadian
1
-1
/
+1
2021-11-12
lib: sbi: clear pmpcfg.A before setting in pmp_set()
Xiang W
1
-0
/
+1
2021-11-11
lib: sbi: Fix PMP address bits detection
Vasan VS
1
-0
/
+4
2021-11-11
lib: sbi: Fix initial value mask while updating the counters
Atish Patra
1
-1
/
+1
2021-11-11
lib: sbi: Enable PMU extension for platforms without mcountinhibit
Atish Patra
2
-23
/
+37
2021-11-11
lib: sbi: Counter info width should be zero indexed
Atish Patra
1
-1
/
+1
2021-11-11
lib: sbi: Reset the mhpmevent value upon counter reset
Atish Patra
1
-1
/
+17
2021-11-11
lib: sbi: Allow programmable counters to monitor cycle/instret events
Atish Patra
1
-16
/
+44
2021-11-11
lib: sbi: Always enable access for all counters
Atish Patra
2
-26
/
+11
2021-11-11
lib: sbi: Support sscofpmf extension in OpenSBI
Atish Patra
1
-13
/
+72
2021-11-11
lib: sbi: Delegate PMU counter overflow interrupt to S mode
Atish Patra
1
-0
/
+3
2021-11-11
lib: sbi: Detect Sscofpmf extension at run time
Atish Patra
1
-0
/
+12
2021-11-11
lib: sbi: Update csr_read/write_num for PMU
Atish Patra
1
-0
/
+13
2021-11-08
lib: sbi: move sbi_boot_print_general()
Heinrich Schuchardt
1
-4
/
+4
2021-11-02
lib: sbi: Fix GPA passed to __sbi_hfence_gvma_xyz() functions
Anup Patel
2
-4
/
+4
2021-11-02
lib: sbi: Refine addr format in sbi_printf
Dong Du
2
-24
/
+5
2021-10-20
Makefile: Add build time and compiler info string
Wei Fu
1
-0
/
+8
2021-10-18
lib: sbi: system reset with invalid parameters
Heinrich Schuchardt
1
-2
/
+2
2021-10-18
lib: sbi: Save context for all non-retentive suspend types
Anup Patel
1
-6
/
+7
2021-10-11
lib: sbi: add priority for reset handler
Nikita Shubin
1
-6
/
+18
2021-10-11
lib: sbi: convert reset to list
Nikita Shubin
2
-16
/
+30
2021-09-26
lib: sbi: Add generic timer delay loop function
Anup Patel
1
-0
/
+34
2021-09-26
lib: sbi: Print timer frequency at boot time
Anup Patel
1
-2
/
+3
2021-09-22
lib: sbi: Add BUG() macro for csr_read/write_num() and misa_string()
Xiang W
1
-0
/
+4
2021-09-22
lib: sbi: fix ctz bug
Xiang W
1
-0
/
+3
2021-09-03
lib: sbi: Refine the way to construct platform features
Dong Du
1
-3
/
+12
2021-09-03
lib: sbi: Checking fifo validness in sbi_fifo_is_empty and is_full
Dong Du
1
-2
/
+8
2021-08-30
lib: sbi: protect dprintf output with spinlock
Dong Du
1
-1
/
+4
2021-08-30
lib: sbi: Correct typo in faults delegation CSR name
Rahul Pathak
1
-1
/
+1
2021-08-20
lib: sbi_trap: Restore redirect for access faults
Samuel Holland
1
-4
/
+3
2021-08-20
lib: sbi: Fix bug in sbi_ecall_rfence that misses checking
Dong Du
1
-2
/
+2
2021-08-07
lib: sbi: Fix bug in strncmp function when count is 0
Dong Du
1
-0
/
+4
2021-07-11
lib: sbi: Fix sbi_pmu_exit() for systems not having MCOUNTINHIBIT csr
Anup Patel
1
-0
/
+4
2021-07-11
lib: sbi: Improve TLB function naming
Atish Patra
1
-21
/
+20
2021-07-11
lib: sbi: Implement firmware counters
Atish Patra
6
-0
/
+60
2021-07-11
lib: sbi: Implement SBI PMU extension
Atish Patra
4
-1
/
+98
2021-07-11
lib: sbi: Add PMU support
Atish Patra
3
-0
/
+632
2021-07-11
lib: sbi: Use csr_read/write_num to read/update PMU counters
Atish Patra
1
-0
/
+35
2021-07-11
lib: sbi: Remove redundant boot time print statement
Atish Patra
1
-2
/
+0
2021-07-11
lib: sbi: Disable m/scounteren & enable mcountinhibit
Atish Patra
1
-4
/
+21
2021-07-11
lib: sbi: Detect number of bits implemented in mhpmcounter
Atish Patra
1
-0
/
+48
2021-07-11
lib: sbi: Remove stray '\' character
Atish Patra
1
-1
/
+1
[next]