Re: [Qemu-devel] [PATCH 10/12] Add Cortex-A15 CPU definition

2012-01-24 Thread Peter Maydell
On 24 January 2012 07:59, Andreas Färber wrote: > Am 13.01.2012 21:52, schrieb Peter Maydell: >> @@ -433,6 +433,7 @@ void cpu_arm_set_cp_io(CPUARMState *env, int cpnum, >>  #define ARM_CPUID_CORTEXA8    0x410fc080 >>  #define ARM_CPUID_CORTEXA9    0x410fc090 >>  #define ARM_CPUID_CORTEXM3    0x410

Re: [Qemu-devel] [PATCH 10/12] Add Cortex-A15 CPU definition

2012-01-24 Thread Andreas Färber
Am 13.01.2012 21:52, schrieb Peter Maydell: > Add a definition of a Cortex-A15 CPU. Note that for the moment we do > not implement any of: > * Large Physical Address Extensions (LPAE) > * Virtualization Extensions > * Generic Timer > * TrustZone (this is also true of our existing Cortex-A9 mode