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

2010-06-23 Thread KAWAKATSU, Noritaka
erdesigntech.co...@nongnu.org] On Behalf Of KAWAKATSU Noritaka Sent: Tuesday, June 22, 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,v

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

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

2010-06-22 Thread Rtp
KAWAKATSU Noritaka 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 qemu-mips64 execution. > Is this a b

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

2010-06-21 Thread KAWAKATSU Noritaka
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 qemu-mips64 execution. Is this a bug for qemu-system-mips64 ? Or should I build u-b