commit | 3933443e38f37576d63247a846ca342da53e7d43 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Tue Apr 15 19:18:48 2014 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Thu Apr 17 21:34:06 2014 +0100 |
tree | 5dec05752805f6af715c8ff296cac458831c28c1 | |
parent | 19525524a755a98f72b80c92c4f6bdeea3002da5 [diff] |
target-arm: Implement RVBAR register Implement the AArch64 RVBAR register, which indicates the reset address. Since the reset address is implementation defined and usually configurable by setting config signals in hardware, we also provide a QOM property so it can be set at board level if necessary. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>