From 7807eed932dbb88fa320ddba99bff45ba96319c6 Mon Sep 17 00:00:00 2001 From: Jamie Iles Date: Wed, 20 Jul 2011 10:32:54 +0000 Subject: target-arm: support for ARM1176JZF-s cores Add support for v6K ARM1176JZF-S. This core includes the VA<->PA translation capability and security extensions. Signed-off-by: Jamie Iles Signed-off-by: Peter Maydell --- target-arm/cpu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'target-arm/cpu.h') diff --git a/target-arm/cpu.h b/target-arm/cpu.h index adef427..8da3ff4 100644 --- a/target-arm/cpu.h +++ b/target-arm/cpu.h @@ -420,6 +420,7 @@ void cpu_arm_set_cp_io(CPUARMState *env, int cpnum, #define ARM_CPUID_PXA270_C5 0x69054117 #define ARM_CPUID_ARM1136 0x4117b363 #define ARM_CPUID_ARM1136_R2 0x4107b362 +#define ARM_CPUID_ARM1176 0x410fb767 #define ARM_CPUID_ARM11MPCORE 0x410fb022 #define ARM_CPUID_CORTEXA8 0x410fc080 #define ARM_CPUID_CORTEXA9 0x410fc090 -- cgit v1.1