Re: [Qemu-devel] [PATCH arm-devs v3 4/9] target-arm/cpu: Convert reset CBAR to a property

2013-12-15 Thread Peter Crosthwaite
On Sat, Dec 7, 2013 at 12:41 AM, Peter Maydell peter.mayd...@linaro.org wrote: On 3 December 2013 07:01, Peter Crosthwaite peter.crosthwa...@xilinx.com wrote: The reset Value of the CP15 CBAR is a vendor (machine) configurable no need to capitalize value here. property. If ARM_FEATURE_CBAR

Re: [Qemu-devel] [PATCH arm-devs v3 4/9] target-arm/cpu: Convert reset CBAR to a property

2013-12-10 Thread Peter Crosthwaite
On Sat, Dec 7, 2013 at 12:41 AM, Peter Maydell peter.mayd...@linaro.org wrote: On 3 December 2013 07:01, Peter Crosthwaite peter.crosthwa...@xilinx.com wrote: The reset Value of the CP15 CBAR is a vendor (machine) configurable no need to capitalize value here. Fixed, Regards, Peter

Re: [Qemu-devel] [PATCH arm-devs v3 4/9] target-arm/cpu: Convert reset CBAR to a property

2013-12-06 Thread Peter Maydell
On 3 December 2013 07:01, Peter Crosthwaite peter.crosthwa...@xilinx.com wrote: The reset Value of the CP15 CBAR is a vendor (machine) configurable no need to capitalize value here. property. If ARM_FEATURE_CBAR is set, add it as a property at post_init time. Signed-off-by: Peter

[Qemu-devel] [PATCH arm-devs v3 4/9] target-arm/cpu: Convert reset CBAR to a property

2013-12-02 Thread Peter Crosthwaite
The reset Value of the CP15 CBAR is a vendor (machine) configurable property. If ARM_FEATURE_CBAR is set, add it as a property at post_init time. Signed-off-by: Peter Crosthwaite peter.crosthwa...@xilinx.com --- Change since v1: Re-implement as dynamic property target-arm/cpu.c | 14