Re: [Qemu-devel] [PATCH v2] target-mips: fix 34Kf configuration for DSP ASE

2013-09-13 Thread Maciej W. Rozycki
On Sat, 3 Aug 2013, Aurelien Jarno wrote: > > 34Kf core does support DSP ASE. > > CP0_Config3 configuration for 34Kf and description are wrong. > > > > Please refer to MIPS32(R) 34Kf(TM) Processor Core Datasheet > > > > Signed-off-by: Yongbok Kim > > --- > > changes from v1: > > make status.MX

Re: [Qemu-devel] [PATCH v2] target-mips: fix 34Kf configuration for DSP ASE

2013-08-03 Thread Aurelien Jarno
On Fri, Aug 02, 2013 at 10:33:43AM +0100, Yongbok Kim wrote: > 34Kf core does support DSP ASE. > CP0_Config3 configuration for 34Kf and description are wrong. > > Please refer to MIPS32(R) 34Kf(TM) Processor Core Datasheet > > Signed-off-by: Yongbok Kim > --- > changes from v1: > make status.MX

[Qemu-devel] [PATCH v2] target-mips: fix 34Kf configuration for DSP ASE

2013-08-02 Thread Yongbok Kim
34Kf core does support DSP ASE. CP0_Config3 configuration for 34Kf and description are wrong. Please refer to MIPS32(R) 34Kf(TM) Processor Core Datasheet Signed-off-by: Yongbok Kim --- changes from v1: make status.MX writeable target-mips/translate_init.c |7 +++ 1 files changed, 3 in