]> git.baikalelectronics.ru Git - kernel.git/commit
arm: introduce a DTS for Xen unprivileged virtual machines
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Mon, 24 Sep 2012 16:40:52 +0000 (16:40 +0000)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Mon, 24 Sep 2012 16:40:52 +0000 (16:40 +0000)
commit1fa1952bcf3f8d269e71ce1893ba120a289e45e9
tree2dbcfa772ddddcec44f5a77434d6e71ba78f9d77
parent58487a41d9438e411cd4ebef6fbe9fba1d692b8c
arm: introduce a DTS for Xen unprivileged virtual machines

Given that the xenvm machine is based on vexpress but with an extremely
limited selection of peripherals (the guest is supposed to use virtual
devices instead), add "xen,xenvm" to the list of compatible machines in
mach-vexpress.

Changes in v3:

- add comments to mark fields that are likely to be changed by the
hypervisor.

Changes in v2:

- remove include skeleton;
- use #address-cells = <2> and #size-cells = <2>;
- remove the debug bootargs;
- use memory@80000000 instead of memory;
- remove the ranges and interrupt-map from the motherboard node;
- set the machine compatible to "xen,xenvm-4.2", "xen,xenvm";
- rename the dts file to xenvm-4.2.dts;
- add "xen,xenvm" to the list of compatible DT strings to mach-vexpress.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Pawel Moll <pawel.moll@arm.com> (v2m changes)
arch/arm/boot/dts/xenvm-4.2.dts [new file with mode: 0644]
arch/arm/mach-vexpress/Makefile.boot
arch/arm/mach-vexpress/v2m.c