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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-21
lib: fix pointer of type 'void *' used in arithmetic
Jukka Laitinen
13
-27
/
+27
2022-01-21
platform: sifive_fu740: fix reset when watchdog is running
Aurelien Jarno
1
-0
/
+25
2022-01-21
platform: sifive_fu740: do not use a global in da9063_reset/shutdown
Aurelien Jarno
1
-5
/
+5
2022-01-11
lib: utils/sys: Extend HTIF library to allow custom base address
Anup Patel
4
-14
/
+103
2022-01-11
lib: utils/ipi: Fix size check in aclint_mswi_cold_init()
Anup Patel
1
-1
/
+1
2021-12-24
include: Bump-up version to 1.0
v1.0
Anup Patel
1
-2
/
+2
2021-12-23
firmware: Move memcpy/memset mapping to fw_base.S
Anup Patel
2
-6
/
+28
2021-12-22
lib: sbi: simplify pmp_set(), pmp_get()
Heinrich Schuchardt
1
-8
/
+2
2021-12-16
Makefile: Improve the method to disable -m(no-)save-restore option
Xiang W
1
-4
/
+7
2021-12-11
lib: sbi: Fix compile errors using -Os option
Anup Patel
1
-0
/
+6
2021-12-11
Makefile: Fix -msave-restore compile warning with CLANG-10 (or lower)
Anup Patel
1
-4
/
+10
2021-12-11
lib: pmu: check SSCOF before masking
Nikita Shubin
1
-1
/
+2
2021-12-11
docs/platform: spike: Enhance Spike examples
Tsukasa OI
1
-1
/
+12
2021-12-03
lib: pmu: support the event ID encoded by a bitmap.
Vincent Chen
4
-27
/
+50
2021-12-02
lib: sbi: Improve fatal error handling
Jessica Clarke
4
-21
/
+24
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-18
lib: utils: Add LiteX UART support
Gabriel Somlo
5
-0
/
+123
2021-11-12
lib: sbi: clear pmpcfg.A before setting in pmp_set()
Xiang W
1
-0
/
+1
2021-11-12
platform: sifive_fu740: add platform reset driver
Nikita Shubin
1
-0
/
+194
2021-11-12
lib: utils/i2c: Add minimal SiFive I2C driver
Nikita Shubin
3
-0
/
+281
2021-11-12
lib: utils/i2c: Add simple FDT based I2C framework
Nikita Shubin
3
-0
/
+114
2021-11-12
lib: utils/i2c: Add generic I2C configuration library
Nikita Shubin
3
-0
/
+170
2021-11-12
lib: utils/reset: separate driver init func
Nikita Shubin
2
-16
/
+26
2021-11-12
lib: utils/reset: add priority to gpio reset
Nikita Shubin
1
-2
/
+8
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: utils: Rename the prefix in PMU DT properties
Atish Patra
2
-12
/
+12
2021-11-11
lib: sbi: Enable PMU extension for platforms without mcountinhibit
Atish Patra
3
-23
/
+41
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
2
-16
/
+45
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
2
-13
/
+97
2021-11-11
lib: sbi: Delegate PMU counter overflow interrupt to S mode
Atish Patra
2
-0
/
+5
2021-11-11
lib: sbi: Detect Sscofpmf extension at run time
Atish Patra
2
-1
/
+15
2021-11-11
lib: sbi: Update csr_read/write_num for PMU
Atish Patra
1
-0
/
+13
2021-11-11
riscv: Add new CSRs introduced by Sscofpmf[1] extension
Atish Patra
1
-0
/
+34
2021-11-08
lib: sbi: error handling in fdt_reset_init()
Heinrich Schuchardt
2
-8
/
+12
2021-11-08
platform: generic: move fdt_reset_init to final_init
Heinrich Schuchardt
1
-10
/
+5
2021-11-08
lib: sbi: move sbi_boot_print_general()
Heinrich Schuchardt
1
-4
/
+4
2021-11-03
lib: utils/gpio: use list for drivers
Nikita Shubin
2
-30
/
+20
2021-11-02
lib: sbi: Fix GPA passed to __sbi_hfence_gvma_xyz() functions
Anup Patel
3
-6
/
+7
2021-11-02
include: sbi_utils: Introduce an helper to get fdt base address
Alexandre Ghiti
12
-14
/
+24
2021-11-02
lib: sbi: Refine addr format in sbi_printf
Dong Du
2
-24
/
+5
2021-11-02
lib: utils/reset: Register separate GPIO system reset devices
Anup Patel
1
-19
/
+41
2021-10-21
lib: utils/irqchip: Automatically delegate T-HEAD PLIC access
Samuel Holland
3
-17
/
+18
2021-10-20
Makefile: Add build time and compiler info string
Wei Fu
3
-0
/
+63
2021-10-18
lib: sbi: system reset with invalid parameters
Heinrich Schuchardt
1
-2
/
+2
[next]