public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] e1000 problem @ current u-boot
@ 2008-07-03 13:25 Andre Schwarz
  2008-07-03 15:29 ` Wolfgang Grandegger
  0 siblings, 1 reply; 5+ messages in thread
From: Andre Schwarz @ 2008-07-03 13:25 UTC (permalink / raw)
  To: u-boot

Wolfgang,

as far as I can see on the list you sent the latest patches for the
e1000 driver.

My e1000 (82541ER) stopped working on a MPC5200 based board with latest
u-boot.
I have a similar problem on another board ...

Is your e1000 working properly on the latest u-boot ?
Do I need any additional defines or environment settings to get it
working again ?

Obviously it is - again :-[ - my fault or is related to my build system.

Any help is welcome.

regards,
Andre

MATRIX VISION GmbH, Talstra?e 16, DE-71570 Oppenweiler  - Registergericht: Amtsgericht Stuttgart, HRB 271090
Gesch?ftsf?hrer: Gerhard Thullner, Werner Armingeon, Uwe Furtner

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

* [U-Boot-Users] e1000 problem @ current u-boot
  2008-07-03 13:25 [U-Boot-Users] e1000 problem @ current u-boot Andre Schwarz
@ 2008-07-03 15:29 ` Wolfgang Grandegger
  2008-07-03 15:40   ` Andre Schwarz
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Grandegger @ 2008-07-03 15:29 UTC (permalink / raw)
  To: u-boot

Andre Schwarz wrote:
> Wolfgang,
> 
> as far as I can see on the list you sent the latest patches for the
> e1000 driver.

My patches just added some device ids,


> My e1000 (82541ER) stopped working on a MPC5200 based board with latest
> u-boot.
> I have a similar problem on another board ...
> 
> Is your e1000 working properly on the latest u-boot ?

Yes, on a  MPC8548 board. I have not tested it on the MPC5200.

> Do I need any additional defines or environment settings to get it
> working again ?
> 
> Obviously it is - again :-[ - my fault or is related to my build system.

I think there are some known problems with PCI on boards with a MPC5200 
Rev. A processor, e.g. my EEPRO100 card does not work on it. What 
exactly does not work?

Wolfgang.

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

* [U-Boot-Users] e1000 problem @ current u-boot
  2008-07-03 15:29 ` Wolfgang Grandegger
@ 2008-07-03 15:40   ` Andre Schwarz
  2008-07-03 16:55     ` Wolfgang Grandegger
  0 siblings, 1 reply; 5+ messages in thread
From: Andre Schwarz @ 2008-07-03 15:40 UTC (permalink / raw)
  To: u-boot

Wolfgang,

of course I meant no offense - of course your patch is harmless.

The System (network camera) is running for nearly 2 years now.
Last working version has been u-boot 1.2.x with a 2.6.19 kernel.

Since we've moved to the latest kernel we need a more recent u-boot.

This is what I did - and e1000 no longer works.

Of course I diff'ed the network stuff - no obvious changes at all.
So I wonder if the problem is elsewhere and if e1000 is still working in
general.

As you say this is obviously true - thanks.

regards,
Andre


Wolfgang Grandegger schrieb:
> Andre Schwarz wrote:
>> Wolfgang,
>>
>> as far as I can see on the list you sent the latest patches for the
>> e1000 driver.
>
> My patches just added some device ids,
>
>
>> My e1000 (82541ER) stopped working on a MPC5200 based board with latest
>> u-boot.
>> I have a similar problem on another board ...
>>
>> Is your e1000 working properly on the latest u-boot ?
>
> Yes, on a  MPC8548 board. I have not tested it on the MPC5200.
>
>> Do I need any additional defines or environment settings to get it
>> working again ?
>>
>> Obviously it is - again :-[ - my fault or is related to my build system.
>
> I think there are some known problems with PCI on boards with a
> MPC5200 Rev. A processor, e.g. my EEPRO100 card does not work on it.
> What exactly does not work?
>
> Wolfgang.


MATRIX VISION GmbH, Talstra?e 16, DE-71570 Oppenweiler  - Registergericht: Amtsgericht Stuttgart, HRB 271090
Gesch?ftsf?hrer: Gerhard Thullner, Werner Armingeon, Uwe Furtner

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

* [U-Boot-Users] e1000 problem @ current u-boot
  2008-07-03 15:40   ` Andre Schwarz
@ 2008-07-03 16:55     ` Wolfgang Grandegger
  2008-07-03 21:03       ` André Schwarz
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Grandegger @ 2008-07-03 16:55 UTC (permalink / raw)
  To: u-boot

Andre Schwarz wrote:
> Wolfgang,
> 
> of course I meant no offense - of course your patch is harmless.

No problem.

> The System (network camera) is running for nearly 2 years now.
> Last working version has been u-boot 1.2.x with a 2.6.19 kernel.
> 
> Since we've moved to the latest kernel we need a more recent u-boot.
> 
> This is what I did - and e1000 no longer works.
> 
> Of course I diff'ed the network stuff - no obvious changes at all.
> So I wonder if the problem is elsewhere and if e1000 is still working in
> general.

Have you read my previous mail? See below.

> Wolfgang Grandegger schrieb:
>> Andre Schwarz wrote:
>>> Wolfgang,
>>>
>>> as far as I can see on the list you sent the latest patches for the
>>> e1000 driver.
>> My patches just added some device ids,
>>
>>
>>> My e1000 (82541ER) stopped working on a MPC5200 based board with latest
>>> u-boot.
>>> I have a similar problem on another board ...
>>>
>>> Is your e1000 working properly on the latest u-boot ?
>> Yes, on a  MPC8548 board. I have not tested it on the MPC5200.
>>
>>> Do I need any additional defines or environment settings to get it
>>> working again ?
>>>
>>> Obviously it is - again :-[ - my fault or is related to my build system.
>> I think there are some known problems with PCI on boards with a
>> MPC5200 Rev. A processor, e.g. my EEPRO100 card does not work on it.
>> What exactly does not work?

More information could be useful.

Wolfgang.

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

* [U-Boot-Users] e1000 problem @ current u-boot
  2008-07-03 16:55     ` Wolfgang Grandegger
@ 2008-07-03 21:03       ` André Schwarz
  0 siblings, 0 replies; 5+ messages in thread
From: André Schwarz @ 2008-07-03 21:03 UTC (permalink / raw)
  To: u-boot

Today I've stressed my diff a quite a bit and tried several config 
options from other boards that I did _not_ have ...

After adding the config option for skipping the pci host bridge it 
worked again.
Unfortunately I have no clue why since this can hardly cause that ... 
maybe I'll dig a little deeper.

cheers,
Andr?

Wolfgang Grandegger wrote:
> Andre Schwarz wrote:
>> Wolfgang,
>>
>> of course I meant no offense - of course your patch is harmless.
>
> No problem.
>
>> The System (network camera) is running for nearly 2 years now.
>> Last working version has been u-boot 1.2.x with a 2.6.19 kernel.
>>
>> Since we've moved to the latest kernel we need a more recent u-boot.
>>
>> This is what I did - and e1000 no longer works.
>>
>> Of course I diff'ed the network stuff - no obvious changes at all.
>> So I wonder if the problem is elsewhere and if e1000 is still working in
>> general.
>
> Have you read my previous mail? See below.
>
>> Wolfgang Grandegger schrieb:
>>> Andre Schwarz wrote:
>>>> Wolfgang,
>>>>
>>>> as far as I can see on the list you sent the latest patches for the
>>>> e1000 driver.
>>> My patches just added some device ids,
>>>
>>>
>>>> My e1000 (82541ER) stopped working on a MPC5200 based board with 
>>>> latest
>>>> u-boot.
>>>> I have a similar problem on another board ...
>>>>
>>>> Is your e1000 working properly on the latest u-boot ?
>>> Yes, on a  MPC8548 board. I have not tested it on the MPC5200.
>>>
>>>> Do I need any additional defines or environment settings to get it
>>>> working again ?
>>>>
>>>> Obviously it is - again :-[ - my fault or is related to my build 
>>>> system.
>>> I think there are some known problems with PCI on boards with a
>>> MPC5200 Rev. A processor, e.g. my EEPRO100 card does not work on it.
>>> What exactly does not work?
>
> More information could be useful.
>
> Wolfgang.
>


MATRIX VISION GmbH, Talstra?e 16, DE-71570 Oppenweiler  - Registergericht: Amtsgericht Stuttgart, HRB 271090
Gesch?ftsf?hrer: Gerhard Thullner, Werner Armingeon, Uwe Furtner

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

end of thread, other threads:[~2008-07-03 21:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-03 13:25 [U-Boot-Users] e1000 problem @ current u-boot Andre Schwarz
2008-07-03 15:29 ` Wolfgang Grandegger
2008-07-03 15:40   ` Andre Schwarz
2008-07-03 16:55     ` Wolfgang Grandegger
2008-07-03 21:03       ` André Schwarz

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