[U-Boot] Support in u-boot for PCI-Express NIC

Hi,
Is there support under u-boot for newer pcie network cards? Under drivers/net, I notice that there is the e1000 and sk98 network drivers. Unfortunately, these seem a bit dated and the pcie x1 nic/s I am trying to use are not supported (checked the device ids). Pointers on any other supported pcie nic will be helpful.
Thanks, ~Sri

Dear "Srinivasan Srikanth-R9AABP",
In message FD7805B55F061E408EF265C9BDFCB64C0329AD8C@az33exm23.fsl.freescale.net you wrote:
Is there support under u-boot for newer pcie network cards? Under drivers/net, I notice that there is the e1000 and sk98 network drivers. Unfortunately, these seem a bit dated and the pcie x1 nic/s I am trying to use are not supported (checked the device ids). Pointers on any other supported pcie nic will be helpful.
At least the e1000 has been successfully tested not so long ago.
Best regards,
Wolfgang Denk

-----Original Message----- From: u-boot-bounces@lists.denx.de [mailto:u-boot-bounces@lists.denx.de] On Behalf Of Wolfgang Denk Sent: Wednesday, May 20, 2009 2:01 PM To: Srinivasan Srikanth-R9AABP Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] Support in u-boot for PCI-Express NIC
[SNIP]
At least the e1000 has been successfully tested not so long ago.
Thanks Wolfgang. That's good news. Can you pl point me to the pci-express card/device id that was tested recently (and/or the mails that talk about it)? ~Sri
Best regards,
Wolfgang Denk

Dear "Srinivasan Srikanth-R9AABP",
In message FD7805B55F061E408EF265C9BDFCB64C0329AF77@az33exm23.fsl.freescale.net you wrote:
At least the e1000 has been successfully tested not so long ago.
Thanks Wolfgang. That's good news. Can you pl point me to the pci-express card/device id that was tested recently (and/or the mails that talk about it)?
I think that was it:
commit aa3b8bf9c30065bb2ea852799d32db5020598495 Author: Wolfgang Grandegger wg@grandegger.com Date: Wed May 28 19:55:19 2008 +0200
E1000: Add support for the 82541GI LF Intel Pro 1000 GT Desktop Adapter
Best regards,
Wolfgang Denk

-----Original Message----- From: u-boot-bounces@lists.denx.de [mailto:u-boot-bounces@lists.denx.de] On Behalf Of Wolfgang Denk Sent: Friday, May 22, 2009 4:06 AM To: Srinivasan Srikanth-R9AABP Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] Support in u-boot for PCI-Express NIC
Dear "Srinivasan Srikanth-R9AABP",
In message <FD7805B55F061E408EF265C9BDFCB64C0329AF77@az33exm23.fsl.freesc ale.net> you wrote:
At least the e1000 has been successfully tested not so long ago.
Thanks Wolfgang. That's good news. Can you pl point me to the pci-express card/device id that
was tested
recently (and/or the mails that talk about it)?
I think that was it:
commit aa3b8bf9c30065bb2ea852799d32db5020598495 Author: Wolfgang Grandegger wg@grandegger.com Date: Wed May 28 19:55:19 2008 +0200
E1000: Add support for the 82541GI LF Intel Pro 1000 GT Desktop Adapter
82541 is pci based e1000 silicon. For pcie based e1000 chip, extra code is needed. Roy

Dear "Zang Roy-R61911",
In message 7DF0AF56456B8F4081E3C44CCCE311DE34EEE4@zch01exm23.fsl.freescale.net you wrote:
At least the e1000 has been successfully tested not so long ago.
Thanks Wolfgang. That's good news. Can you pl point me to the pci-express card/device id that
was tested
recently (and/or the mails that talk about it)?
I think that was it:
commit aa3b8bf9c30065bb2ea852799d32db5020598495 Author: Wolfgang Grandegger wg@grandegger.com Date: Wed May 28 19:55:19 2008 +0200
E1000: Add support for the 82541GI LF Intel Pro 1000 GT Desktop Adapter
82541 is pci based e1000 silicon. For pcie based e1000 chip, extra code is needed.
You are right, my memory was wrong. The testing I remembered was done under Linux only for this very reason.
Best regards,
Wolfgang Denk

-----Original Message----- From: Wolfgang Denk [mailto:wd@denx.de] Sent: Friday, June 05, 2009 18:16 PM To: Zang Roy-R61911 Cc: Srinivasan Srikanth-R9AABP; u-boot@lists.denx.de Subject: Re: [U-Boot] Support in u-boot for PCI-Express NIC
Dear "Zang Roy-R61911",
In message <7DF0AF56456B8F4081E3C44CCCE311DE34EEE4@zch01exm23.fsl.freesca le.net> you wrote:
At least the e1000 has been successfully tested not
so long ago.
Thanks Wolfgang. That's good news. Can you pl point me to the pci-express card/device id that
was tested
recently (and/or the mails that talk about it)?
I think that was it:
commit aa3b8bf9c30065bb2ea852799d32db5020598495 Author: Wolfgang Grandegger wg@grandegger.com Date: Wed May 28 19:55:19 2008 +0200
E1000: Add support for the 82541GI LF Intel Pro 1000
GT Desktop
Adapter
82541 is pci based e1000 silicon. For pcie based e1000
chip, extra code
is needed.
You are right, my memory was wrong. The testing I remembered was done under Linux only for this very reason.
I have began to port e1000 pcie driver to u-boot. 82572EI is used for this work. I just curious that is there anyone else in this list to do the similar work previously. Roy
participants (3)
-
Srinivasan Srikanth-R9AABP
-
Wolfgang Denk
-
Zang Roy-R61911