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:
2
project/target/visionfive2.mk
Normal file
2
project/target/visionfive2.mk
Normal file
@@ -0,0 +1,2 @@
|
||||
TARGET := visionfive2
|
||||
|
||||
7
project/visionfive2-test.mk
Normal file
7
project/visionfive2-test.mk
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user