[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 1/2] Implement basic part of SA-1110/SA-1100
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PATCH 1/2] Implement basic part of SA-1110/SA-1100 |
Date: |
Tue, 22 Mar 2011 17:09:44 +0000 |
On 22 March 2011 14:53, Dmitry Eremin-Solenikov <address@hidden> wrote:
> Basic implementation of DEC/Intel SA-1100/SA-1110 chips emulation.
The other important point is that these cores are ARMv4, and at
the moment target-arm/ kind of assumes ARMv5. I believe there have
been patches proposed before to add ARMv4 support, eg
http://patchwork.ozlabs.org/patch/36841/
Rough list of things that need to be done:
* make sure we don't ever switch to thumb mode (and for v4T
make sure we switch to thumb mode only for BX)
* undef on instructions that are new in v5
* support base-updated abort model (not actually needed for
StrongARM)
Have I missed anything?
-- PMM