Re: [U-Boot] crash in usb_stor_get_info using pre-relocation address for ss-transport

2013-06-13 Thread Chris Packham
Hi Albert, On 13/06/13 17:43, Albert ARIBAUD wrote: Hi Chris, On Thu, 13 Jun 2013 13:16:17 +1200, Chris Packham judge.pack...@gmail.com wrote: On Thu, Jun 13, 2013 at 12:02 PM, Chris Packham judge.pack...@gmail.com wrote: Hi, I've just found a crash in usb_stor_get_info (actually

Re: [U-Boot] crash in usb_stor_get_info using pre-relocation address for ss-transport

2013-06-13 Thread Albert ARIBAUD
Hi Chris, On Thu, 13 Jun 2013 22:19:54 +1200, Chris Packham judge.pack...@gmail.com wrote: Hi Albert, On 13/06/13 17:43, Albert ARIBAUD wrote: Hi Chris, On Thu, 13 Jun 2013 13:16:17 +1200, Chris Packham judge.pack...@gmail.com wrote: On Thu, Jun 13, 2013 at 12:02 PM, Chris

Re: [U-Boot] crash in usb_stor_get_info using pre-relocation address for ss-transport

2013-06-13 Thread Chris Packham
On Thu, Jun 13, 2013 at 11:24 PM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Chris, On Thu, 13 Jun 2013 22:19:54 +1200, Chris Packham judge.pack...@gmail.com wrote: Hi Albert, On 13/06/13 17:43, Albert ARIBAUD wrote: Hi Chris, On Thu, 13 Jun 2013 13:16:17 +1200, Chris Packham

Re: [U-Boot] crash in usb_stor_get_info using pre-relocation address for ss-transport

2013-06-13 Thread Chris Packham
On Fri, Jun 14, 2013 at 10:48 AM, Chris Packham judge.pack...@gmail.com wrote: On Thu, Jun 13, 2013 at 11:24 PM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Chris, On Thu, 13 Jun 2013 22:19:54 +1200, Chris Packham judge.pack...@gmail.com wrote: Hi Albert, On 13/06/13 17:43, Albert

[U-Boot] crash in usb_stor_get_info using pre-relocation address for ss-transport

2013-06-12 Thread Chris Packham
Hi, I've just found a crash in usb_stor_get_info (actually usb_inquiry which gets auto-inlined). The cause seems to be that ss-transport is set to the pre-relocation address of usb_stor_BBB_transport. Yet ss-transport_reset is set to the correct relocated address of. The difference between the

Re: [U-Boot] crash in usb_stor_get_info using pre-relocation address for ss-transport

2013-06-12 Thread Chris Packham
On Thu, Jun 13, 2013 at 12:02 PM, Chris Packham judge.pack...@gmail.com wrote: Hi, I've just found a crash in usb_stor_get_info (actually usb_inquiry which gets auto-inlined). The cause seems to be that ss-transport is set to the pre-relocation address of usb_stor_BBB_transport. Yet

Re: [U-Boot] crash in usb_stor_get_info using pre-relocation address for ss-transport

2013-06-12 Thread Albert ARIBAUD
Hi Chris, On Thu, 13 Jun 2013 13:16:17 +1200, Chris Packham judge.pack...@gmail.com wrote: On Thu, Jun 13, 2013 at 12:02 PM, Chris Packham judge.pack...@gmail.com wrote: Hi, I've just found a crash in usb_stor_get_info (actually usb_inquiry which gets auto-inlined). The cause seems to