genode/repos/os/src/server/tz_vmm
Norman Feske 6e7f7bdad4 base: move crt0.h and elf.h to base/internal
Those headers remained unused outside the internal framework. So it is
better to remove them from the public API.

Issue #1832
2016-03-07 12:34:45 +01:00
..
include base: move crt0.h and elf.h to base/internal 2016-03-07 12:34:45 +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.