Re: ARM and PCI?

Adam Lackorzynski <[email protected]>
Newsgroups gmane.comp.micro-kernel.l4.devel
Message-ID <[email protected]>
Hi,

On Tue Mar 27, 2012 at 14:29:26 +0200, Stefan Fritsch wrote:
> do you know what remains to be done to use PCI on ARM (e.g. Realview in qemu) 
> with L4Re and IO? I guess that io needs some changes to support PCI-IO-Ports 
> mapped into memory. Or should that already work?

Works somewhat:

  PCIrootbridge => new Pci_iomem_root_bridge()
  {
    .hid       = "PNP0A03";
    .iobase    = 0x62000000;
    .iosize    = 0x00010000;
    .dev_start = 0x64000000;
    .dev_end   = 0x6fffffff;
    .int_a     = 80;
    .int_b     = 81;
    .int_c     = 82;
    .int_d     = 83;
  }

But there are still little things... we're looking into it.



Adam
-- 
Adam                 [email protected]
  Lackorzynski         http://os.inf.tu-dresden.de/~adam/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.