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 Tech OpenSBI for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-19
lib: sbi: fwft: Return SBI_ERR_DENIED_LOCKED when setting a locked feature
HEAD
master
Clément Léger
1
-1
/
+1
2025-02-19
lib: utils/irqchip: Match against more specific compatible strings first
Alex Studer
1
-1
/
+7
2025-02-19
lib: utils/fdt: Allocate fdt_pmu_evt_select on the heap
Samuel Holland
1
-6
/
+11
2025-02-19
lib: utils/fdt: Remove redundant PMU property length checks
Samuel Holland
1
-3
/
+3
2025-02-19
lib: utils: Constify FDT driver definitions
Samuel Holland
4
-4
/
+4
2025-02-19
lib: sbi: sse: fix invalid errors returned for sse_hart_mask/unmask()
Clément Léger
1
-2
/
+2
2025-02-19
lib: sbi: Fix non-root domain startup
Anup Patel
2
-12
/
+38
2025-02-13
lib: sbi: Update MPXY framework and SBI extension as per latest spec
Anup Patel
2
-29
/
+40
2025-02-13
lib: utils: Add MPXY RPMI mailbox driver for System MSI service group
Anup Patel
3
-0
/
+211
2025-02-13
include: sbi_utils: Update RPMI service group IDs and BASE service group
Anup Patel
1
-4
/
+0
2025-02-13
lib: utils: Populate MPXY channel attributes from RPMI channel attributes
Anup Patel
1
-36
/
+65
2025-02-13
lib: utils: Implement get_attribute() for the RPMI shared memory mailbox
Anup Patel
1
-0
/
+35
2025-02-13
lib: utils: Improve variable declarations in MPXY RPMI mailbox client
Anup Patel
1
-16
/
+13
2025-02-13
lib: utils: Drop notifications from MPXY RPMI mailbox client
Anup Patel
2
-13
/
+0
2025-02-13
lib: sbi: Improve local variable declarations in MPXY framework
Anup Patel
1
-40
/
+25
2025-02-13
lib: sbi: Fix capability bit assignment in MPXY framework
Anup Patel
1
-6
/
+6
2025-02-13
lib: utils: Introduce optional MPXY RPMI service group operations
Anup Patel
1
-4
/
+20
2025-02-13
lib: utils: Constantify mpxy_rpmi_mbox_data in mpxy_rpmi_mbox
Anup Patel
2
-8
/
+9
2025-02-13
lib: utils: Split the FDT MPXY RPMI mailbox client into two parts
Anup Patel
4
-154
/
+119
2025-02-13
lib: sbi: increase the size of the string used for extension display
Clément Léger
1
-1
/
+1
2025-02-12
lib: utils: Initialize miscellaneous drivers in one pass
Samuel Holland
24
-131
/
+28
2025-02-12
lib: utils/fdt: Remove fdt_find_match()
Samuel Holland
1
-23
/
+0
2025-02-12
lib: utils/irqchip: Use fdt_driver for initialization
Samuel Holland
5
-36
/
+9
2025-02-12
lib: utils:Check that hartid is valid
Raj Vishwanathan
2
-4
/
+4
2025-02-11
lib: utils: Make the enforce permission bit configurable from DT
Chao Du
1
-1
/
+3
2025-02-11
lib: utils/fdt: update fdt_parse_aplic_node()
Huang Borong
1
-2
/
+1
2025-01-30
lib: sbi: pmu: add the PMU SSE event only if overflow IRQ is supported
Clément Léger
1
-1
/
+2
2025-01-30
lib: sbi: sse: return SBI_ENOTSUPP for unsupported events
Clément Léger
1
-0
/
+30
2025-01-30
lib: sbi: sse: allow adding new events
Clément Léger
4
-55
/
+102
2025-01-30
lib: sbi: sse: return an error value from sse_event_get()
Clément Léger
1
-34
/
+38
2025-01-30
lib: sbi: move sbi_double_trap_handler() to a dedicated header
Clément Léger
1
-0
/
+1
2025-01-30
lib: sbi: pmu: fix usage of sbi_pmu_irq_bit()
Clément Léger
3
-22
/
+37
2024-12-24
lib: utils: Fix irqchip registration for PLIC and APLIC
Anup Patel
2
-11
/
+3
2024-12-24
lib: sbi: Improve the alignment of boot-time prints
Anup Patel
1
-31
/
+31
2024-12-22
lib: sbi: Print list of available SBI extensions at boot-time
Anup Patel
18
-9
/
+57
2024-12-21
lib: utils: Mark RPMI drivers as experimental
Samuel Holland
7
-0
/
+10
2024-12-19
lib: utils: Improve rpmi_cppc_fc_db_trigger() for RV32
Xiang W
1
-14
/
+7
2024-12-15
lib: sbi_pmu: Verify the raw events first during event info
Atish Patra
1
-7
/
+6
2024-12-15
lib: sbi_pmu: Fix the sanity check condition for hw event map
Atish Patra
1
-2
/
+2
2024-12-15
lib: sbi: sse: Fix a6 and a7 register content upon injection
Clément Léger
1
-2
/
+2
2024-12-15
Makefile: Don't enable V-extension using -march option
Anup Patel
1
-2
/
+3
2024-12-15
lib: utils/fdt_cppc_rpmi: Fix compile error with LLVM
Anup Patel
1
-2
/
+5
2024-12-06
lib: sbi_misaligned_ldst: Add handling of vector load/store
Nylon Chen
3
-8
/
+359
2024-12-06
lib: utils/mpxy: Add RPMI client driver for MPXY
Rahul Pathak
3
-0
/
+454
2024-12-06
lib: utils: Add simple FDT based MPXY driver framework
Anup Patel
5
-0
/
+48
2024-12-06
lib: sbi: Implement SBI MPXY extension
Anup Patel
3
-0
/
+74
2024-12-06
lib: sbi: Add SBI Message Proxy (MPXY) framework
Rahul Pathak
3
-0
/
+705
2024-12-06
lib: utils/cppc: Add RPMI CPPC driver
Subrahmanya Lingappa
3
-0
/
+389
2024-12-06
lib: utils: Add simple FDT based CPPC driver framework
Anup Patel
5
-0
/
+48
2024-12-06
lib: utils/hsm: Add RPMI HSM driver
Subrahmanya Lingappa
3
-0
/
+374
[next]