]> code.ossystems Code Review - bsp/u-boot.git/commit
ARM: mx6: Add PCI express driver
authorMarek Vasut <marex@denx.de>
Sat, 14 Dec 2013 04:55:28 +0000 (05:55 +0100)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 28 Mar 2014 16:38:28 +0000 (13:38 -0300)
commit0a666db6fcd9488f223f1ca0b801129315ee4690
treefe1336a809c5675bb69cb25640968d9f531b0625
parent274fd14c379eb354d02a52d043b702c57d1b00e2
ARM: mx6: Add PCI express driver

Add PCIe driver for the Freescale i.MX6 SoC . This driver operates the
PCIe block in RC mode only, the EP mode is NOT supported. The driver is
tested with the Intel e1000 NIC driver.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Eric Nelson <eric.nelson@boundarydevices.com>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Cc: Stefano Babic <sbabic@denx.de>
arch/arm/include/asm/arch-mx6/iomux.h
drivers/pci/Makefile
drivers/pci/pcie_imx.c [new file with mode: 0644]