qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] ARM Realview can not support PCI
@ 2008-04-16  9:50 PianoPan
  0 siblings, 0 replies; only message in thread
From: PianoPan @ 2008-04-16  9:50 UTC (permalink / raw)
  To: qemu-devel

HI, everyone,

I try to use the PCI on ARM Realview (Qemu). But the PCI could not
work, and the boot message contain the "Cannot find PCI core!".

The  kernel that I used is 2.6.24 from kernel.org. The patch is from
the ARM Website.

And I found a strange thing. In pci driver of arm linux kernel, the
address of PCI controller is

#define REALVIEW_EB_PCI_VIRT_BASE   0xe8000000
#define REALVIEW_EB_PCI_CFG_VIRT_BASE   0xe9000000
#define REALVIEW_EB_PCI_IO_VIRT_BASE    0xea000000


but in qemu,
   /* 0x60000000 PCI.  */
    /* 0x61000000 PCI Self Config.  */
    /* 0x62000000 PCI Config.  */
    /* 0x63000000 PCI IO.  */
    /* 0x64000000 PCI mem 0.  */
    /* 0x68000000 PCI mem 1.  */
    /* 0x6c000000 PCI mem 2.  */

I am puzzled about them, (example: IO address in qemu is 0x63000000,
but in driver, it is 0x6a000000). If somebody give me some comments to
resolve this issue?

Regards!

Pan

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-04-16  9:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-16  9:50 [Qemu-devel] ARM Realview can not support PCI PianoPan

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).