* [Qemu-devel] Adding new ARM9-based platform in Qemu
@ 2008-06-11 15:58 Thomas Bandelier
2008-06-12 5:09 ` Vincent Palatin
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Bandelier @ 2008-06-11 15:58 UTC (permalink / raw)
To: qemu-devel
Hi,
I'm facing several difficulties to implement such a platform support in
Qemu.
Concretely, all is about adding a new mobile-phone baseband processor
emulation in hw directory.
Inspiration from "integratorcp" and other machines is not enough for a
QEMU-beginner like me...
So 2 questions:
-> Does kind of "development guidelines" documentation exist ?
-> Maybe someone on this list has already accomplished such a task ? -
In this case, please answer in private.
Thanks in advance,
Thomas
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] Adding new ARM9-based platform in Qemu
2008-06-11 15:58 [Qemu-devel] Adding new ARM9-based platform in Qemu Thomas Bandelier
@ 2008-06-12 5:09 ` Vincent Palatin
0 siblings, 0 replies; 2+ messages in thread
From: Vincent Palatin @ 2008-06-12 5:09 UTC (permalink / raw)
To: thomas.bandelier, qemu-devel
Thomas Bandelier a écrit :
> Hi,
>
> I'm facing several difficulties to implement such a platform support
> in Qemu.
> Concretely, all is about adding a new mobile-phone baseband processor
> emulation in hw directory.
> Inspiration from "integratorcp" and other machines is not enough for a
> QEMU-beginner like me...
>
> So 2 questions:
> -> Does kind of "development guidelines" documentation exist ?
No, I don't think so.
Use the source, Luke.
> -> Maybe someone on this list has already accomplished such a task ?
There are several ARM/PXA PDAs in the tree, as least :
- n800/n810 (OMAP2420) -> nseries.c
- Akita/Spitz/Borzoi/Terrier (PXA270) ->spitz.c
- Palm Tungsten (OMAP310) -> palm.c
Their code really looks like what you what to achieve. They are probably
easier to understand than Integrator.
Out-of-tree, there is also some code for one mobile platform : Neo1973
(aka OpenMoko)
their code should be there :
https://svn.openmoko.org/trunk/src/host/qemu-neo1973/
--
Vincent
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-06-12 5:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-11 15:58 [Qemu-devel] Adding new ARM9-based platform in Qemu Thomas Bandelier
2008-06-12 5:09 ` Vincent Palatin
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).