* Re: ppc4xx_find_bridges( ) hangs kernel on Xilinx ML300 (PCI)]
@ 2004-04-19 20:55 Mike Wellington
0 siblings, 0 replies; 5+ messages in thread
From: Mike Wellington @ 2004-04-19 20:55 UTC (permalink / raw)
To: Linux/PPC Development
PCI problem solved!
-------- Original Message --------
Subject: Re: ppc4xx_find_bridges( ) hangs kernel on Xilinx ML300 (PCI)
Date: Mon, 19 Apr 2004 13:48:02 -0700
From: Peter Ryser <Peter.Ryser@xilinx.com>
Organization: Xilinx, Inc.
To: Mike Wellington <wellington@lucent.com>
CC: linuxppc-embedded@lists.linuxppc.org
References: <1b6001c417f6$229c2a70$3cc8a8c0@epro.dom>
<40842D14.9040708@lucent.com>
The PCI support that is currently included in the Linux kernel tree is
for the V2PDK based OPB -> PCI bridge. It will not work with the EDK
based OPB -> PCI bridge, i.e. you will find exactly what you see.
Please download the EDK reference design for ML300 from
http://www.xilinx.com/ise/embedded/edk_examples.htm (design #6). The
design contains the V2PDK based bridge (including the pcore therefor)
and, thus, the Linux kernel will work fine with that design.
We are currently working on moving to the EDK based bridge and the Linux
kernel tree will be patched once this work is completed.
- Peter
Mike Wellington wrote:
>
> Hi-
> I am trying to port the Xilinx PCI code to
> an embedded linux kernel. The code calls
> ppc4xx_find_bridges( ) during the kernel initialization
> and hangs the kernel.
>
> I built the GPL 2.4 kernel from the Open Source
> archives and it hangs also.
>
> Then I copied ppc405_pci.c from the GPL source
> to my kernel tree and copied head_4xx.S from the
> GPL source to my kernel tree and it still
> hangs.
>
> I'm starting to wonder if there is something
> wrong with the PCI support for the Xilinx OCP PCI
> core.
>
> Does anybody have a working PCI device on a
> Xilinx Virtex-II Pro using the Xilinx-supplied
> PCI core?
>
> -mike wellington
> wellington@lucent.com
> anyplatform@bithead.com
>
>
>
>
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* PREEMPT problems
@ 2004-04-01 14:32 Colin LEROY
2004-04-19 14:26 ` ppc4xx_find_bridges( ) hangs kernel on Xilinx ML300 (PCI) Mike Wellington
2004-04-19 19:48 ` Mike Wellington
0 siblings, 2 replies; 5+ messages in thread
From: Colin LEROY @ 2004-04-01 14:32 UTC (permalink / raw)
To: Linux/PPC Development; +Cc: benh
Hi,
This won't be really helpful, as I have no time to investigate, but I seem
to have problems with preempt (and latest main-tree BK). After a few hours
of uptime, I get hanging processes (sed, cvs (can't be network related as
the CVSROOT is local)) and gcc segfaults while compiling kernel.
Maybe it's not completely fixed yet...
--
Colin
This message represents the official view of the voices
in my head.
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* ppc4xx_find_bridges( ) hangs kernel on Xilinx ML300 (PCI)
2004-04-01 14:32 PREEMPT problems Colin LEROY
@ 2004-04-19 14:26 ` Mike Wellington
2004-04-19 19:48 ` Mike Wellington
1 sibling, 0 replies; 5+ messages in thread
From: Mike Wellington @ 2004-04-19 14:26 UTC (permalink / raw)
To: Linux/PPC Development
Hi-
I am trying to port the Xilinx PCI code to
an embedded linux kernel. The code calls
ppc4xx_find_bridges( ) during the kernel initialization
and hangs the kernel.
I built the GPL 2.4 kernel from the Open Source
archives and it hangs also.
Then I copied ppc405_pci.c from the GPL source
to my kernel tree and copied head_4xx.S from the
GPL source to my kernel tree and it still
hangs.
I'm starting to wonder if there is something
wrong with the PCI support for the Xilinx OCP PCI
core.
Does anybody have a working PCI device on a
Xilinx Virtex-II Pro using the Xilinx-supplied
PCI core?
-mike wellington
wellington@lucent.com
anyplatform@bithead.com
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* ppc4xx_find_bridges( ) hangs kernel on Xilinx ML300 (PCI)
2004-04-01 14:32 PREEMPT problems Colin LEROY
2004-04-19 14:26 ` ppc4xx_find_bridges( ) hangs kernel on Xilinx ML300 (PCI) Mike Wellington
@ 2004-04-19 19:48 ` Mike Wellington
2004-04-19 20:48 ` Peter Ryser
1 sibling, 1 reply; 5+ messages in thread
From: Mike Wellington @ 2004-04-19 19:48 UTC (permalink / raw)
To: linuxppc-embedded
Hi-
I am trying to port the Xilinx PCI code to
an embedded linux kernel. The code calls
ppc4xx_find_bridges( ) during the kernel initialization
and hangs the kernel.
I built the GPL 2.4 kernel from the Open Source
archives and it hangs also.
Then I copied ppc405_pci.c from the GPL source
to my kernel tree and copied head_4xx.S from the
GPL source to my kernel tree and it still
hangs.
I'm starting to wonder if there is something
wrong with the PCI support for the Xilinx OCP PCI
core.
Does anybody have a working PCI device on a
Xilinx Virtex-II Pro using the Xilinx-supplied
PCI core?
-mike wellington
wellington@lucent.com
anyplatform@bithead.com
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ppc4xx_find_bridges( ) hangs kernel on Xilinx ML300 (PCI)
2004-04-19 19:48 ` Mike Wellington
@ 2004-04-19 20:48 ` Peter Ryser
2004-04-19 20:54 ` Mike Wellington
0 siblings, 1 reply; 5+ messages in thread
From: Peter Ryser @ 2004-04-19 20:48 UTC (permalink / raw)
To: Mike Wellington; +Cc: linuxppc-embedded
The PCI support that is currently included in the Linux kernel tree is
for the V2PDK based OPB -> PCI bridge. It will not work with the EDK
based OPB -> PCI bridge, i.e. you will find exactly what you see.
Please download the EDK reference design for ML300 from
http://www.xilinx.com/ise/embedded/edk_examples.htm (design #6). The
design contains the V2PDK based bridge (including the pcore therefor)
and, thus, the Linux kernel will work fine with that design.
We are currently working on moving to the EDK based bridge and the Linux
kernel tree will be patched once this work is completed.
- Peter
Mike Wellington wrote:
>
> Hi-
> I am trying to port the Xilinx PCI code to
> an embedded linux kernel. The code calls
> ppc4xx_find_bridges( ) during the kernel initialization
> and hangs the kernel.
>
> I built the GPL 2.4 kernel from the Open Source
> archives and it hangs also.
>
> Then I copied ppc405_pci.c from the GPL source
> to my kernel tree and copied head_4xx.S from the
> GPL source to my kernel tree and it still
> hangs.
>
> I'm starting to wonder if there is something
> wrong with the PCI support for the Xilinx OCP PCI
> core.
>
> Does anybody have a working PCI device on a
> Xilinx Virtex-II Pro using the Xilinx-supplied
> PCI core?
>
> -mike wellington
> wellington@lucent.com
> anyplatform@bithead.com
>
>
>
>
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ppc4xx_find_bridges( ) hangs kernel on Xilinx ML300 (PCI)
2004-04-19 20:48 ` Peter Ryser
@ 2004-04-19 20:54 ` Mike Wellington
0 siblings, 0 replies; 5+ messages in thread
From: Mike Wellington @ 2004-04-19 20:54 UTC (permalink / raw)
To: Peter Ryser; +Cc: linuxppc-embedded
Awesome! You Rock!
-mikew
Peter Ryser wrote:
> The PCI support that is currently included in the Linux kernel tree is
> for the V2PDK based OPB -> PCI bridge. It will not work with the EDK
> based OPB -> PCI bridge, i.e. you will find exactly what you see.
>
> Please download the EDK reference design for ML300 from
> http://www.xilinx.com/ise/embedded/edk_examples.htm (design #6). The
> design contains the V2PDK based bridge (including the pcore therefor)
> and, thus, the Linux kernel will work fine with that design.
>
> We are currently working on moving to the EDK based bridge and the Linux
> kernel tree will be patched once this work is completed.
>
> - Peter
>
>
> Mike Wellington wrote:
>
>>
>> Hi-
>> I am trying to port the Xilinx PCI code to
>> an embedded linux kernel. The code calls
>> ppc4xx_find_bridges( ) during the kernel initialization
>> and hangs the kernel.
>>
>> I built the GPL 2.4 kernel from the Open Source
>> archives and it hangs also.
>>
>> Then I copied ppc405_pci.c from the GPL source
>> to my kernel tree and copied head_4xx.S from the
>> GPL source to my kernel tree and it still
>> hangs.
>>
>> I'm starting to wonder if there is something
>> wrong with the PCI support for the Xilinx OCP PCI
>> core.
>>
>> Does anybody have a working PCI device on a
>> Xilinx Virtex-II Pro using the Xilinx-supplied
>> PCI core?
>>
>> -mike wellington
>> wellington@lucent.com
>> anyplatform@bithead.com
>>
>>
>>
>>
** 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-04-19 20:55 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-19 20:55 ppc4xx_find_bridges( ) hangs kernel on Xilinx ML300 (PCI)] Mike Wellington
-- strict thread matches above, loose matches on Subject: below --
2004-04-01 14:32 PREEMPT problems Colin LEROY
2004-04-19 14:26 ` ppc4xx_find_bridges( ) hangs kernel on Xilinx ML300 (PCI) Mike Wellington
2004-04-19 19:48 ` Mike Wellington
2004-04-19 20:48 ` Peter Ryser
2004-04-19 20:54 ` Mike Wellington
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).