target-arm: Implement RVBAR register
commit3933443e38f37576d63247a846ca342da53e7d43
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 15 Apr 2014 18:18:48 +0000 (15 19:18 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 17 Apr 2014 20:34:06 +0000 (17 21:34 +0100)
tree5dec05752805f6af715c8ff296cac458831c28c1
parent19525524a755a98f72b80c92c4f6bdeea3002da5
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>
target-arm/cpu-qom.h
target-arm/cpu.c
target-arm/helper.c