All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Brook <paul@codesourcery.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Debugging low level ARM with GDB
Date: Thu, 23 Mar 2006 16:26:22 +0000	[thread overview]
Message-ID: <200603231626.24838.paul@codesourcery.com> (raw)
In-Reply-To: <4422C85F.8040106@gmail.com>

> If I load the binary version of image u-boot.bin into QEMU,
> how does QEMU know to which start address the image was
> linked to? Or do I have to load the ELF file?

qemu assumes it's loading a raw binary kernel zImage. Currently it is loaded 
at 0x10000. The linux kernel don't care where they are loaded, so this may 
change in the future.
If you configure u-boot for a base address of 0x1000 it will probably work.

> If my program wants to access the serial ports, how do I have
> to configure the serial driver in my program to access these
> ports? E.g. which base address do I have to use in the
> serial driver? In real HW they differ from chip to chip.

Qemu emulates and ARM Integrator/CP baseboard and CM/926 or CM/1026 core 
module. Full documentation is available from http://www.arm.com/

Paul

  reply	other threads:[~2006-03-23 16:26 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-23 16:10 [Qemu-devel] Debugging low level ARM with GDB Dirk Behme
2006-03-23 16:26 ` Paul Brook [this message]
2006-03-24 15:46   ` Dirk Behme
2006-03-24 16:28     ` Paul Brook
2006-03-24 16:51       ` Dirk Behme
2006-03-24 17:09         ` Paul Brook
2006-03-27 19:48     ` andrzej zaborowski
2006-03-23 19:44 ` Daniel Jacobowitz
  -- strict thread matches above, loose matches on Subject: below --
2006-03-24 10:35 Schwarz, Konrad
2006-03-24 16:32 ` Paul Brook
2006-03-23  9:25 Dirk Behme

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=200603231626.24838.paul@codesourcery.com \
    --to=paul@codesourcery.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.