qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] ColdFire/m68k target
@ 2006-10-22  0:44 Paul Brook
  2006-10-31 20:20 ` Neo Jia
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Brook @ 2006-10-22  0:44 UTC (permalink / raw)
  To: qemu-devel

I've just committed ColdFire/M68K target support to cvs. This implements 
usermode emulation for ColdFire CPUs, including the FPU. The CPU emulation 
has been reasonably well tested, but linux syscall emulation only lightly 
tested.

For those that don't know, ColdFire is a subset of the old m68k architecture, 
with a few minor differences, and a slightly different FPU.

I'll probably be implementing full system emulation sometime (Freescale 
M5xxxEVB dev board).

M68k code will not run on the current emulation. Implementing the missing 68k 
bits (addressing modes and bitfield instructions) probably wouldn't be that 
hard. Implementing 68881 FPU emulation is a bit harder 'cos it 
uses "extended" precision registers.

The code is a bit different to most other qemu targets because I originally 
wrote it for my code generation backend rather than dyngen. The main 
translation code is unmodified, with glue to make it work with dyngen. For 
this reason the generated code isn't as efficient as it could be. 

Paul

P.S.
Anyone wanting to play with ColdFire emulation can find toolchains at
http://www.codesourcery.com/gnu_toolchains/coldfire/index_html

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

end of thread, other threads:[~2006-10-31 20:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-22  0:44 [Qemu-devel] ColdFire/m68k target Paul Brook
2006-10-31 20:20 ` Neo Jia
2006-10-31 20:32   ` Paul Brook

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