Re: [Qemu-devel] [PATCH v2 3/4] zynq_slcr: Fixed ResetValues enum

2012-10-09 Thread Peter Crosthwaite
Yes it is independent. Please queue to arm-devs, Regards, Peter On Tue, Oct 9, 2012 at 9:53 PM, Peter Maydell wrote: > On 4 October 2012 01:16, Peter Crosthwaite > wrote: >> From: Peter A. G. Crosthwaite >> >> There is a gap in the reset region of the address space at offset 0x208. This >> th

Re: [Qemu-devel] [PATCH v2 3/4] zynq_slcr: Fixed ResetValues enum

2012-10-09 Thread Peter Maydell
On 4 October 2012 01:16, Peter Crosthwaite wrote: > From: Peter A. G. Crosthwaite > > There is a gap in the reset region of the address space at offset 0x208. This > throws out all these enum values by one when translating them to address > offsets. > Fixed by putting the corresponding gap in th

[Qemu-devel] [PATCH v2 3/4] zynq_slcr: Fixed ResetValues enum

2012-10-03 Thread Peter Crosthwaite
From: Peter A. G. Crosthwaite There is a gap in the reset region of the address space at offset 0x208. This throws out all these enum values by one when translating them to address offsets. Fixed by putting the corresponding gap in the enum as well. Signed-off-by: Peter A. G. Crosthwaite ---