zephyr/boards/riscv/mpfs_icicle/support/mpfs250t.resc
Peter McShane 1a547fee6a boards: riscv: Add Microchip mpfs_icicle board
Adding board support for Microchip's PolarFire SoC Icicle Kit.

Signed-off-by: Peter McShane <peter.mcshane@microchip.com>
2022-05-06 11:32:54 +02:00

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