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-01-18
platform: Modify DT using libfdt
Atish Patra
1
-4
/
+37
2019-01-18
docs: Add licensing seciton for external projects.
Atish Patra
1
-0
/
+13
2019-01-18
platform: Remove string functions from tinyfdt.c
Atish Patra
5
-26
/
+18
2019-01-18
platform: Include libfdt & libc.
Atish Patra
3
-0
/
+6
2019-01-18
platform: Rename fdt.c to tinyfdt.c
Atish Patra
4
-2
/
+2
2019-01-18
platform: Add libfdt support.
Atish Patra
18
-1
/
+5875
2019-01-18
platform: Add minimal libc support.
Atish Patra
2
-0
/
+185
2019-01-16
include: Add documentation for sbi_trap_regs and friends
Anup Patel
4
-7
/
+106
2019-01-16
include: Add __packed define for packed structures
Anup Patel
1
-0
/
+1
2019-01-16
include: Add documentation for sbi_scratch and friends
Anup Patel
1
-0
/
+22
2019-01-16
lib: Add documentation for sbi_init() API
Anup Patel
2
-6
/
+15
2019-01-16
include: Add __noreturn define for noreturn function attribute
Anup Patel
1
-0
/
+2
2019-01-16
docs: Update title in contributing.md
Anup Patel
1
-2
/
+2
2019-01-16
top: Update top-level README.md to build/install documentation PDF
Anup Patel
1
-15
/
+30
2019-01-16
Makefile: Add make targets to build and install documentation
Anup Patel
2
-0
/
+2475
2019-01-05
Makefile: Use '=' instead of '?=' for make variables
Anup Patel
1
-6
/
+26
2019-01-04
docs: Add a contributing document
Alistair Francis
1
-0
/
+13
2019-01-04
Makefile: Force GCC to preprocess the linker file
Alistair Francis
1
-1
/
+1
2019-01-04
Makefile: Convert to a more standard format
Alistair Francis
1
-38
/
+41
2019-01-04
Makefile: Use generic flags for the firmware
Alistair Francis
2
-7
/
+9
2019-01-04
Makefile: Use generic flags for the platform
Alistair Francis
1
-7
/
+10
2019-01-04
Makefile: Support verbosity using standard V=1
Alistair Francis
1
-36
/
+26
2019-01-04
lib: Handle misaligned load/store on FP regs
Anup Patel
1
-2
/
+50
2019-01-04
include: Add hard FP access macros and defines
Anup Patel
5
-7
/
+259
2019-01-03
Merge pull request #16 from damien-lemoal/master
Alistair Francis
5
-1918
/
+29
2019-01-03
platform: kendryte/k210: Simplify sysctl code
Damien Le Moal
3
-1909
/
+20
2019-01-03
platform: kendryte/k210: Declare local function static
Damien Le Moal
1
-2
/
+2
2019-01-03
Makefile: Fix messages
Damien Le Moal
1
-7
/
+7
2019-01-03
include: Remove redundant tmp0 from struct sbi_scratch
Anup Patel
2
-12
/
+9
2019-01-02
include: Move RISCV_TRAP_REGS_xyz defines to sbi_trap.h
Anup Patel
3
-109
/
+114
2019-01-02
include: Move RISCV_PLATFORM_xyz defines to sbi_platform.h
Anup Patel
3
-9
/
+14
2019-01-02
include: Move RISCV_SCRATCH_xyz defines to sbi_scratch.h
Anup Patel
3
-24
/
+30
2019-01-02
include: Replace #csr with __ASM_STR(csr) in csr_xyz() macros
Anup Patel
1
-5
/
+5
2019-01-02
include: Remove redundant csr_read_n() and csr_write_n()
Anup Patel
2
-59
/
+42
2018-12-31
docs: Add documenation for QEMU platforms
Anup Patel
2
-0
/
+101
2018-12-31
top: Minor typo fixes in top-level README.md
Anup Patel
1
-12
/
+9
2018-12-31
lib: Redirect illegal instruction trap to S-mode when not handled
Anup Patel
4
-6
/
+56
2018-12-31
platform: Fix author name for Kendryte K210 platform
Anup Patel
3
-3
/
+3
2018-12-31
platform: Rename sifive/hifive_u540 to sifive/fu540
Anup Patel
4
-174
/
+174
2018-12-27
lib: Print mtval in sbi_trap_error()
Anup Patel
1
-11
/
+11
2018-12-27
lib: Rename target_hart parameter to hartid for PMP platform callbacks
Anup Patel
4
-13
/
+13
2018-12-27
lib: Simplify sbi_platform timer_init() hooks
Anup Patel
8
-48
/
+61
2018-12-27
lib: Simplify sbi_platform ipi_init() hooks
Anup Patel
8
-48
/
+60
2018-12-27
lib: Simplify sbi_platform irqchip_init() hooks
Anup Patel
6
-69
/
+66
2018-12-27
lib: Simplify sbi_platform early_init() and final_init() hooks
Anup Patel
8
-69
/
+47
2018-12-27
firmware: Rename fw_common.S to fw_base.S
Anup Patel
6
-4
/
+4
2018-12-27
top: Improve 'clean' and 'distclean' makefile targets
Anup Patel
1
-7
/
+14
2018-12-27
top: Improve inst_file_list() in Makefile for payloads installation
Anup Patel
1
-7
/
+11
2018-12-27
firmware: Use dummy payload for FW_PAYLOAD
Anup Patel
3
-6
/
+22
2018-12-27
firmware: Add separate dummy payload for FW_PAYLOAD
Anup Patel
4
-0
/
+220
[prev]
[next]