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-01-22
lib: Introduce sbi_ipi_send_smode() API
Anup Patel
3
-4
/
+10
2020-01-22
lib: Move struct sbi_ipi_data definition to sbi_ipi.c
Anup Patel
2
-5
/
+4
2020-01-22
include: Typo fix in comment for SBI_SCRATCH_SIZE define
Anup Patel
1
-1
/
+1
2020-01-20
scripts: Add C910 to platform list in the binary archive script
Liu Yibin
1
-0
/
+1
2020-01-15
platform: thead/c910: Don't set plic/clint address in warm boot
Liu Yibin
1
-4
/
+4
2020-01-15
platform: thead/c910: Don't enable L2 cache in warm boot
Liu Yibin
1
-1
/
+0
2020-01-10
firmware: Fix placement of .align directives
Andreas Schwab
5
-44
/
+34
2020-01-10
docs: platform: Update SiFive FU540 doc as-per U-Boot v2020.01
Anup Patel
1
-52
/
+22
2020-01-09
platform: thead/c910: Remove SBI_PLATFORM_HAS_PMP
Liu Yibin
1
-2
/
+1
2020-01-09
docs: Add description of using OPENSBI_EXTERNAL_SBI_TYPES
Abner Chang
1
-0
/
+21
2020-01-09
include: Add OPENSBI_EXTERNAL_SBI_TYPES in sbi_types.h
Abner Chang
2
-13
/
+28
2020-01-08
build: Use -ffreestanding
Khem Raj
1
-1
/
+1
2020-01-07
lib: Add sbi_init_count() API
Anup Patel
2
-0
/
+35
2020-01-07
lib: zero-out memory allocated using sbi_scratch_alloc_offset()
Anup Patel
1
-0
/
+17
2020-01-07
lib: improve system reboot and shutdown implementation
Anup Patel
2
-17
/
+26
2020-01-07
lib: do sbi_exit() upon halt IPI
Anup Patel
1
-1
/
+2
2020-01-07
lib: save/restore MIE CSR in sbi_hart_wait_for_coldboot()
Anup Patel
1
-0
/
+7
2020-01-07
lib: Add irqchip exit API
Anup Patel
2
-0
/
+15
2020-01-07
lib: Add ipi exit API
Anup Patel
4
-1
/
+35
2020-01-07
lib: Add timer exit API
Anup Patel
4
-7
/
+27
2020-01-07
lib: Add system early_exit and final_exit APIs
Anup Patel
4
-0
/
+45
2020-01-07
lib: Add initial sbi_exit() API
Anup Patel
2
-0
/
+24
2020-01-07
lib: Remove unnecessary checks from init_coldboot() and init_warmboot()
Anup Patel
1
-14
/
+7
2020-01-02
platform: Add T-head C910 initial support
Liu Yibin
6
-0
/
+266
2020-01-02
lib: utils: Support CLINT with 32bit MMIO access on RV64 system
Anup Patel
8
-45
/
+60
2019-12-30
docs: Improve docs for FDT address passing
Liu Yibin
2
-3
/
+4
2019-12-27
firmware: Improve comments for fw_prev_arg1() and fw_next_arg1()
Anup Patel
3
-0
/
+12
2019-12-27
firmware: Return real DTB address when FW_xyz_FDT_ADDR is not defined
Liu Yibin
2
-2
/
+2
2019-12-23
lib: Implement RFENCE extension
Atish Patra
1
-1
/
+94
2019-12-23
lib: Support stage1 and stage2 tlb flushing
Atish Patra
2
-5
/
+102
2019-12-23
lib: Add hfence instruction encoding
Atish Patra
3
-0
/
+112
2019-12-23
lib: Add IPI extension in SBI
Atish Patra
5
-25
/
+161
2019-12-23
lib: Add TIME extension in SBI
Atish Patra
1
-5
/
+25
2019-12-23
lib: Remove redundant IPI types
Atish Patra
3
-16
/
+7
2019-12-23
lib: Add replacement extension and function ids
Atish Patra
1
-22
/
+38
2019-12-16
lib: Use MTINST CSR in misaligned load/store emulation
Anup Patel
1
-8
/
+34
2019-12-16
lib: Extend trap redirection for hypervisor v0.5 spec
Anup Patel
7
-29
/
+49
2019-12-16
lib: Fix sbi_get_insn() for load guest page fault
Anup Patel
1
-0
/
+4
2019-12-16
include: Extend struct sbi_trap_info for mtval2 and mtinst
Anup Patel
2
-0
/
+10
2019-12-16
lib: Delegate guest page faults to HS-mode
Anup Patel
1
-6
/
+12
2019-12-16
include: Add guest external interrupt related defines
Anup Patel
1
-0
/
+4
2019-12-06
include: sbi_platform: fix compilation for GCC-9
Martin Pietryka
1
-2
/
+2
2019-11-27
lib: Add error detection for misa_extension
Xiang W
2
-4
/
+13
2019-11-26
lib: Fix probe extension
Atish Patra
1
-0
/
+1
2019-11-26
lib: Fix CPU capabilities detection function
Xiang Wang
4
-12
/
+89
2019-11-21
lib: Simplify trap parameters in sbi_ecall functions
Anup Patel
2
-43
/
+35
2019-11-21
lib: Better naming of unpriv APIs for wider use
Anup Patel
10
-106
/
+145
2019-11-21
lib: No need to set VSSTATUS.MXR bit in get_insn()
Anup Patel
4
-27
/
+6
2019-11-21
include: Remove ilen member of struct unpriv_trap
Anup Patel
3
-21
/
+32
2019-11-15
lib: Remove date and time from init message
Alistair Francis
1
-4
/
+3
[prev]
[next]