# # \brief Virtual-machine monitor demo # \author Stefan Kalkowski # \date 2012-06-25 # if {![have_spec trustzone]} { puts "\nThe VMM support base-hw for Versatile Express with TrustZone support only\n" exit 0 } build "core init server/vmm" create_boot_directory install_config { } build_boot_image "core init vmm linux initrd.gz"