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-v1.6-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
/
include
/
sbi
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-19
include: sbi: Add SBI_ERR_DENIED_LOCKED
Clément Léger
2
-1
/
+3
2025-02-19
lib: sbi: Fix non-root domain startup
Anup Patel
1
-2
/
+5
2025-02-13
lib: sbi: Update MPXY framework and SBI extension as per latest spec
Anup Patel
2
-12
/
+15
2025-02-12
include: sbi: Align SBI trap registers to a nice boundary
Raj Vishwanathan
1
-2
/
+5
2025-01-30
lib: sbi: sse: allow adding new events
Clément Léger
1
-4
/
+4
2025-01-30
include: lib: add a simple singly linked list implementation
Clément Léger
1
-0
/
+33
2025-01-30
lib: sbi: move sbi_double_trap_handler() to a dedicated header
Clément Léger
2
-2
/
+20
2025-01-30
lib: sbi: pmu: fix usage of sbi_pmu_irq_bit()
Clément Léger
1
-0
/
+3
2024-12-24
include: Bump-up version to 1.6
v1.6
Anup Patel
1
-1
/
+1
2024-12-22
lib: sbi: Print list of available SBI extensions at boot-time
Anup Patel
1
-0
/
+6
2024-12-21
include: sbi: Fix compiling with C23 enabled compilers
Michael Neuling
1
-4
/
+6
2024-12-15
lib: sbi: fix GLOBAL_PLAT_DEFINE
Clément Léger
1
-2
/
+2
2024-12-06
lib: sbi_misaligned_ldst: Add handling of vector load/store
Nylon Chen
2
-1
/
+393
2024-12-06
lib: sbi: Implement SBI MPXY extension
Anup Patel
1
-0
/
+10
2024-12-06
lib: sbi: Add SBI Message Proxy (MPXY) framework
Rahul Pathak
4
-7
/
+210
2024-12-06
lib: sbi: Add optional resume address to hart suspend
Subrahmanya Lingappa
1
-1
/
+5
2024-12-02
lib: sbi_pmu: Implement SBI PMU event info function
Atish Patra
1
-0
/
+2
2024-12-02
lib: sbi_pmu: Add SBI PMU event info function details.
Atish Patra
1
-0
/
+9
2024-12-02
lib: sbi_pmu: PMU raw event v2 support
Atish Patra
1
-0
/
+2
2024-11-28
lib: sbi_irqchip: Set the IRQ handler when registering a chip
Samuel Holland
1
-10
/
+3
2024-11-28
platform: Drop irqchip warm init and exit hooks
Samuel Holland
1
-20
/
+5
2024-11-28
lib: sbi_irqchip: Call driver warm_init from SBI core
Samuel Holland
1
-0
/
+3
2024-11-28
lib: sbi_irqchip: Register devices during cold init
Samuel Holland
1
-0
/
+10
2024-11-11
platform: Drop IPI warm init and exit hooks
Samuel Holland
1
-20
/
+5
2024-11-11
lib: sbi_ipi: Make .ipi_clear always target the current hart
Samuel Holland
1
-3
/
+3
2024-11-11
include: sbi: Fix typo error
Zhang RunMin
1
-1
/
+1
2024-11-11
platform: ensure enough heap size with debug triggers extension
Inochi Amaoto
1
-1
/
+1
2024-11-05
platform: Drop timer warm init and exit hooks
Samuel Holland
1
-20
/
+5
2024-11-05
lib: sbi_timer: Call driver warm_init from SBI core
Samuel Holland
1
-0
/
+3
2024-10-28
include: sbi: Optimize reads of mhartid and mscratch
Samuel Holland
2
-2
/
+10
2024-10-25
lib: sbi: add Smdbltrp ISA extension support
Clément Léger
1
-1
/
+3
2024-10-25
lib: sbi: implement firmware feature SBI_FWFT_DOUBLE_TRAP
Clément Léger
1
-1
/
+2
2024-10-25
lib: sbi: fwft: factorize menvcfg read/write
Clément Léger
1
-3
/
+6
2024-10-25
lib: sbi: send a double trap SSE event to supervisor
Clément Léger
1
-0
/
+1
2024-10-25
lib: sbi: add Ssdbltrp ISA extension support
Clément Léger
3
-1
/
+7
2024-10-25
lib: sbi: factorize previous mode computation
Clément Léger
1
-0
/
+5
2024-10-25
lib: sbi: factorize previous virtualization mode read from regs
Clément Léger
1
-0
/
+9
2024-10-25
lib: sbi: Add support to mask/unmask SSE events
Himanshu Chauhan
2
-0
/
+4
2024-10-25
lib: sbi_domain: Use domain data support for per-domain hart context
Anup Patel
2
-48
/
+10
2024-10-25
lib: sbi: Introduce domain data
Anup Patel
2
-0
/
+96
2024-10-25
include: sbi: Remove cyclic include in sbi_domain_context.h
Anup Patel
1
-1
/
+2
2024-10-25
lib: sbi_domain: Make sbi_domain_root_add_memregion() as local function
Anup Patel
1
-10
/
+0
2024-09-27
include: sbi: Don't unconditionally define '__always_inline'
Elyes Haouas
1
-0
/
+3
2024-09-26
lib: sbi: Remove unused hartid parameters
Samuel Holland
1
-1
/
+1
2024-09-26
lib: sbi: Update sbi_{entry,init}_count() to take a hart index
Samuel Holland
1
-2
/
+2
2024-09-26
lib: sbi: Update sbi_domain_is_assigned_hart() to take a hart index
Samuel Holland
1
-2
/
+2
2024-09-26
lib: sbi: Use sbi_hartmask in sbi_hsm_hart_interruptible_mask()
Samuel Holland
3
-7
/
+19
2024-09-26
lib: sbi: Update __sbi_hsm_hart_get_state() to take a hart index
Samuel Holland
1
-1
/
+1
2024-09-25
lib: sbi: Use current_hartindex() where possible
Samuel Holland
2
-5
/
+4
2024-09-25
include: sbi: Store the hart index in struct sbi_scratch
Samuel Holland
1
-1
/
+9
[next]