commit | e60cef860f76cd558ee70e1d145eea1c24de20e7 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Wed Feb 26 17:20:05 2014 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Wed Feb 26 17:20:05 2014 +0000 |
tree | 2c8f31f19db06b82dc26bc6a1cf17f461ff6e5a1 | |
parent | a7adc4b779d24e75d05d43fb6311ab9e6449523a [diff] |
target-arm: Implement AArch64 ID and feature registers Implement the AArch64-specific ID and feature registers. Although many of these are currently not used by the architecture (and so always zero for all implementations), we define the full set of fields in the ARMCPU struct for symmetry. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>