genode/repos/os/src/server/tz_vmm
Martin Stein b63941f456 hw imx53 tz_vmm: fix compiler warnings
There were warnings in tz_vmm/block.cc due to an unitialized variable.

Fixes #1849
2016-01-13 12:28:07 +01:00
..
include TZ VMM & USB Armory: Demo 2015-11-29 18:17:04 +01:00
spec TZ VMM & USB Armory: Demo 2015-11-29 18:17:04 +01:00
README hw vea9x4: remove trustzone support 2015-01-08 13:28:42 +01:00
block.cc hw imx53 tz_vmm: fix compiler warnings 2016-01-13 12:28:07 +01:00
serial.cc TZ VMM & USB Armory: Demo 2015-11-29 18:17:04 +01:00

README

This is a small example virtual machine monitor, that uses the base-hw kernel
as secure-world micro-hypervisor on ARM TrustZone platforms.  The VMM
configures TrustZone hardware in a way, that allows a guest to access nearly
all devices, and the DDR-RAM. Only few resources needed by the kernel (timer,
SRAM) aren't accessable by the virtual-machine.

Moreover, the VMM prepares the guest memory with a Linux image, and ramdisk,
and boots it. For the Linux guest to work properly a small patch, and tweaked
configuration is needed.