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
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
include: sbi: Add SBI_ERR_DENIED_LOCKED
Clément Léger
2
-1
/
+3
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
2
-11
/
+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
3
-14
/
+43
2025-02-18
README: Remove comment about boolin toolchains being 64-bit only
Joel Stanley
1
-3
/
+0
2025-02-18
README: Update toolchain section to mention PIE requirement
Joel Stanley
1
-7
/
+6
2025-02-18
README: Any arch host can be used to cross compile
Joel Stanley
1
-1
/
+1
2025-02-13
lib: sbi: Update MPXY framework and SBI extension as per latest spec
Anup Patel
4
-41
/
+55
2025-02-13
lib: utils: Add MPXY RPMI mailbox driver for System MSI service group
Anup Patel
5
-0
/
+300
2025-02-13
include: sbi_utils: Update RPMI service group IDs and BASE service group
Anup Patel
2
-13
/
+7
2025-02-13
lib: utils: Populate MPXY channel attributes from RPMI channel attributes
Anup Patel
2
-39
/
+65
2025-02-13
lib: utils: Implement get_attribute() for the RPMI shared memory mailbox
Anup Patel
2
-1
/
+47
2025-02-13
include: sbi_utils: Include mailbox.h in rpmi_mailbox.h header
Anup Patel
1
-0
/
+1
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
3
-14
/
+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
2
-4
/
+32
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
6
-154
/
+191
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
32
-254
/
+39
2025-02-12
lib: utils/fdt: Remove fdt_find_match()
Samuel Holland
2
-27
/
+0
2025-02-12
lib: utils/irqchip: Use fdt_driver for initialization
Samuel Holland
6
-41
/
+10
2025-02-12
platform: generic: thead: add Sophgo SG2044
Inochi Amaoto
1
-10
/
+7
2025-02-12
firmware: fw_base.S: Fix comments for _wait_for_boot_hart
Xiang W
1
-1
/
+1
2025-02-12
lib: utils:Check that hartid is valid
Raj Vishwanathan
3
-6
/
+6
2025-02-12
include: sbi: Align SBI trap registers to a nice boundary
Raj Vishwanathan
1
-2
/
+5
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
include: utils/fdt_helper: fix typo har't'id
Leo Yu-Chi Liang
1
-1
/
+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
5
-59
/
+106
2025-01-30
include: lib: add a simple singly linked list implementation
Clément Léger
1
-0
/
+33
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
3
-2
/
+21
2025-01-30
lib: sbi: pmu: fix usage of sbi_pmu_irq_bit()
Clément Léger
6
-24
/
+41
2024-12-24
include: Bump-up version to 1.6
v1.6
Anup Patel
1
-1
/
+1
2024-12-24
lib: utils: Fix irqchip registration for PLIC and APLIC
Anup Patel
4
-11
/
+11
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
19
-9
/
+63
2024-12-21
include: sbi: Fix compiling with C23 enabled compilers
Michael Neuling
2
-5
/
+7
2024-12-21
inclue: sbi_utils: Cleanup int vs bool in semihosting_init() definitions
Michael Neuling
1
-2
/
+2
2024-12-21
lib: utils: Mark RPMI drivers as experimental
Samuel Holland
8
-0
/
+11
2024-12-21
platform: generic: Initialize console before other drivers
Samuel Holland
1
-5
/
+5
[next]