mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
pc/intel: add intel_fb test to autopilot
This commit is contained in:
committed by
Christian Helmuth
parent
433029c3a6
commit
3f69457a94
@@ -1,3 +1,15 @@
|
|||||||
|
assert_spec x86_64
|
||||||
|
|
||||||
|
if {[get_cmd_switch --autopilot] && [have_include "power_on/qemu"]} {
|
||||||
|
puts "Run script does not support autopilot mode on Qemu"
|
||||||
|
exit 0
|
||||||
|
}
|
||||||
|
|
||||||
|
if {[get_cmd_switch --autopilot] && [have_board linux]} {
|
||||||
|
puts "Autopilot mode is not supported on this platform."
|
||||||
|
exit 0
|
||||||
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
# Build
|
# Build
|
||||||
#
|
#
|
||||||
@@ -59,7 +71,7 @@ append config {
|
|||||||
<start name="report_rom" priority="0">
|
<start name="report_rom" priority="0">
|
||||||
<resource name="RAM" quantum="2M"/>
|
<resource name="RAM" quantum="2M"/>
|
||||||
<provides> <service name="Report" /> <service name="ROM" /> </provides>
|
<provides> <service name="Report" /> <service name="ROM" /> </provides>
|
||||||
<config verbose="yes"/>
|
<config verbose="no"/>
|
||||||
</start>
|
</start>
|
||||||
|
|
||||||
<start name="init_dynamic" caps="10000">
|
<start name="init_dynamic" caps="10000">
|
||||||
@@ -218,4 +230,8 @@ append_platform_drv_boot_modules
|
|||||||
|
|
||||||
build_boot_image $boot_modules
|
build_boot_image $boot_modules
|
||||||
|
|
||||||
run_genode_until forever
|
if { [get_cmd_switch --autopilot] } {
|
||||||
|
run_genode_until {\[init -\> init_dynamic -\> intel_fb_drv\] HDMI-A-2: enable.*} 30
|
||||||
|
} else {
|
||||||
|
run_genode_until forever
|
||||||
|
}
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ gdb_monitor
|
|||||||
hello
|
hello
|
||||||
ieee754
|
ieee754
|
||||||
init_smp
|
init_smp
|
||||||
|
intel_fb
|
||||||
libc_integration
|
libc_integration
|
||||||
libc_vfs_fs_ext2
|
libc_vfs_fs_ext2
|
||||||
libc_vfs_fs_fat
|
libc_vfs_fs_fat
|
||||||
|
|||||||
Reference in New Issue
Block a user