13 lines
350 B
Plaintext
13 lines
350 B
Plaintext
:name: X86
|
|
:description: This script runs U-Boot on a bare x86 platform.
|
|
|
|
$name?="x86"
|
|
mach create $name
|
|
|
|
$bin?=@https://dl.antmicro.com/projects/renode/u-boot-x86-minimal-s_925199-6543506df8e9f59fb57adb2e378838e8f028f40f
|
|
machine LoadPlatformDescription @platforms/cpus/x86.repl
|
|
|
|
sysbus LoadELF $bin
|
|
sysbus.cpu PC 0xFFFFF800
|
|
showAnalyzer sysbus.uart
|