Add cortex-a7

This commit is contained in:
matt 2013-08-19 22:23:12 +00:00
parent 8778fdb5df
commit 6d142d8571
1 changed files with 3 additions and 0 deletions

View File

@ -22556,6 +22556,9 @@ static const struct arm_cpu_option_table arm_cpus[] =
{"arm1176jzf-s", ARM_ARCH_V6ZK, FPU_ARCH_VFP_V2, NULL},
{"cortex-a5", ARM_ARCH_V7A_MP_SEC,
FPU_NONE, "Cortex-A5"},
{"cortex-a7", ARM_ARCH_V7A_IDIV_MP_SEC_VIRT,
FPU_ARCH_NEON_VFP_V4,
"Cortex-A7"},
{"cortex-a8", ARM_ARCH_V7A_SEC,
ARM_FEATURE (0, FPU_VFP_V3
| FPU_NEON_EXT_V1),