qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: PianoPan <pianopan@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] ARM Realview can not support PCI
Date: Wed, 16 Apr 2008 17:50:55 +0800	[thread overview]
Message-ID: <10541fa50804160250l68bb3037r6959dd06c3b0f677@mail.gmail.com> (raw)

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

                 reply	other threads:[~2008-04-16  9:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=10541fa50804160250l68bb3037r6959dd06c3b0f677@mail.gmail.com \
    --to=pianopan@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).