Re: [U-Boot] PCIE supported networking cards?

2011-02-09 Thread Aaron Williams
I got it working, thanks to the patch. I had to make a few minor patches for our platform to map pointers to 64-bit physical addresses and a wrapper to access the PCI BAR address space and it works well. -Aaron On Wednesday, February 02, 2011 10:05:52 pm Aaron Williams wrote: > Disregard my pre

Re: [U-Boot] PCIE supported networking cards?

2011-02-02 Thread Aaron Williams
Disregard my previous email. I'm running into some issues trying to get PCIe working in u-boot. -Aaron On Wednesday, February 02, 2011 03:51:14 pm Aaron Williams wrote: > Thanks, > > I took the patch but it looks like it's unable to read the eeprom. It's > possible it may also have something to

Re: [U-Boot] PCIE supported networking cards?

2011-02-02 Thread Aaron Williams
Thanks, I took the patch but it looks like it's unable to read the eeprom. It's possible it may also have something to do with our PCIE implementation since I'm trying to bring that up with the updated u-boot. I also need to go through the code and make sure that the driver is 64-bit friendly s

Re: [U-Boot] PCIE supported networking cards?

2011-02-01 Thread Kumar Gala
You may want to look at the following patch that adds support for 0x10d3: http://patchwork.ozlabs.org/patch/79788/ - k On Feb 1, 2011, at 3:32 PM, Aaron Williams wrote: > This is an Intel EXPI9301 PRO/1000 OEM card, vendor ID 0x8086, device ID > 0x10d3. I added it to the list but I don't know

Re: [U-Boot] PCIE supported networking cards?

2011-02-01 Thread Aaron Williams
This is an Intel EXPI9301 PRO/1000 OEM card, vendor ID 0x8086, device ID 0x10d3. I added it to the list but I don't know what the MAC type is. I'll look into the Linux driver and see if I can see what it is. -Aaron On Tuesday, February 01, 2011 11:19:24 am Scott Wood wrote: > On Tue, 1 Feb 201

Re: [U-Boot] PCIE supported networking cards?

2011-02-01 Thread Scott Wood
On Tue, 1 Feb 2011 13:15:01 -0600 Kumar Gala wrote: > We utilize e1000 PCIe cards all the time Aren't there some versions that work, and some that don't? -Scott > > - k > > On Feb 1, 2011, at 1:10 PM, Aaron Williams wrote: > > > Are there any PCIE networking cards that are supported? So fa

Re: [U-Boot] PCIE supported networking cards?

2011-02-01 Thread Kumar Gala
We utilize e1000 PCIe cards all the time - k On Feb 1, 2011, at 1:10 PM, Aaron Williams wrote: > Are there any PCIE networking cards that are supported? So far I've > tried an Intel card and a Realtek RTL8168 card, but neither is > supported. It looks like the E1000 driver only supports PCI and

[U-Boot] PCIE supported networking cards?

2011-02-01 Thread Aaron Williams
Are there any PCIE networking cards that are supported? So far I've tried an Intel card and a Realtek RTL8168 card, but neither is supported. It looks like the E1000 driver only supports PCI and PCIX based cards (Linux uses the e1000e card for PCIe cards). -Aaron __