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-03-07
lib: Check MSIP bit after returning from WFI
Atish Patra
1
-2
/
+5
2020-02-24
lib: Implement Hart State Management (HSM) SBI extension
Atish Patra
5
-0
/
+62
2020-02-24
lib: Add possible hart status values
Atish Patra
3
-0
/
+31
2020-02-24
lib: Implement hart hotplug
Atish Patra
10
-2
/
+343
2020-02-24
lib: Add a new platform feature to bringup secondary harts
Atish Patra
1
-0
/
+5
2020-02-24
include: Bump-up version to 0.6
v0.6
Anup Patel
1
-1
/
+1
2020-02-24
lib: Simplify the for-loop in sbi_ipi_send_many()
Anup Patel
1
-9
/
+1
2020-02-22
lib: Use available hart mask for correct hbase value
Atish Patra
1
-13
/
+16
2020-02-22
lib: Fix typo in atomic exchange functions
Atish Patra
1
-1
/
+1
2020-02-19
platform: qemu: virt: Correct the typo in config.mk
Bin Meng
1
-4
/
+4
2020-02-19
platform: sifive: fu540: Add 32-bit specific fdt/payload addresses
Bin Meng
2
-2
/
+18
2020-02-19
lib: Print interrupt and exception delegation in boot prints
Anup Patel
3
-2
/
+15
2020-02-19
lib: Don't check MIDELEG and MEDELEG at end of delegate_traps()
Anup Patel
1
-5
/
+0
2020-02-18
lib: utils: htif: Fix 32-bit build
Bin Meng
1
-3
/
+3
2020-02-18
Revert "lib: Use __builtin_ctzl() in pmp_get()"
Anup Patel
1
-1
/
+13
2020-02-18
doc: thead-c910: Fix doc styles
Bin Meng
1
-3
/
+3
2020-02-18
doc: sifive_fu540: Fix doc styles
Bin Meng
1
-8
/
+10
2020-02-18
doc: qemu_virt: Fix doc styles
Bin Meng
1
-1
/
+0
2020-02-18
doc: ariane-fpga: Fix doc styles
Bin Meng
1
-11
/
+12
2020-02-18
doc: andes-ae350: Fix doc styles
Bin Meng
1
-8
/
+10
2020-02-18
doc: payload_linux: Fix doc styles
Bin Meng
1
-1
/
+0
2020-02-18
doc: coreboot: Fix doc styles
Bin Meng
1
-3
/
+11
2020-02-18
ThirdPartyNotices: Fix doc styles
Bin Meng
1
-1
/
+0
2020-02-17
docs: platform: Add documentation for Spike platform
Anup Patel
2
-0
/
+92
2020-02-17
scripts: Add Spike to platform list of binary archive script
Anup Patel
1
-0
/
+1
2020-02-17
platform: Remove stale options from config.mk files
Anup Patel
2
-10
/
+0
2020-02-17
platform: Add Spike initial support
James Clarke
6
-0
/
+327
2020-02-13
lib: irqchip/plic: Disable all contexts and IRQs
Atish Patra
1
-4
/
+4
2020-02-13
lib: Initialize out value in SBI calls
Atish Patra
1
-1
/
+1
2020-02-13
lib: Use __builtin_ctzl() in pmp_get()
Li Jinpei
1
-13
/
+1
2020-02-13
lib: sbi_scratch: use bitwise ops in sbi_scratch_alloc_offset()
Li Jinpei
1
-2
/
+2
2020-02-11
doc: sifive: fu540: Update QEMU instruction when using U-Boot as the payload
Bin Meng
1
-0
/
+10
2020-02-07
platform: sifive: fu540: Add platform specific 'make run' cmd
Bin Meng
1
-0
/
+4
2020-02-07
platform: Drop qemu/sifive_u support
Bin Meng
8
-286
/
+8
2020-02-06
makefile: add support for building on macOS
Alex Richardson
1
-3
/
+10
2020-02-05
platform: sifive/fu540: Set tlb range flush limit to zero
Atish Patra
1
-0
/
+9
2020-02-05
platform: Add an platform ops to return platform specific tlb flush limit
Atish Patra
2
-9
/
+7
2020-01-25
platform: Update UART base addresses for qemu/sifve_u
Nikita Ermakov
1
-2
/
+2
2020-01-24
platform: template: typo fix in system reboot/shutdown names
Jiuyang Liu (Sequencer)
1
-2
/
+2
2020-01-22
lib: Factor-out SBI base extension
Anup Patel
4
-71
/
+86
2020-01-22
lib: Factor-out SBI vendor extension
Anup Patel
4
-27
/
+44
2020-01-22
lib: Factor-out SBI replacement extensions
Anup Patel
4
-133
/
+150
2020-01-22
lib: Factor-out SBI legacy extension
Anup Patel
4
-102
/
+123
2020-01-22
lib: Add dynamic registration of SBI extensions
Anup Patel
3
-66
/
+200
2020-01-22
include: Add generic and simple list handling APIs
Anup Patel
2
-0
/
+163
2020-01-22
lib: Initialize TLB management directly from coldboot/warmboot path
Anup Patel
2
-6
/
+9
2020-01-22
lib: Drop _fifo from the name of various sbi_tlb_fifo_xyz() functions
Anup Patel
4
-56
/
+46
2020-01-22
lib: Introduce sbi_ipi_event_create/destroy() APIs
Anup Patel
4
-48
/
+148
2020-01-22
lib: Introduce sbi_tlb_fifo_request() API
Anup Patel
4
-36
/
+33
2020-01-22
lib: Introduce sbi_ipi_send_halt() API
Anup Patel
3
-6
/
+12
[prev]
[next]