qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Adding Additional Platforms/Boards to Qemu
@ 2010-04-27 18:55 Nikos Valavanis
  2010-04-30 15:46 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Nikos Valavanis @ 2010-04-27 18:55 UTC (permalink / raw)
  To: qemu-devel; +Cc: nikos.valavanis, mario.brotz

[-- Attachment #1: Type: text/plain, Size: 205 bytes --]

Hi,
I am interested in adding a Renesas ARM Multicore Cortex A9 Development board to Qemu.
Are there any FAQs on how to this?
Is anyone else working on adding additional Platforms/Boards to Qemu?



Nikos

[-- Attachment #2: Type: text/html, Size: 339 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] Adding Additional Platforms/Boards to Qemu
  2010-04-27 18:55 [Qemu-devel] Adding Additional Platforms/Boards to Qemu Nikos Valavanis
@ 2010-04-30 15:46 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2010-04-30 15:46 UTC (permalink / raw)
  To: qemu-devel; +Cc: mario.brotz, nikos.valavanis

Nikos Valavanis wrote:
> I am interested in adding a Renesas ARM Multicore Cortex A9 Development
> board to Qemu. Are there any FAQs on how to this?

There is a little doc on internals:
http://git.qemu.org/qemu.git/tree/qemu-tech.texi
But nothing about adding a board.

> Is anyone else working on adding additional Platforms/Boards to Qemu?

I've begun to write some code for MPC83xx (not yet published).

I think that the best advice is to look at code for similar boards.
An important thing: Qemu is migrating its devices to qdev (see hw/qdev.c).
Another simple help, the tree hierarchy:
  - CPU emulations are in target-*/ directories ;
  - devices, SoC and boards are in hw/ directory ;
  - high level stuff are in the root directory.

To maintainers: is there any plan to better organize the tree ?

Are you (or someone else) interested in writing such a doc ?

Poll: how many people here are using Qemu for embedded development ?

-- 
Thomas

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-04-30 15:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-27 18:55 [Qemu-devel] Adding Additional Platforms/Boards to Qemu Nikos Valavanis
2010-04-30 15:46 ` Thomas Monjalon

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