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
2019-02-22
include: Bump-up version to 0.2
v0.2
Anup Patel
1
-1
/
+1
2019-02-22
scripts: Add script for creating binary archive
Anup Patel
1
-0
/
+135
2019-02-22
Makefile: Rename compile_ld() to compile_elf()
Anup Patel
1
-7
/
+7
2019-02-22
doc: Fix root partition details for fu540.
Atish Patra
1
-1
/
+5
2019-02-20
firmware: Improve low-level trap handler for M-mode to M-mode traps
Anup Patel
2
-39
/
+57
2019-02-20
include: Add PRILX define to help print unsigned long
Anup Patel
2
-18
/
+20
2019-02-19
template: Fix some callback names
Sergi Granell
1
-3
/
+3
2019-02-19
template: Remove trailing ';'
Sergi Granell
1
-1
/
+1
2019-02-19
template: Fix typo in platform_final_init
Sergi Granell
1
-1
/
+1
2019-02-19
docs: Update unleashed platform guide.
Atish Patra
1
-35
/
+116
2019-02-19
docs: Add a payload section describing different payloads.
Atish Patra
4
-2
/
+68
2019-02-19
docs: Wrap text to 80 columns.
Atish Patra
1
-3
/
+8
2019-02-19
docs: Update about toolchain section.
Atish Patra
1
-0
/
+10
2019-02-19
Makefile: Use sed instead of awk to parse OpenSBI version
Anup Patel
1
-2
/
+2
2019-02-19
Makefile: Fix error evaluating OPENSBI_CC_XLEN
Anup Patel
1
-25
/
+25
2019-02-18
lib: Fix mask shift in sbi_ipi_send_many()
Anup Patel
1
-1
/
+1
2019-02-18
lib: Fix small typo on sbi_ipi.c
Nick Kossifidis
1
-1
/
+1
2019-02-18
lib: Improve delivery of SBI_IPI_EVENT_HALT
Nick Kossifidis
1
-13
/
+34
2019-02-18
platform: qemu-virt: Implement system shutdown
Nick Kossifidis
1
-1
/
+9
2019-02-18
lib: Send IPI for all harts to hang on system shutdown
Nick Kossifidis
1
-0
/
+8
2019-02-17
Makefile: Fix the assignment of OPENSBI_CC_XLEN
Alistair Francis
1
-3
/
+3
2019-02-16
Merge pull request #59 from avpatel/make-run
Alistair Francis
4
-6
/
+35
2019-02-15
Makefile: Add 'make run' command for platform specific run
Olof Johansson
4
-6
/
+35
2019-02-15
docs: fu540: Add steps for the Microsemi Expansion board
Alistair Francis
1
-0
/
+10
2019-02-15
platform: fu540: Initial commit of Microsemi device tree
Alistair Francis
1
-0
/
+588
2019-02-15
platform: fu540: Fix missing newline
Alistair Francis
1
-0
/
+1
2019-02-15
firmware: Ensure the payloads are 4 bit alligned
Alistair Francis
1
-4
/
+5
2019-02-15
Makefile: Make sure ld is always aware of the target abi/emulation
Nick Kossifidis
1
-1
/
+3
2019-02-14
firmware: Use CSR_<FOO> instead of <foo> for csr*
Atish Patra
2
-19
/
+20
2019-02-14
platform: Use CSR_<FOO> instead of <foo> for csr_*()
Atish Patra
1
-1
/
+1
2019-02-14
lib: Use CSR_<FOO> instead of <foo> for csr_*()
Atish Patra
11
-76
/
+84
2019-02-14
docs: Use normal hyphen instead of non-breaking hyphen
Atish Patra
1
-1
/
+1
2019-02-12
Makefile: Set ABI, ISA and Code Model in top-level make
Anup Patel
6
-25
/
+46
2019-02-12
platform: qemu: Set FW_JUMP_ADDR and FW_PAYLOAD_OFFSET as-per XLEN
Anup Patel
2
-6
/
+28
2019-02-12
platform: template: Improve comments for FW_JUMP_ADDR and FW_PAYLOAD_OFFSET
Anup Patel
1
-3
/
+13
2019-02-08
docs: improve library usage document
Damien Le Moal
1
-22
/
+30
2019-02-08
docs: platform guide updates
Damien Le Moal
1
-12
/
+22
2019-02-08
top: README.md updates
Damien Le Moal
1
-33
/
+47
2019-02-08
Makefile: Ensure lgcc is included
Alistair Francis
1
-1
/
+1
2019-02-08
firmware: Use lw instead of lwu for 32-bit architectures
Alistair Francis
2
-0
/
+22
2019-02-08
platform: clint: Allow running on 32-bit systems
Alistair Francis
1
-0
/
+24
2019-02-08
sbi_emulate_csr: Shift sbi_timer_value directly
Alistair Francis
1
-2
/
+1
2019-02-08
platform: qemu/virt: Move kernel start address to 4MB alligned
Alistair Francis
2
-4
/
+6
2019-02-08
platform: template: Move kernel start address to 4MB alligned
Alistair Francis
1
-2
/
+4
2019-02-08
platform/qemu/virt: Dynamically calculate xlen
Alistair Francis
3
-2
/
+16
2019-02-08
sbi_ecall: Fix logical OR to be bitwise OR
Alistair Francis
1
-1
/
+1
2019-02-06
firwmare: don't expand macros in FW_PAYLOAD_PATH
Andreas Schwab
2
-7
/
+4
2019-02-06
Makefile: don't disable built-in variables
Andreas Schwab
1
-2
/
+2
2019-02-05
Makefile: Don't rely on "echo -n"
Olof Johansson
1
-2
/
+2
2019-02-05
riscv_asm.h: Use CSR_<FOO> instead of <foo> for csr_read()
Olof Johansson
3
-9
/
+11
[prev]
[next]