Skip to content

Commit 9a70451

Browse files
Add Star64 as supported platform
1 parent 06181b8 commit 9a70451

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

Hardware/Star64.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
riscv_hardware: true
3+
cmake_plat: star64
4+
xcompiler_arg: -DRISCV64=1
5+
platform: Star64
6+
arch: RV64GBC, RV64IMAC, RV32IMAFBC
7+
virtualization: "No"
8+
iommu: "No"
9+
simulation_target: false
10+
Status: "Unverified"
11+
Contrib: "Community"
12+
Maintained: "seL4 Foundation"
13+
soc: StarFive JH7110
14+
cpu: U74-MC, E24
15+
SPDX-License-Identifier: CC-BY-SA-4.0
16+
SPDX-FileCopyrightText: 2020 seL4 Project a Series of LF Projects, LLC.
17+
---
18+
19+
# Star64
20+
21+
The Star64 is a RISC-V SBC by Pine64 based on the StarFive JH7110 SoC. Check
22+
[here](https://wiki.pine64.org/wiki/STAR64) for details.
23+
24+
The StarFive JH7110 SoC is comprised of the SiFive U74-MC (four 64-bit U74
25+
cores and one 64-bit S7 core) and one SiFive E24 32-bit core. Note that by
26+
default seL4 is setup to use the U74 cores.
27+
28+
## Building the GCC toolchain
29+
30+
{% include risc-v.md %}
31+
32+
## Building seL4test
33+
34+
{% include sel4test.md %}

0 commit comments

Comments
 (0)