bbd6eb2921
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)
12 lines
377 B
Clojure
12 lines
377 B
Clojure
# Those numbers are used only by the non-DT V2P-CA9 platform
|
|
# The DT-enabled ones require CONFIG_AUTO_ZRELADDR=y
|
|
zreladdr-y += 0x60008000
|
|
params_phys-y := 0x60000100
|
|
initrd_phys-y := 0x60800000
|
|
|
|
dtb-$(CONFIG_ARCH_VEXPRESS_DT) += vexpress-v2p-ca5s.dtb \
|
|
vexpress-v2p-ca9.dtb \
|
|
vexpress-v2p-ca15-tc1.dtb \
|
|
vexpress-v2p-ca15_a7.dtb \
|
|
xenvm-4.2.dtb
|