Hi,
I consider to port qemu to another ARM platform so that I have a software
simulator for my microcontroller board. There is an ARM926EJ-S core on my board
which is backwards compatible from ARM7. Hence I must not port the cpu core
only the interrupt controller, timer, uart, ... I hope that such
> > > Is there a documents available which decribes how to port qemu to
> > > another ARM platform or something similar?
> >
> > Not really. However qemu already supports a few different Arm boards, so
> > looking at the source should tell you most of what you need to know.
>
> But the Integrator p
Hello,
> > Hi,
> >
> > I consider to port qemu to another ARM platform so that I have a software
> > simulator for my microcontroller board. There is an ARM926EJ-S core on my
> > board which is backwards compatible from ARM7. Hence I must not port the
> > cpu core only the interrupt controller, ti
On Tuesday 08 August 2006 16:04, Christian Roepke wrote:
> Hi,
>
> I consider to port qemu to another ARM platform so that I have a software
> simulator for my microcontroller board. There is an ARM926EJ-S core on my
> board which is backwards compatible from ARM7. Hence I must not port the
> cpu c
Hi,
I consider to port qemu to another ARM platform so that I have a software
simulator for my microcontroller board. There is an ARM926EJ-S core on my board
which is backwards compatible from ARM7. Hence I must not port the cpu core
only the interrupt controller, timer, uart, ... I hope that such