public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Linux running on a PCI Option device?
@ 2006-02-09  6:06 Jon Ringle
  0 siblings, 0 replies; 14+ messages in thread
From: Jon Ringle @ 2006-02-09  6:06 UTC (permalink / raw)
  To: linux-kernel

Hello,

I am working on a new board that will have Linux running on an xscale 
processor. This board will be a PCI Option device. I currently have a IXDP465 
eval board which has a PCI Option connector that I will use for prototyping. 
>From what I can tell so far, Linux wants to scan the PCI bus for devices as 
if it is the PCI host. Is there any provision in Linux so that it can take on 
the role of a PCI option rather than a PCI host?

Jon

PS. Please CC me on replies.

^ permalink raw reply	[flat|nested] 14+ messages in thread
* Re: Linux running on a PCI Option device?
@ 2006-02-09  6:43 Greg Ungerer
  2006-02-09 16:31 ` Jon Ringle
  2006-02-28 20:35 ` Jon Ringle
  0 siblings, 2 replies; 14+ messages in thread
From: Greg Ungerer @ 2006-02-09  6:43 UTC (permalink / raw)
  To: linux-kernel; +Cc: Jon Ringle


Hi Jon,

Jon Ringle wrote:
> I am working on a new board that will have Linux running on an xscale 
> processor. This board will be a PCI Option device. I currently have a IXDP465 
> eval board which has a PCI Option connector that I will use for prototyping. 
> From what I can tell so far, Linux wants to scan the PCI bus for devices as 
> if it is the PCI host. Is there any provision in Linux so that it can take on 
> the role of a PCI option rather than a PCI host?

Have a look at the code in arch/arm/mach-ixp4xx/common-pci.c, in
the function ixp4xx_pci_preinit().

It does a check on whether the PCI bus is configured as HOST or not.
I don't know if that code support is enough for it all to work right
though (I certainly haven't tried it on either the 425 or 465...)

Regards
Greg



------------------------------------------------------------------------
Greg Ungerer  --  Chief Software Dude       EMAIL:     gerg@snapgear.com
SnapGear -- a CyberGuard Company            PHONE:       +61 7 3435 2888
825 Stanley St,                             FAX:         +61 7 3891 3630
Woolloongabba, QLD, 4102, Australia         WEB: http://www.SnapGear.com

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

end of thread, other threads:[~2006-03-06  4:04 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-09  6:06 Linux running on a PCI Option device? Jon Ringle
  -- strict thread matches above, loose matches on Subject: below --
2006-02-09  6:43 Greg Ungerer
2006-02-09 16:31 ` Jon Ringle
2006-02-14  5:03   ` Greg Ungerer
2006-02-28 20:35 ` Jon Ringle
2006-02-28 21:13   ` linux-os (Dick Johnson)
2006-03-01 11:47     ` Krzysztof Halasa
2006-03-02 22:07     ` Jon Ringle
2006-03-03  9:13       ` Adrian Cox
2006-03-03 14:09         ` Jon Ringle
2006-03-03 14:40           ` Adrian Cox
2006-03-03 18:31             ` Jon Ringle
2006-03-04 16:32               ` Adrian Cox
2006-03-06  4:03               ` Greg Ungerer

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