RE: [Qemu-devel] u-boot on 'qemu-system-mips64 -M mips'

2010-06-23 Thread KAWAKATSU, Noritaka
, 2010 6:49 PM To: qemu-devel@nongnu.org Subject: Re: [Qemu-devel] u-boot on 'qemu-system-mips64 -M mips' Thank you for your reply. so EPC is set to bfc0ee94 which is : movn s1,v1,v0 From what I understand when reading the mips IV manual, the movn ins is only for mips IV

Re: [Qemu-devel] u-boot on 'qemu-system-mips64 -M mips'

2010-06-22 Thread Rtp
KAWAKATSU Noritaka kawakatsu.norit...@interdesigntech.co.jp writes: Hi, Hi, I have built u-boot binary for 'qemu-system-mips -M mips'. It is fine to run ths u-boot binary. But the same u-boot binary does not run on 'qemu-system-mips64 -M mips'. I do not understand what happends on the

Re: [Qemu-devel] u-boot on 'qemu-system-mips64 -M mips'

2010-06-22 Thread KAWAKATSU Noritaka
Thank you for your reply. so EPC is set to bfc0ee94 which is : movn s1,v1,v0 From what I understand when reading the mips IV manual, the movn ins is only for mips IV / 32bit and not 64bit. Looks like the qemu code has been written following this. (This also explains why