commit | 0b45451e588e35965175c06b832a799a159716f0 | [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 | 79848bdb81f980c0433424b884e8ebcd9c305cb7 | |
parent | e60cef860f76cd558ee70e1d145eea1c24de20e7 [diff] |
target-arm: Implement AArch64 dummy breakpoint and watchpoint registers In AArch64 the breakpoint and watchpoint registers are mandatory, so the kernel always accesses them on bootup. Implement dummy versions, which read as written but have no actual effect. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>