Re: [U-Boot] [PATCH] usb: gadget: Fix data aborts during USB ethernet boot

2013-09-04 Thread Marek Vasut
Dear Joel Fernandes, > On 09/04/2013 04:38 PM, Marek Vasut wrote: > > Dear Joel Fernandes, > > > >> On 08/27/2013 08:52 AM, Marek Vasut wrote: > >>> Dear Joel Fernandes, > >>> > As seen on GCC 4.6 Linaro compiler, control_req buffer is not aligned > on 4 byte boundaray causing data abo

Re: [U-Boot] [PATCH] usb: gadget: Fix data aborts during USB ethernet boot

2013-09-04 Thread Joel Fernandes
On 09/04/2013 04:38 PM, Marek Vasut wrote: > Dear Joel Fernandes, > >> On 08/27/2013 08:52 AM, Marek Vasut wrote: >>> Dear Joel Fernandes, >>> As seen on GCC 4.6 Linaro compiler, control_req buffer is not aligned on 4 byte boundaray causing data aborts in eth_setup -> conf_buf durin

Re: [U-Boot] [PATCH] usb: gadget: Fix data aborts during USB ethernet boot

2013-09-04 Thread Marek Vasut
Dear Joel Fernandes, > On 08/27/2013 08:52 AM, Marek Vasut wrote: > > Dear Joel Fernandes, > > > >> As seen on GCC 4.6 Linaro compiler, control_req buffer is not aligned > >> on 4 byte boundaray causing data aborts in eth_setup -> conf_buf > >> during dhcp boot over usb_ether. Fix the issue my al

Re: [U-Boot] [PATCH] usb: gadget: Fix data aborts during USB ethernet boot

2013-09-04 Thread Joel Fernandes
On 08/27/2013 08:52 AM, Marek Vasut wrote: > Dear Joel Fernandes, > >> As seen on GCC 4.6 Linaro compiler, control_req buffer is not aligned >> on 4 byte boundaray causing data aborts in eth_setup -> conf_buf >> during dhcp boot over usb_ether. Fix the issue my aligning control_req >> buffer to 4-

Re: [U-Boot] [PATCH] usb: gadget: Fix data aborts during USB ethernet boot

2013-08-27 Thread Marek Vasut
Dear Joel Fernandes, > As seen on GCC 4.6 Linaro compiler, control_req buffer is not aligned > on 4 byte boundaray causing data aborts in eth_setup -> conf_buf > during dhcp boot over usb_ether. Fix the issue my aligning control_req > buffer to 4-byte boundary. > > Tested on am335x_evm platform (

[U-Boot] [PATCH] usb: gadget: Fix data aborts during USB ethernet boot

2013-08-20 Thread Joel Fernandes
As seen on GCC 4.6 Linaro compiler, control_req buffer is not aligned on 4 byte boundaray causing data aborts in eth_setup -> conf_buf during dhcp boot over usb_ether. Fix the issue my aligning control_req buffer to 4-byte boundary. Tested on am335x_evm platform (beaglebone). Applies on 2013.10-rc