]> git.proxmox.com Git - qemu.git/commit
target-arm: Mark 1136r1 as a v6K core
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 20 Jul 2011 10:32:55 +0000 (10:32 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 26 Jul 2011 14:30:54 +0000 (14:30 +0000)
commit906879a98fa31232f494fece3c5cb3c2baaf8c3c
tree40d311303266cc8e8004b69c6f81d2766bab59bb
parent7807eed932dbb88fa320ddba99bff45ba96319c6
target-arm: Mark 1136r1 as a v6K core

The 1136r1 is actually a v6K core (unlike the 1136r0); mark it as such,
thus enabling the TLS registers, NOP hints, CLREX, half and byte wide
exclusive load/stores, etc.

The VA-to-PA translation registers are not present on 1136r1, so
introduce a new feature flag for them, which is enabled on 1176,
11MPCore and all v7 cores.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Jamie Iles <jamie@jamieiles.com>
target-arm/cpu.h
target-arm/helper.c