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

2015-10-19 Thread Leon Alrae
On 16/10/15 00:52, 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. > > Signed-off-by: Yongbok Kim

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

2015-10-15 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