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-05-18
firmware: Correct spelling mistakes
Daniel Schaefer
1
-2
/
+2
2020-05-16
lib: Optimize inline assembly for unprivilege access functions
Atish Patra
1
-17
/
+16
2020-05-10
lib: Add hart features in boot time print
Atish Patra
3
-0
/
+89
2020-05-10
lib: Add platform features in boot time print
Atish Patra
4
-27
/
+158
2020-05-10
lib: timer: Provide a hart based timer feature
Atish Patra
3
-9
/
+28
2020-05-10
platform: fpga: Remove redundant platform specific features
Atish Patra
2
-10
/
+2
2020-05-10
platform: Move platform features to hart
Atish Patra
7
-36
/
+77
2020-05-10
lib: Add support for hart specific features
Atish Patra
2
-0
/
+24
2020-05-10
lib: utils: Update reserved memory fdt node even if PMP is not present
Atish Patra
1
-52
/
+71
2020-05-10
lib: Create a separate math helper function file
Atish Patra
4
-13
/
+40
2020-05-10
lib: Add csr detect support
Atish Patra
1
-0
/
+50
2020-05-10
lib: Rename unprivileged trap handler
Atish Patra
5
-17
/
+17
2020-05-07
docs: Don't use italic text in page title
Anup Patel
3
-3
/
+3
2020-05-07
docs: Fix ordering of pages in table of contents
Anup Patel
2
-34
/
+37
2020-05-07
docs: Add platform requirements document
Anup Patel
3
-0
/
+47
2020-05-07
docs: platform/generic: Add details about IPI and timer expectations
Anup Patel
1
-0
/
+4
2020-05-07
docs: platform/generic: Add details about stdout-path DT property
Anup Patel
1
-0
/
+2
2020-05-07
lib: sbi: Improve misa_string() implementation
Anup Patel
3
-19
/
+52
2020-05-07
lib: sbi_tlb: Fix remote TLB HFENCE VVMA implementation
Anup Patel
5
-22
/
+69
2020-05-07
include: sbi: Remove redundant page table related defines
Anup Patel
1
-20
/
+0
2020-05-04
docs: Add missing links in platform.md
Anup Patel
1
-7
/
+12
2020-05-04
platform: Remove spike directory
Anup Patel
6
-140
/
+12
2020-05-04
platform: Remove qemu/virt directory
Anup Patel
7
-215
/
+28
2020-05-01
platform: generic: Add Sifive FU540 TLB flush range limit override
Anup Patel
3
-1
/
+39
2020-05-01
scripts: Add generic platform to create-binary-archive.sh
Anup Patel
1
-0
/
+2
2020-05-01
lib: sbi: Print platform hart count at boot time
Anup Patel
1
-1
/
+3
2020-05-01
platform: Add generic FDT based platform support
Anup Patel
6
-0
/
+333
2020-05-01
firmware: fw_base: Introduce optional fw_platform_init()
Anup Patel
1
-8
/
+33
2020-05-01
lib: utils: Add simple FDT reset framework
Anup Patel
5
-0
/
+151
2020-05-01
lib: utils: Add simple FDT serial framework
Anup Patel
6
-0
/
+242
2020-05-01
lib: utils: Add simple FDT irqchip framework
Anup Patel
4
-0
/
+210
2020-05-01
lib: utils: Add simple FDT ipi framework
Anup Patel
4
-0
/
+186
2020-05-01
lib: utils: Add simple FDT timer framework
Anup Patel
4
-0
/
+202
2020-05-01
include: Add array_size() macro
Anup Patel
1
-0
/
+2
2020-05-01
lib: utils: Add fdt_parse_plic_node() function
Anup Patel
2
-6
/
+23
2020-05-01
lib: utils: Add fdt_parse_max_hart_id() API
Anup Patel
2
-0
/
+30
2020-05-01
lib: utils: Add fdt_parse_hart_id() function
Anup Patel
3
-15
/
+37
2020-05-01
lib: utils: Add fdt_parse_sifive_uart_node() function
Anup Patel
2
-0
/
+46
2020-05-01
lib: utils: Make fdt_get_node_addr_size() public function
Anup Patel
2
-2
/
+5
2020-05-01
lib: utils: Add FDT match table based node lookup
Anup Patel
2
-0
/
+52
2020-05-01
lib: utils: Rename fdt_parse_clint() to fdt_parse_compat_addr()
Anup Patel
3
-7
/
+7
2020-05-01
lib: utils: Remove redundant clint_ipi_sync() declaration
Anup Patel
1
-2
/
+0
2020-05-01
lib: utils: Add fdt_parse_uart8250_node() function
Anup Patel
2
-14
/
+26
2020-05-01
lib: utils: Improve fdt_parse_uart8250() API
Anup Patel
2
-0
/
+23
2020-05-01
lib: utils/serial: Skip baudrate config if input frequency is zero
Anup Patel
2
-5
/
+10
2020-05-01
firmware: fw_base: Remove CSR_MTVEC update check
Charles Papon
1
-3
/
+0
2020-04-30
scripts: adapt binary archive script for Nuclei UX600
Huaqi Fang
1
-0
/
+1
2020-04-29
platform: Add Nuclei UX600 platform
Huaqi Fang
4
-0
/
+207
2020-04-27
lib: utils: Add SiFive test device
Anup Patel
4
-13
/
+75
2020-04-27
include: sbi_platform: Combine reboot and shutdown into one callback
Anup Patel
15
-138
/
+46
[prev]
[next]