TrustZone vmm: rename to tz_vmm due to ambiguity

This commit is contained in:
Stefan Kalkowski 2013-11-27 11:58:35 +01:00 committed by Norman Feske
parent 2124b4b9c2
commit 39efbafb54
16 changed files with 7 additions and 5 deletions

View File

@ -9,7 +9,7 @@ if {![have_spec trustzone]} {
exit 0
}
build "core init server/vmm"
build "core init server/tz_vmm"
create_boot_directory
install_config {
@ -30,10 +30,12 @@ install_config {
<default-route>
<any-service><any-child/><parent/></any-service>
</default-route>
<start name="vmm">
<start name="tz_vmm">
<resource name="RAM" quantum="4M"/>
</start>
</config>
}
build_boot_image "core init vmm linux initrd.gz"
build_boot_image "core init tz_vmm linux initrd.gz"
run_genode_until forever

View File

@ -1,4 +1,4 @@
TARGET = vmm
TARGET = tz_vmm
REQUIRES = trustzone platform_imx53
LIBS = base
SRC_CC = main.cc

View File

@ -1,4 +1,4 @@
TARGET = vmm
TARGET = tz_vmm
REQUIRES = trustzone platform_vea9x4
LIBS = base
SRC_CC = main.cc