index
:
opensbi.git
master
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
2023-12-10
lib: sbi_hsm: Put the resume_pending hart in the interruptible hart mask
Nick Hu
1
-1
/
+2
2023-12-09
firmware: fix section types
Matt Waltz
3
-3
/
+3
2023-12-08
lib: sbi_pmu: Fix the counter info function
Atish Patra
2
-2
/
+7
2023-12-08
lib: sbi_pmu: Add PMU snapshot definitions
Atish Patra
4
-1
/
+14
2023-12-08
lib: sbi_hart: Store PMP granularity as log base 2
Samuel Holland
3
-19
/
+19
2023-12-08
lib: sbi: Prevent redundant sbi_ipi_process
Xiang W
1
-5
/
+9
2023-12-08
lib: sbi: Replace __atomic_op_bit_ord with __atomic intrinsics
Anup Patel
1
-28
/
+6
2023-12-08
lib: sbi: Fix __atomic_op_bit_ord and comments
Xiang W
2
-9
/
+9
2023-12-08
lib: sbi: Remove xchg/cmpxchg implemented via lr/sc
Xiang W
1
-102
/
+4
2023-12-06
docs: pmu: Add Andes PMU node example
Yu Chien Peter Lin
1
-0
/
+82
2023-12-06
lib: utils: fdt_pmu: Do not iterate over the fdt_pmu_evt_select table
Yu Chien Peter Lin
1
-1
/
+1
2023-12-06
lib: utils: fdt_pmu: Make the fdt_pmu_evt_select table global variable
Yu Chien Peter Lin
2
-10
/
+28
2023-12-06
platform: andes: Factor out is_andes() helper
Yu Chien Peter Lin
2
-9
/
+13
2023-12-06
lib: utils: fdt_fixup: Allow preserving PMU properties
Yu Chien Peter Lin
2
-0
/
+10
2023-12-06
platform: rzfive: Enable Andes PMU for RZ/Five
Yu Chien Peter Lin
2
-1
/
+5
2023-12-06
platform: andes: Enable Andes PMU for AE350
Yu Chien Peter Lin
2
-0
/
+4
2023-12-06
platform: andes: Add Andes custom PMU support
Yu Chien Peter Lin
5
-0
/
+160
2023-12-06
platform: generic: Introduce pmu_init() platform override
Yu Chien Peter Lin
2
-0
/
+7
2023-12-06
platform: include: andes45: Add PMU related CSR defines
Yu Chien Peter Lin
1
-0
/
+26
2023-12-06
sbi: sbi_pmu: Add hw_counter_filter_mode() to pmu device
Yu Chien Peter Lin
2
-6
/
+20
2023-12-06
lib: sbi: Add XAndesPMU in hart extensions
Yu Chien Peter Lin
2
-0
/
+5
2023-12-06
sbi: sbi_pmu: Improve sbi_pmu_init() error handling
Yu Chien Peter Lin
3
-3
/
+13
2023-12-06
lib: ipi: Adjust Andes PLICSW to single-bit-per-hart scheme
Leo Yu-Chi Liang
2
-81
/
+46
2023-11-26
lib: sbi: Allow relaxed MMIO writes in device ipi_clear() callback
Anup Patel
2
-3
/
+15
2023-11-26
lib: sbi: Allow relaxed MMIO writes in device ipi_send() callback
Anup Patel
3
-7
/
+14
2023-11-24
lib: utils/irqchip: Avoid redundant writes to APLIC CLRIE register
Anup Patel
1
-1
/
+1
2023-11-22
lib: sbi_pmu: avoid buffer overflow
Heinrich Schuchardt
1
-2
/
+2
2023-11-22
lib: sbi: Fix PMP granularity handling in sbi_hart_map_saddr()
Anup Patel
1
-1
/
+2
2023-11-17
lib: utils/serial: remove semihosting_putc
Xiang W
1
-6
/
+0
2023-11-17
lib: sbi: Make console_puts/console_putc interchangeable
Xiang W
1
-18
/
+17
2023-11-17
lib: sbi: change sbi_hart_features.extensions as an array
Xiang W
3
-22
/
+15
2023-11-17
lib: sbi: enable seed access in S-mode
Heinrich Schuchardt
1
-0
/
+6
2023-11-17
lib: sbi: Add Zkr in hart extensions
Heinrich Schuchardt
3
-0
/
+6
2023-11-17
include: sbi: macros for mseccfg.sseed and .useed
Heinrich Schuchardt
1
-0
/
+4
2023-11-16
platform: generic: Add Sophgo sg2042 platform support
Inochi Amaoto
4
-0
/
+79
2023-11-16
lib: sbi: Add regions merging when sanitizing domain region
Inochi Amaoto
1
-22
/
+38
2023-11-16
lib: sbi: separate the swap operation of domain region
Inochi Amaoto
1
-4
/
+12
2023-11-16
lib: utils/ipi: mswi: add separate T-Head C9xx CLINT mswi compatible
Inochi Amaoto
1
-0
/
+1
2023-11-16
lib: utils/timer: mtimer: add separate T-Head C9xx CLINT mtimer compatible
Inochi Amaoto
1
-0
/
+6
2023-11-16
lib: utils/timer: Allow ACLINT MTIMER driver to setup quirks
Inochi Amaoto
1
-15
/
+20
2023-11-16
utils/reset: Remove fdt_reset_thead
Guo Ren
7
-389
/
+7
2023-11-16
firmware: fw_base.S: Fix boot hart status synchronization
Guo Ren
1
-4
/
+4
2023-11-16
lib: utils/serial: Optimize semihosting_putc implementation
Chen Pei
1
-5
/
+5
2023-11-16
platform: Uses hart count as the default size of tlb info
Inochi Amaoto
2
-3
/
+2
2023-11-16
platform: generic: thead: improve tlb flush errata
Inochi Amaoto
1
-1
/
+1
2023-11-16
lib: sbi: Correctly limit flushes to a single ASID/VMID
Samuel Holland
1
-18
/
+3
2023-11-14
platform: generic: thead: initialize PMU by default in thead generic platform
Inochi Amaoto
2
-2
/
+12
2023-11-14
platform: generic: thead: separate implement of T-HEAD c9xx errata
Inochi Amaoto
7
-18
/
+49
2023-11-14
platform: generic: thead: separate implement of T-HEAD c9xx pmu
Inochi Amaoto
6
-49
/
+87
2023-11-14
platform: generic: thead: move to thead c9xx header to vendor specific postion
Inochi Amaoto
2
-3
/
+3
[prev]
[next]