genode/repos/os/src/server/tz_vmm
Martin Stein 9737b5d966 tz_vmm: support USB-Armory board
For the USB-Armory, we use a newer version of Linux (3.18) as for the
i.MX53-QSB. The main difference is, that the newer Linux uses a DTB instead of
ATAGs.

Fixes #1422
2015-02-27 11:48:35 +01:00
..
imx53 tz_vmm: support USB-Armory board 2015-02-27 11:48:35 +01:00
imx53_qsb tz_vmm: support USB-Armory board 2015-02-27 11:48:35 +01:00
include tz_vmm: support USB-Armory board 2015-02-27 11:48:35 +01:00
usb_armory tz_vmm: support USB-Armory board 2015-02-27 11:48:35 +01:00
README hw vea9x4: remove trustzone support 2015-01-08 13:28:42 +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.