]> git.proxmox.com Git - mirror_qemu.git/commit
target-arm: Implement Cortex-A57 implementation-defined system registers
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 15 Apr 2014 18:18:48 +0000 (19:18 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 17 Apr 2014 20:34:06 +0000 (21:34 +0100)
commit377a44ec8f2fac5b7bef41d212dfbabf53c8c810
tree61bc28f0bdd53373f0a6cece1ff3888bd872be4e
parent3933443e38f37576d63247a846ca342da53e7d43
target-arm: Implement Cortex-A57 implementation-defined system registers

Implement a subset of the Cortex-A57's implementation defined system
registers. We provide RAZ/WI or reads-as-constant/writes-ignored
implementations of the various control and syndrome reigsters.
We do not implement registers which provide direct access to and
manipulation of the L1 cache, since QEMU doesn't implement caches.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
target-arm/cpu64.c