Re: [Qemu-devel] commit 08521e2 breaks SLOF usb boot

2013-07-24 Thread Nikunj A Dadhania
Paolo Bonzini writes: > Il 14/06/2013 12:32, Nikunj A Dadhania ha scritto: >> Nikunj A Dadhania writes: >>> commit 08521e28c7e6e8cc1f53424a0f845f58d2ed9546 >>> Author: Paolo Bonzini >>> Date: Fri May 24 12:54:01 2013 +0200 >>> >>> memory: add big endian support to access_with_adjusted_siz

Re: [Qemu-devel] commit 08521e2 breaks SLOF usb boot

2013-07-19 Thread Alexey Kardashevskiy
On 07/19/2013 11:05 PM, Alexey Kardashevskiy wrote: > On 07/19/2013 11:03 PM, Paolo Bonzini wrote: >> Il 19/07/2013 14:58, Alexey Kardashevskiy ha scritto: >>> On 07/19/2013 10:50 PM, Paolo Bonzini wrote: Il 14/06/2013 12:32, Nikunj A Dadhania ha scritto: > Nikunj A Dadhania writes: >

Re: [Qemu-devel] commit 08521e2 breaks SLOF usb boot

2013-07-19 Thread Alexey Kardashevskiy
On 07/19/2013 11:03 PM, Paolo Bonzini wrote: > Il 19/07/2013 14:58, Alexey Kardashevskiy ha scritto: >> On 07/19/2013 10:50 PM, Paolo Bonzini wrote: >>> Il 14/06/2013 12:32, Nikunj A Dadhania ha scritto: Nikunj A Dadhania writes: > commit 08521e28c7e6e8cc1f53424a0f845f58d2ed9546 > Aut

Re: [Qemu-devel] commit 08521e2 breaks SLOF usb boot

2013-07-19 Thread Paolo Bonzini
Il 19/07/2013 14:58, Alexey Kardashevskiy ha scritto: > On 07/19/2013 10:50 PM, Paolo Bonzini wrote: >> Il 14/06/2013 12:32, Nikunj A Dadhania ha scritto: >>> Nikunj A Dadhania writes: commit 08521e28c7e6e8cc1f53424a0f845f58d2ed9546 Author: Paolo Bonzini Date: Fri May 24 12:54:01

Re: [Qemu-devel] commit 08521e2 breaks SLOF usb boot

2013-07-19 Thread Alexey Kardashevskiy
On 07/19/2013 10:50 PM, Paolo Bonzini wrote: > Il 14/06/2013 12:32, Nikunj A Dadhania ha scritto: >> Nikunj A Dadhania writes: >>> commit 08521e28c7e6e8cc1f53424a0f845f58d2ed9546 >>> Author: Paolo Bonzini >>> Date: Fri May 24 12:54:01 2013 +0200 >>> >>> memory: add big endian support to acc

Re: [Qemu-devel] commit 08521e2 breaks SLOF usb boot

2013-07-19 Thread Paolo Bonzini
Il 14/06/2013 12:32, Nikunj A Dadhania ha scritto: > Nikunj A Dadhania writes: >> commit 08521e28c7e6e8cc1f53424a0f845f58d2ed9546 >> Author: Paolo Bonzini >> Date: Fri May 24 12:54:01 2013 +0200 >> >> memory: add big endian support to access_with_adjusted_size >> >> This will be us

Re: [Qemu-devel] commit 08521e2 breaks SLOF usb boot

2013-06-14 Thread Nikunj A Dadhania
Nikunj A Dadhania writes: > commit 08521e28c7e6e8cc1f53424a0f845f58d2ed9546 > Author: Paolo Bonzini > Date: Fri May 24 12:54:01 2013 +0200 > > memory: add big endian support to access_with_adjusted_size > > This will be used to split 8-byte access down to two four-byte accesses. >

[Qemu-devel] commit 08521e2 breaks SLOF usb boot

2013-06-14 Thread Nikunj A Dadhania
Hi, I have a working usb echi storage support for SLOF. I found that with latest qemu HEAD, USB EHCI registers(HCSPARAMS) started appearing funnily - in place of being LE it appeared BE. Bisecting it down I could get to this zero to the following commit: commit 08521e28c7e6e8cc1f53424a0f845f58d