From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Fri, 05 Jul 2013 11:19:04 -0600 Subject: [U-Boot] PCIe support for Tegra T30 ? In-Reply-To: <1373035293.19624.39.camel@lucretius> References: <1373035293.19624.39.camel@lucretius> Message-ID: <51D70008.2040405@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 07/05/2013 08:41 AM, Bob Koninckx wrote: > Hi, > > Are there any plans for adding PCIe support for Tegra T30 SoC in the > near future? If not, what would it take if we would want to do this > ourselves. Any pointer in the right directions would be greatly > appreciated. I don't believe anyone is actively working on this at present. It would be great to have this support in place. If you want to take a crack at it yourself, I suggest the following resources: Thierry Reding has recently created a new PCIe driver for Tegra in the Linux kernel. You can find this as part of: git://gitorious.org/thierryreding/linux.git next The downstream U-Boot port for the Tegra20 TrimSlice board has PCIe support, for the built-in NIC. You can find that at: git://gitorious.org/trimslice-u-boot/trimslice-u-boot.git master