Re: [Qemu-devel] [PATCH for-2.5 v2 1/4] target-mips: add CMGCRBase register

2015-10-29 Thread James Hogan
On Tue, Oct 27, 2015 at 05:12:34PM +, Yongbok Kim wrote: > Physical base address for the memory-mapped Coherency Manager Global > Configuration Register space. > The MIPS default location for the GCR_BASE address is 0x1FBF_8. > This register only exists if Config3 CMGCR is set to one. > > Sign

[Qemu-devel] [PATCH for-2.5 v2 1/4] target-mips: add CMGCRBase register

2015-10-27 Thread Yongbok Kim
Physical base address for the memory-mapped Coherency Manager Global Configuration Register space. The MIPS default location for the GCR_BASE address is 0x1FBF_8. This register only exists if Config3 CMGCR is set to one. Signed-off-by: Yongbok Kim --- target-mips/cpu.h|3 ++- tar