Re: [Qemu-devel] [PATCH v5 32/37] target-arm: Implement RVBAR register

2014-04-03 Thread Peter Crosthwaite
On Sat, Mar 29, 2014 at 2:10 AM, Peter Maydell wrote: > Implement the AArch64 RVBAR register, which indicates the reset > address. Since the reset address is implementation defined and > usually configurable by setting config signalso in hardware, we "signals". > also provide a QOM property so i

[Qemu-devel] [PATCH v5 32/37] target-arm: Implement RVBAR register

2014-03-28 Thread Peter Maydell
Implement the AArch64 RVBAR register, which indicates the reset address. Since the reset address is implementation defined and usually configurable by setting config signalso in hardware, we also provide a QOM property so it can be set at board level if necessary. Signed-off-by: Peter Maydell ---