ARM: Dummy Virtual Machine platform support
authorMarc Zyngier <marc.zyngier@arm.com>
Fri, 5 Oct 2012 12:47:39 +0000 (13:47 +0100)
committerWill Deacon <will.deacon@arm.com>
Sat, 2 Feb 2013 15:05:33 +0000 (15:05 +0000)
commit2a0ba7388092b07732dc772c042273a3b40d90de
treed50437e35d98b15749cbf06d28806de15db40f0e
parent6c046e405564608dd0889e0938656781550fd70c
ARM: Dummy Virtual Machine platform support

Add support for the smallest, dumbest possible platform, to be
used as a guest for KVM or other hypervisors.

It only mandates a GIC and architected timers. Fits nicely with
a multiplatform zImage. Uses very little silicon area.

Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
[will: fixed up conflicts with GIC move to drivers/irqchip/]
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm/Kconfig
arch/arm/Makefile
arch/arm/mach-virt/Kconfig [new file with mode: 0644]
arch/arm/mach-virt/Makefile [new file with mode: 0644]
arch/arm/mach-virt/virt.c [new file with mode: 0644]
This page took 0.025915 seconds and 5 git commands to generate.