qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paul Brook <paul@codesourcery.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] ColdFire/m68k target
Date: Sun, 22 Oct 2006 01:44:21 +0100	[thread overview]
Message-ID: <200610220144.22013.paul@codesourcery.com> (raw)

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

             reply	other threads:[~2006-10-22  0:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-22  0:44 Paul Brook [this message]
2006-10-31 20:20 ` [Qemu-devel] ColdFire/m68k target Neo Jia
2006-10-31 20:32   ` Paul Brook

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200610220144.22013.paul@codesourcery.com \
    --to=paul@codesourcery.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).