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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-27
lib: No need to provide default PMP region using platform callbacks
Anup Patel
7
-141
/
+18
2020-04-20
include: Bump-up version to 0.7
v0.7
Anup Patel
1
-1
/
+1
2020-04-19
lib: Allow overriding SBI implementation ID
Anup Patel
3
-1
/
+17
2020-04-17
docs: Update README about supported SBI versions
Atish Patra
1
-0
/
+21
2020-04-17
lib: Support vector extension
Atish Patra
2
-1
/
+10
2020-04-06
lib: irqchip/plic: Fix maximum priority threshold value
Atish Patra
1
-2
/
+2
2020-03-28
platform: thead/c910: Use HSM extension to boot secondary cores
Liu Yibin
2
-20
/
+5
2020-03-28
include: sbi_console: Remove scratch parameter from sbi_dprintf()
Anup Patel
4
-12
/
+10
2020-03-28
include: sbi_timer: Remove scratch parameter from most funcitons
Anup Patel
6
-45
/
+52
2020-03-28
include: sbi_system: Remove scratch parameter and redundant functions
Anup Patel
4
-39
/
+11
2020-03-28
include: sbi_ipi: Remove scratch parameter from most functions
Anup Patel
7
-24
/
+22
2020-03-28
include: sbi_tlb: Remove scratch parameter from sbi_tlb_request()
Anup Patel
4
-16
/
+14
2020-03-28
lib: sbi_scratch: Introduce sbi_scratch_last_hartid() API
Anup Patel
4
-4
/
+13
2020-03-28
include: Use more consistent name for atomic xchg() and cmpxchg()
Anup Patel
4
-13
/
+13
2020-03-28
include: sbi_platform: Remove priv parameter from hart_start() callback
Anup Patel
2
-9
/
+7
2020-03-28
lib: sbi_trap: Simplify sbi_trap_handler() API
Anup Patel
3
-16
/
+10
2020-03-28
lib: sbi_ecall: Remove mcause, scratch and hartid parameters
Anup Patel
9
-39
/
+33
2020-03-28
lib: sbi_misaligned_ldst: Remove mcause, scratch and hartid parameters
Anup Patel
3
-25
/
+12
2020-03-28
lib: sbi_illegal_insn: Remove mcause, scratch and hartid parameters
Anup Patel
3
-29
/
+13
2020-03-28
lib: sbi_emulate_csr: Remove scratch and hartid parameter
Anup Patel
3
-14
/
+15
2020-03-28
lib: sbi_trap: Remove scratch parameter from sbi_trap_redirect()
Anup Patel
5
-16
/
+12
2020-03-28
lib: Remove scratch parameter from unpriv load/store functions
Anup Patel
5
-26
/
+17
2020-03-28
lib: Optimize unpriv load/store implementation
Anup Patel
7
-125
/
+147
2020-03-28
lib: utils: Improve fdt_cpu_fixup() implementation
Anup Patel
1
-11
/
+24
2020-03-28
scripts: Extend create-binary-archive.sh for unified binary tar ball
Anup Patel
1
-75
/
+101
2020-03-26
lib: prevent coldboot_lottery from overflowing
Xiang Wang
1
-1
/
+1
2020-03-24
platform: openpiton: Read the device configurations from device tree
Atish Patra
1
-25
/
+57
2020-03-24
lib: utils: Move fdt fixup helper routines to a different file
Atish Patra
10
-244
/
+276
2020-03-24
platform: fpga/common: Add a fdt parsing helper functions
Atish Patra
2
-0
/
+136
2020-03-24
platform: Add OpenPiton platform support
Atish Patra
6
-0
/
+280
2020-03-24
platform: fpga/ariane: Remove redundant plic address macros
Atish Patra
1
-9
/
+4
2020-03-24
platform: Move ariane standalone fpga project to its own project
Atish Patra
6
-4
/
+4
2020-03-21
lib: Check MSIP bit after returning from WFI
Atish Patra
1
-2
/
+5
2020-03-19
lib: Fix sbi_ecall_register_extension to prevent extension IDs overlap
Xiang Wang
1
-3
/
+11
2020-03-19
platform: sifive/fu540: Remove FU540_ENABLED_HART_MASK option
Anup Patel
3
-23
/
+2
2020-03-19
include: sbi_platform: Introduce HART index to HART id table
Anup Patel
6
-28
/
+89
2020-03-19
lib: Don't use sbi_platform_hart_count() API
Anup Patel
2
-13
/
+5
2020-03-19
lib: sbi_hsm: Don't use sbi_platform_hart_disabled() API
Anup Patel
1
-5
/
+1
2020-03-19
lib: sbi_hsm: Remove scratch parameter from hart_started_mask() API
Anup Patel
5
-10
/
+7
2020-03-19
lib: sbi_hsm: Don't use sbi_platform_hart_count() API
Anup Patel
1
-15
/
+4
2020-03-19
lib: sbi_scratch: Don't set hartid_to_scratch table for disabled HART
Anup Patel
1
-1
/
+4
2020-03-19
include: sbi_platform: Improve sbi_platform_hart_disabled() API
Anup Patel
1
-16
/
+20
2020-03-19
lib: Handle failure of sbi_hartid_to_scratch() API
Anup Patel
6
-8
/
+29
2020-03-19
lib: sbi_tlb: Simplify sbi_tlb_entry_process() function
Anup Patel
1
-4
/
+3
2020-03-19
lib: sbi_hsm: Simplify hart_get_state() and hart_started() APIs
Anup Patel
3
-8
/
+9
2020-03-19
include: Simplify HART id to scratch macro
Anup Patel
6
-8
/
+8
2020-03-19
lib: sbi_scratch: Introduce HART id to scratch table
Anup Patel
3
-2
/
+28
2020-03-18
platform: Update to call general DT fix-up helper
Bin Meng
4
-12
/
+5
2020-03-18
lib: utils: Add a general device tree fix-up helper
Bin Meng
2
-0
/
+20
2020-03-18
platform: sifive/fu540: Replace cpu0 node fix-up with the new helper
Bin Meng
1
-25
/
+1
[prev]
[next]