Adding board support for Microchip's PolarFire SoC Icicle Kit. Signed-off-by: Peter McShane <peter.mcshane@microchip.com>
17 lines
356 B
Text
17 lines
356 B
Text
:name: MPFS-ICICLE-KIT
|
|
:description: This script is prepared to run Zephyr on a PolarFire SoC Icicle Kit RISC-V board.
|
|
|
|
$name?="MPFS-ICICLE-KIT"
|
|
|
|
using sysbus
|
|
mach create $name
|
|
machine LoadPlatformDescription @platforms/boards/mpfs-icicle-kit.repl
|
|
|
|
showAnalyzer mmuart0
|
|
e51 PerformanceInMips 80
|
|
|
|
macro reset
|
|
"""
|
|
sysbus LoadELF $bin
|
|
"""
|
|
runMacro $reset
|