mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
parent
c40205e93f
commit
194af03fe9
@ -1,3 +1,9 @@
|
||||
# riscv lacks jitterentropy support currently
|
||||
if {[get_cmd_switch --autopilot] && [have_board virt_qemu_riscv]} {
|
||||
puts "Autopilot mode is not supported on this platform."
|
||||
exit 0
|
||||
}
|
||||
|
||||
set dd [installed_command dd]
|
||||
|
||||
proc tresor_image_name { } {
|
||||
@ -1064,7 +1070,7 @@ append_if [have_board linux] boot_modules [tresor_image_name]
|
||||
|
||||
build_boot_image $boot_modules
|
||||
|
||||
append qemu_args " -nographic -m 512 "
|
||||
append qemu_args " -nographic "
|
||||
|
||||
run_genode_until "child \"test\" exited with exit value.*\n" 500
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
aes_cbc_4k
|
||||
bomb
|
||||
cbe_tester
|
||||
cpu_balancer
|
||||
cpu_bench
|
||||
cpu_quota
|
||||
@ -73,6 +72,7 @@ timeout
|
||||
timeout_smp
|
||||
timer_accuracy
|
||||
tool_chain_auto
|
||||
tresor_tester
|
||||
tz_vmm
|
||||
usb_block
|
||||
usb_hid_raw
|
||||
|
Loading…
x
Reference in New Issue
Block a user