@@ -1,4 +1,5 @@
|
||||
proc binary_name_ld_lib_so { } { return "ld-fiasco.lib.so" }
|
||||
proc binary_name_timer { } { return "fiasco_timer_drv" }
|
||||
|
||||
|
||||
##
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
#
|
||||
# \brief Fiasco.OC-specific test-environment supplements
|
||||
# \author Stefan Kalkowski
|
||||
# \date 2010-11-22
|
||||
#
|
||||
# This file is meant to be used as '--include' argument for 'tool/run'.
|
||||
#
|
||||
|
||||
proc binary_name_ld_lib_so { } { return "ld-foc.lib.so" }
|
||||
proc binary_name_timer { } { return "foc_timer_drv" }
|
||||
|
||||
|
||||
##
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
proc binary_name_ld_lib_so { } { return "ld-hw.lib.so" }
|
||||
proc binary_name_timer { } { return "hw_timer_drv" }
|
||||
|
||||
|
||||
proc run_boot_string { } { return "\nkernel initialized" }
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
proc binary_name_ld_lib_so { } { return "ld-linux.lib.so" }
|
||||
proc binary_name_timer { } { return "linux_timer_drv" }
|
||||
|
||||
|
||||
##
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
proc binary_name_ld_lib_so { } { return "ld-nova.lib.so" }
|
||||
proc binary_name_timer { } { return "nova_timer_drv" }
|
||||
|
||||
|
||||
##
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
proc binary_name_ld_lib_so { } { return "ld-okl4.lib.so" }
|
||||
proc binary_name_timer { } { return "pit_timer_drv" }
|
||||
|
||||
|
||||
##
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
#
|
||||
# \brief Pistachio-specific test-environment supplements
|
||||
# \author Norman Feske
|
||||
# \date 2010-08-25
|
||||
#
|
||||
# This file is meant to be used as '--include' argument for 'tool/run'.
|
||||
#
|
||||
|
||||
proc binary_name_ld_lib_so { } { return "ld-pistachio.lib.so" }
|
||||
proc binary_name_timer { } { return "pistachio_timer_drv" }
|
||||
|
||||
|
||||
##
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
proc binary_name_ld_lib_so { } { return "ld-sel4.lib.so" }
|
||||
proc binary_name_timer { } { return "pit_timer_drv" }
|
||||
|
||||
|
||||
proc run_boot_string { } { return "\n\rStarting node #0" }
|
||||
|
||||
|
||||
proc run_boot_string { } { return "\n\rStarting node #0" }
|
||||
proc core_link_address { } { return "0x02000000" }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user