1:name: MPFS-ICICLE-KIT 2:description: This script is prepared to run Zephyr on a PolarFire SoC Icicle Kit RISC-V board. 3 4$name?="MPFS-ICICLE-KIT" 5 6using sysbus 7mach create $name 8machine LoadPlatformDescription @platforms/boards/mpfs-icicle-kit.repl 9 10showAnalyzer mmuart0 11e51 PerformanceInMips 80 12 13macro reset 14""" 15 sysbus LoadELF $bin 16""" 17runMacro $reset 18