[U-Boot] [PATCH v2 16/26] dm: tegra: net: Convert tegra boards to driver model for Ethernet

Simon Glass sjg at chromium.org
Mon Jan 18 04:58:24 CET 2016


Hi Stephen,

On 15 January 2016 at 16:53, Stephen Warren <swarren at wwwdotorg.org> wrote:
> On 12/13/2015 08:46 PM, Simon Glass wrote:
>>
>> Applied to u-boot-dm/next.
>
>
> This change has removed/disabled/... PCIe support on at least Jetson TK1. I
> haven't checked the other Tegra boards.

My local copy works OK. I suspect something else (perhaps a later or
earlier change) has broken this.

The problem is that PCI is no-longer probed on start-up. With driver
model I'm trying to make things start when needed. It doesn't work
with networking as it is currently implemented.

I'll send some patches to probe PCI from the network code, and tidy up
a few things. My jetson-tk1 is a bit broken (the PMIC settings) but
I've reproduced the problem on beaver.

Regards,
Simon


More information about the U-Boot mailing list