mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
TrustZone vmm: rename to tz_vmm due to ambiguity
This commit is contained in:
parent
2124b4b9c2
commit
39efbafb54
@ -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
|
@ -1,4 +1,4 @@
|
||||
TARGET = vmm
|
||||
TARGET = tz_vmm
|
||||
REQUIRES = trustzone platform_imx53
|
||||
LIBS = base
|
||||
SRC_CC = main.cc
|
@ -1,4 +1,4 @@
|
||||
TARGET = vmm
|
||||
TARGET = tz_vmm
|
||||
REQUIRES = trustzone platform_vea9x4
|
||||
LIBS = base
|
||||
SRC_CC = main.cc
|
Loading…
x
Reference in New Issue
Block a user