1:name: Renesas SMARC EVK of RZ/G2L
2:description: This script runs U-Boot for Renesas SMARC EVK board based on RZ/G2L SoC
3
4using sysbus
5
6$name?="Renesas RZ/G2L"
7
8$bin?=@https://dl.antmicro.com/projects/renode/uboot.elf-s_4151104-c5de311d27f0823c3d888309795fdc0a5b31473b
9
10mach create $name
11include @platforms/cpus/renesas_rz_g2l.repl
12
13macro reset
14"""
15    cpu1 IsHalted true
16    cpu_m33 IsHalted true
17
18    sysbus LoadELF $bin cpu=cluster
19"""
20runMacro $reset
21
22showAnalyzer scif0
23