ARM and PCI?

Adam Lackorzynski adam at os.inf.tu-dresden.de
Mon Apr 2 11:12:57 CEST 2012


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                 adam at os.inf.tu-dresden.de
  Lackorzynski         http://os.inf.tu-dresden.de/~adam/




More information about the l4-hackers mailing list