[Qemu-devel] [PATCHv2] target-arm: support for ARM1176JZF-s cores

2011-07-19 Thread Jamie Iles
Add support for v6K ARM1176JZF-S. This core includes the VA<->PA translation capability and security extensions. v2: Model the version with the VFP Cc: Peter Maydell Cc: Paul Brook Cc: Aurelien Jarno Signed-off-by: Jamie Iles --- target-arm/cpu.h|1 + target-arm/helper.c | 23

Re: [Qemu-devel] [PATCHv2] target-arm: support for ARM1176JZF-s cores

2011-07-20 Thread Peter Maydell
On 19 July 2011 13:32, Jamie Iles wrote: > Add support for v6K ARM1176JZF-S.  This core includes the VA<->PA > translation capability and security extensions. > +static uint32_t arm1176_cp15_c0_c1[8] = > +{ 0x111, 0x11, 0x33, 0x01130003, 0x01130003, 0x10030302, 0x01222100, 0 }; This seems to be

Re: [Qemu-devel] [PATCHv2] target-arm: support for ARM1176JZF-s cores

2011-07-20 Thread Jamie Iles
On Wed, Jul 20, 2011 at 04:59:29PM +0100, Peter Maydell wrote: > On 20 July 2011 16:36, Jamie Iles wrote: > > On Wed, Jul 20, 2011 at 03:35:19PM +0100, Peter Maydell wrote: > >> On 19 July 2011 13:32, Jamie Iles wrote: > >> > Add support for v6K ARM1176JZF-S.  This core includes the VA<->PA > >>

Re: [Qemu-devel] [PATCHv2] target-arm: support for ARM1176JZF-s cores

2011-07-20 Thread Peter Maydell
On 20 July 2011 16:36, Jamie Iles wrote: > On Wed, Jul 20, 2011 at 03:35:19PM +0100, Peter Maydell wrote: >> On 19 July 2011 13:32, Jamie Iles wrote: >> > Add support for v6K ARM1176JZF-S.  This core includes the VA<->PA >> > translation capability and security extensions. >> >> > +static uint32_

Re: [Qemu-devel] [PATCHv2] target-arm: support for ARM1176JZF-s cores

2011-07-20 Thread Jamie Iles
On Wed, Jul 20, 2011 at 03:35:19PM +0100, Peter Maydell wrote: > On 19 July 2011 13:32, Jamie Iles wrote: > > Add support for v6K ARM1176JZF-S.  This core includes the VA<->PA > > translation capability and security extensions. > > > +static uint32_t arm1176_cp15_c0_c1[8] = > > +{ 0x111, 0x11, 0x