mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-22 10:21:04 +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]
|
set dd [installed_command dd]
|
||||||
|
|
||||||
proc tresor_image_name { } {
|
proc tresor_image_name { } {
|
||||||
@ -1064,7 +1070,7 @@ append_if [have_board linux] boot_modules [tresor_image_name]
|
|||||||
|
|
||||||
build_boot_image $boot_modules
|
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
|
run_genode_until "child \"test\" exited with exit value.*\n" 500
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
aes_cbc_4k
|
aes_cbc_4k
|
||||||
bomb
|
bomb
|
||||||
cbe_tester
|
|
||||||
cpu_balancer
|
cpu_balancer
|
||||||
cpu_bench
|
cpu_bench
|
||||||
cpu_quota
|
cpu_quota
|
||||||
@ -73,6 +72,7 @@ timeout
|
|||||||
timeout_smp
|
timeout_smp
|
||||||
timer_accuracy
|
timer_accuracy
|
||||||
tool_chain_auto
|
tool_chain_auto
|
||||||
|
tresor_tester
|
||||||
tz_vmm
|
tz_vmm
|
||||||
usb_block
|
usb_block
|
||||||
usb_hid_raw
|
usb_hid_raw
|
||||||
|
Loading…
x
Reference in New Issue
Block a user