]> code.ossystems Code Review - bsp/u-boot.git/commit
imx: ventana: default pci to disabled
authorTim Harvey <tharvey@gateworks.com>
Fri, 17 Jun 2016 13:20:26 +0000 (06:20 -0700)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 28 Jul 2016 14:54:21 +0000 (11:54 -0300)
commit1f71a76ef1dc9b1969f1717a6354badc4a9d1a3f
tree2a46f7ab9b08f80c458de541a6b49a1dd18e1919
parent71fbd29714c96db17c4ac3c9584437a74e28a4f8
imx: ventana: default pci to disabled

The IMX6 PCIe host controller does not have a proper reset and as such there
are several issues that can arise if PCI is enabled in the bootloader follwed
by Linux trying to re-configure LTSSM and/or toggling PERST# to the devices.

For now, the best approach seems to default to disabling PCI by defaulting
pciedisable=1. This can be overridden by the user if they need PCI in the
bootloader, for example:
 - GW552x needing ethernet access in bootloader
 - GW16082 expansion board needing a device-tree fixup for irq mapping

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
include/configs/gw_ventana.h