[Qemu-devel] MC13226 PiP freescale - arm7tdmi core

2013-01-02 Thread Vinicius Sanches
Hi, everybody. I would like to start a development of a new device based on Freescale arm 7 microcontroller. I would like to know how to start developing. Where can I find some tutorial or documentation to start it? Should I project it as another board containning all periferals like MAC accelerat

[Qemu-devel] QEMU version for ARM7 adaptation

2012-08-22 Thread Vinicius Sanches
Dear all, What is the best QEMU version available to enable ARM7 core? Thanks and regards.

Re: [Qemu-devel] [Qemu-discuss] ARM7TDMI support

2012-05-31 Thread Vinicius Sanches
ore is supported by qemu using following > command: > qemu-system-arm -M ? > It will list all the emulated machine by qemu. > In case you are doubtful about which machine is use, you can hit-n-trial > each machine. > > good luck.. > > > > On Wed, May 30, 2012 at 7:

[Qemu-devel] ARM7TDMI support

2012-05-30 Thread Vinicius Sanches
Hello All, I'm a new dev/user of QEMU. I was wondering if it supports the ARM7TDMI/ARM7TDMI-S natively. Is that possible or do I have to apply some additional patch? I'm wondering it because of those differences related to Branch instructions and some missing instructions and coprocessors. Thanks