[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v1 1/1] xen/arm: Disable PCIe on the ZynqMP
From: "Edgar E. Iglesias" <edgar.iglesias@xxxxxxxxxx> Disable PCIe on the ZynqMP. Xen does not yet know how to map the controller and dom0 fails to boot with the node enabled. Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xxxxxxxxxx> --- xen/arch/arm/platforms/xilinx-zynqmp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/arch/arm/platforms/xilinx-zynqmp.c b/xen/arch/arm/platforms/xilinx-zynqmp.c index 2adee91..822287b 100644 --- a/xen/arch/arm/platforms/xilinx-zynqmp.c +++ b/xen/arch/arm/platforms/xilinx-zynqmp.c @@ -29,6 +29,7 @@ static const struct dt_device_match zynqmp_blacklist_dev[] __initconst = { /* Power management is not yet supported. */ DT_MATCH_COMPATIBLE("xlnx,zynqmp-pm"), + DT_MATCH_COMPATIBLE("xlnx,nwl-pcie-2.11"), { /* sentinel */ }, }; -- 2.7.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |