Files
genode-world/tool/run/boot_dir/hw
Stefan Kalkowski 0489c3edf4 Move OMAP4 support to world
Fix #202
2020-04-17 15:54:00 +02:00

25 lines
470 B
Plaintext

source [genode_dir]/tool/run/boot_dir/hw
proc bootstrap_link_address { } {
if {[have_spec "panda"]} { return "0x88000000" }
puts "unknown platform no linker address known"
exit -1
}
##
# Base source archive within depot
#
proc base_src { } {
if {[have_spec panda]} { return base-hw-panda }
global specs
puts stderr "Test requires base-hw kernel archive, which is missing for this build configuration"
puts stderr " SPECS=\"$specs\""
exit 0
}