WIP [target][visionfive2] Add initial support for a VisionFive 2 RISC-V board

Still TODO:
-Set the timer rate properly
-Fix nonzero based hart secondary cpu boot
-Try to parse the device tree for some information
This commit is contained in:
Travis Geiselbrecht
2023-03-06 01:06:27 -08:00
parent ca633e2cb2
commit c66ad44efa
11 changed files with 572 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
TARGET := visionfive2

View File

@@ -0,0 +1,7 @@
# main project for visionfive 2 test project
MODULES += \
app/shell
include project/virtual/test.mk
include project/target/visionfive2.mk