Merge pull request #15501 from aabadie/pr/boards/renode_hifive
boards/hifive*: add renode support
This commit is contained in:
commit
7237e38436
24
boards/hifive1/dist/board.resc
vendored
Normal file
24
boards/hifive1/dist/board.resc
vendored
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
:name: SiFive-FE310
|
||||||
|
:description: This script runs the Sifive Hifive1 on RIOT.
|
||||||
|
|
||||||
|
$name?="SiFive-FE310"
|
||||||
|
|
||||||
|
using sysbus
|
||||||
|
mach create $name
|
||||||
|
machine LoadPlatformDescription @platforms/cpus/sifive-fe310.repl
|
||||||
|
|
||||||
|
showAnalyzer uart0
|
||||||
|
|
||||||
|
cpu PerformanceInMips 320
|
||||||
|
|
||||||
|
sysbus Tag <0x10008000 4> "PRCI_HFROSCCFG" 0xFFFFFFFF
|
||||||
|
sysbus Tag <0x10008004 4> "PRCI_HFXOSCCFG" 0xFFFFFFFF
|
||||||
|
sysbus Tag <0x10008008 4> "PRCI_PLLCFG" 0xFFFFFFFF
|
||||||
|
|
||||||
|
macro reset
|
||||||
|
"""
|
||||||
|
sysbus LoadELF $image_file
|
||||||
|
"""
|
||||||
|
|
||||||
|
runMacro $reset
|
||||||
|
start
|
||||||
24
boards/hifive1b/dist/board.resc
vendored
Normal file
24
boards/hifive1b/dist/board.resc
vendored
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
:name: SiFive-FE310
|
||||||
|
:description: This script runs the Sifive Hifive1b on RIOT.
|
||||||
|
|
||||||
|
$name?="SiFive-FE310"
|
||||||
|
|
||||||
|
using sysbus
|
||||||
|
mach create $name
|
||||||
|
machine LoadPlatformDescription @platforms/cpus/sifive-fe310.repl
|
||||||
|
|
||||||
|
showAnalyzer uart0
|
||||||
|
|
||||||
|
cpu PerformanceInMips 320
|
||||||
|
|
||||||
|
sysbus Tag <0x10008000 4> "PRCI_HFROSCCFG" 0xFFFFFFFF
|
||||||
|
sysbus Tag <0x10008004 4> "PRCI_HFXOSCCFG" 0xFFFFFFFF
|
||||||
|
sysbus Tag <0x10008008 4> "PRCI_PLLCFG" 0xFFFFFFFF
|
||||||
|
|
||||||
|
macro reset
|
||||||
|
"""
|
||||||
|
sysbus LoadELF $image_file
|
||||||
|
"""
|
||||||
|
|
||||||
|
runMacro $reset
|
||||||
|
start
|
||||||
Loading…
x
Reference in New Issue
Block a user