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
/
sbi
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: 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: 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: sbi: increase the size of the string used for extension display
Clément Léger
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
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: 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-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-06
lib: sbi_misaligned_ldst: Add handling of vector load/store
Nylon Chen
3
-8
/
+359
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: sbi: Add optional resume address to hart suspend
Subrahmanya Lingappa
1
-3
/
+3
2024-12-06
lib: Increase ROOT_REGION_MAX to accomodate more memregions
Rahul Pathak
1
-1
/
+1
2024-12-02
lib: sbi_pmu: Implement SBI PMU event info function
Atish Patra
2
-0
/
+79
2024-12-02
lib: sbi_pmu: Remove redundant check for fw events
Atish Patra
1
-5
/
+0
2024-12-02
lib: sbi_pmu: PMU raw event v2 support
Atish Patra
1
-5
/
+8
2024-11-28
treewide: Make carray arrays const and NULL-terminated
Samuel Holland
2
-6
/
+4
2024-11-28
sbi: fwft: clear the config lock when warm boot
Nick Hu
1
-0
/
+15
2024-11-28
lib: sbi_irqchip: Set the IRQ handler when registering a chip
Samuel Holland
1
-6
/
+3
2024-11-28
platform: Drop irqchip warm init and exit hooks
Samuel Holland
1
-7
/
+5
2024-11-28
lib: sbi_irqchip: Call driver warm_init from SBI core
Samuel Holland
1
-0
/
+9
2024-11-28
lib: sbi_irqchip: Register devices during cold init
Samuel Holland
1
-0
/
+8
2024-11-11
platform: Drop IPI warm init and exit hooks
Samuel Holland
1
-8
/
+5
2024-11-11
lib: sbi_ipi: Move initial IPI clear to sbi_ipi_init()
Samuel Holland
2
-5
/
+5
2024-11-11
lib: sbi_ipi: Make .ipi_clear always target the current hart
Samuel Holland
2
-5
/
+4
2024-11-05
platform: Drop timer warm init and exit hooks
Samuel Holland
1
-6
/
+4
2024-11-05
lib: sbi_timer: Call driver warm_init from SBI core
Samuel Holland
1
-1
/
+12
2024-10-28
lib: sbi: fix number of PMP entries detection
Vladimir Kondratiev
1
-1
/
+1
2024-10-25
lib: sbi: implement firmware feature SBI_FWFT_DOUBLE_TRAP
Clément Léger
1
-0
/
+25
2024-10-25
lib: sbi: fwft: factorize menvcfg read/write
Clément Léger
1
-54
/
+40
2024-10-25
lib: sbi: send a double trap SSE event to supervisor
Clément Léger
2
-1
/
+2
2024-10-25
lib: sbi: add Ssdbltrp ISA extension support
Clément Léger
4
-0
/
+39
2024-10-25
lib: sbi: factorize previous mode computation
Clément Léger
5
-8
/
+8
2024-10-25
lib: sbi: factorize previous virtualization mode read from regs
Clément Léger
2
-15
/
+3
2024-10-25
lib: sbi: Add support to mask/unmask SSE events
Himanshu Chauhan
2
-0
/
+49
2024-10-25
lib: sbi_domain: Use domain data support for per-domain hart context
Anup Patel
2
-14
/
+99
2024-10-25
lib: sbi: Introduce domain data
Anup Patel
3
-0
/
+150
2024-10-25
include: sbi: Remove cyclic include in sbi_domain_context.h
Anup Patel
1
-0
/
+1
2024-10-25
lib: sbi_domain: Make sbi_domain_root_add_memregion() as local function
Anup Patel
1
-2
/
+2
[next]