public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] net: e1000: support for intel 82579
@ 2016-12-07 15:08 Markus Valentin
  2016-12-08  4:33 ` Marcel Ziswiler
  0 siblings, 1 reply; 2+ messages in thread
From: Markus Valentin @ 2016-12-07 15:08 UTC (permalink / raw)
  To: u-boot

Hi,

did somebody already did some effort to support the intel 82579 Gigabit
Ethernet PHY?with the e1000 driver?

In my naive try to add it i had no success yet.

Regards
Markus?

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [U-Boot] net: e1000: support for intel 82579
  2016-12-07 15:08 [U-Boot] net: e1000: support for intel 82579 Markus Valentin
@ 2016-12-08  4:33 ` Marcel Ziswiler
  0 siblings, 0 replies; 2+ messages in thread
From: Marcel Ziswiler @ 2016-12-08  4:33 UTC (permalink / raw)
  To: u-boot

On Wed, 2016-12-07 at 16:08 +0100, Markus Valentin wrote:
> Hi,
> 
> did somebody already did some effort to support the intel 82579
> Gigabit
> Ethernet PHY?with the e1000 driver?

I have not tried 82579 in particular but back when I brought up our
i210/i211 based modules I do remember that one at least as a bare
minimum would have to add its PCI device ID to the following table:

http://git.denx.de/?p=u-boot.git;a=blob;f=drivers/net/e1000.c;h=875682b
1b89e1ee31b7226e646be3c108b850933;hb=HEAD#l73

Looking at the mainline Linux 82579 support you also may have to add
some specific automatic PHY configuration (un-)gating. Plus more
advanced features like EEE LPI, ME or jumbo frames may need more work
but are probably not required in a boot loader.

> In my naive try to add it i had no success yet.

Then enabling debugging and looking at whether the driver gets called
from the PCIe side of things at all and later how far it gets in
bringing the Ethernet linke up will help.

> Regards
> Markus

Cheers

Marcel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-12-08  4:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-07 15:08 [U-Boot] net: e1000: support for intel 82579 Markus Valentin
2016-12-08  4:33 ` Marcel Ziswiler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox