* MPC5200Lite and PCI issues...
@ 2004-02-27 8:35 Gerhard Jaeger
2004-02-27 8:56 ` Wolfgang Denk
0 siblings, 1 reply; 5+ messages in thread
From: Gerhard Jaeger @ 2004-02-27 8:35 UTC (permalink / raw)
To: linuxppc-embedded
Hi list,
while playing around with a Lite5200 eval-board, I noticed that
there seems to be some problems with the PCI bus. Some cards
are detected without any problems and also can be accessed
some cards not. Apart for the 5V/3.3V issues, I think there are
some problems with this board.
Are there any experiences? Explanations? Solutions, or workarounds?
Thanks in advance,
Gerhard
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: MPC5200Lite and PCI issues...
2004-02-27 8:35 MPC5200Lite and PCI issues Gerhard Jaeger
@ 2004-02-27 8:56 ` Wolfgang Denk
2004-03-01 8:20 ` Gerhard Jaeger
0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Denk @ 2004-02-27 8:56 UTC (permalink / raw)
To: Gerhard Jaeger; +Cc: linuxppc-embedded
In message <200402270935.06816.g.jaeger@sysgo.com> you wrote:
>
> while playing around with a Lite5200 eval-board, I noticed that
> there seems to be some problems with the PCI bus. Some cards
> are detected without any problems and also can be accessed
> some cards not. Apart for the 5V/3.3V issues, I think there are
> some problems with this board.
> Are there any experiences? Explanations? Solutions, or workarounds?
Remember that there is just one PCI interrupt on the LITE5200; cards
that require another one will not work.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd@denx.de
Every time history repeats itself the price goes up.
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: MPC5200Lite and PCI issues...
2004-02-27 8:56 ` Wolfgang Denk
@ 2004-03-01 8:20 ` Gerhard Jaeger
2004-03-01 9:12 ` Wolfgang Denk
0 siblings, 1 reply; 5+ messages in thread
From: Gerhard Jaeger @ 2004-03-01 8:20 UTC (permalink / raw)
To: linuxppc-embedded
On Friday 27 February 2004 09:56, Wolfgang Denk wrote:
> In message <200402270935.06816.g.jaeger@sysgo.com> you wrote:
> > while playing around with a Lite5200 eval-board, I noticed that
> > there seems to be some problems with the PCI bus. Some cards
> > are detected without any problems and also can be accessed
> > some cards not. Apart for the 5V/3.3V issues, I think there are
> > some problems with this board.
> > Are there any experiences? Explanations? Solutions, or workarounds?
>
> Remember that there is just one PCI interrupt on the LITE5200; cards
> that require another one will not work.
Ah I see, thanks for this hint. My major problem seems, that some PCI
cards esp. grafic adapter simply did not appear in the PCI list of i.e.
u-boot. The cards work fine in a EBONY EVA board.
Are there any known problems with PCI timings or is the power supply
the problem?
Regards,
Gerhard
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: MPC5200Lite and PCI issues...
2004-03-01 8:20 ` Gerhard Jaeger
@ 2004-03-01 9:12 ` Wolfgang Denk
2004-03-01 9:56 ` Gerhard Jaeger
0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Denk @ 2004-03-01 9:12 UTC (permalink / raw)
To: Gerhard Jaeger; +Cc: linuxppc-embedded
In message <200403010920.12424.g.jaeger@sysgo.com> you wrote:
>
> Ah I see, thanks for this hint. My major problem seems, that some PCI
> cards esp. grafic adapter simply did not appear in the PCI list of i.e.
> u-boot. The cards work fine in a EBONY EVA board.
Are these really 3.3V cards? (sorry, I don't know the ebony board
that well)
> Are there any known problems with PCI timings or is the power supply
> the problem?
There is a known issue with SDRAM timings which probably explains
most of the problems people experience, but I don't think it is
related to your PCI troubles.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd@denx.de
"More software projects have gone awry for lack of calendar time than
for all other causes combined."
- Fred Brooks, Jr., _The Mythical Man Month_
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: MPC5200Lite and PCI issues...
2004-03-01 9:12 ` Wolfgang Denk
@ 2004-03-01 9:56 ` Gerhard Jaeger
0 siblings, 0 replies; 5+ messages in thread
From: Gerhard Jaeger @ 2004-03-01 9:56 UTC (permalink / raw)
To: linuxppc-embedded
On Monday 01 March 2004 10:12, Wolfgang Denk wrote:
> In message <200403010920.12424.g.jaeger@sysgo.com> you wrote:
> > Ah I see, thanks for this hint. My major problem seems, that some PCI
> > cards esp. grafic adapter simply did not appear in the PCI list of i.e.
> > u-boot. The cards work fine in a EBONY EVA board.
>
> Are these really 3.3V cards? (sorry, I don't know the ebony board
> that well)
Yes.
> > Are there any known problems with PCI timings or is the power supply
> > the problem?
>
> There is a known issue with SDRAM timings which probably explains
> most of the problems people experience, but I don't think it is
> related to your PCI troubles.
Probably not, but can you be more specific on that SDRAM problems, any known
workarounds?
Regards,
Gerhard
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-03-01 9:56 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-27 8:35 MPC5200Lite and PCI issues Gerhard Jaeger
2004-02-27 8:56 ` Wolfgang Denk
2004-03-01 8:20 ` Gerhard Jaeger
2004-03-01 9:12 ` Wolfgang Denk
2004-03-01 9:56 ` Gerhard Jaeger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).