[U-Boot] [PATCH V3] mx28: fix SPL code to make USB booting work

2012-02-07 Thread Matthias Fuchs
This patch fixes booting i.MX28 CPUs via USB download. In this mode the CPU's bootrom implements a USB HID device that accepts a bootstream. When downloading the bootstream via USB, first the SPL code is received and executed. Then the u-boot image is received and called. The USB bootmode is

Re: [U-Boot] [PATCH V3] mx28: fix SPL code to make USB booting work

2012-02-07 Thread Marek Vasut
This patch fixes booting i.MX28 CPUs via USB download. In this mode the CPU's bootrom implements a USB HID device that accepts a bootstream. When downloading the bootstream via USB, first the SPL code is received and executed. Then the u-boot image is received and called. The USB

Re: [U-Boot] [PATCH V3] mx28: fix SPL code to make USB booting work

2012-02-07 Thread Stefano Babic
On 07/02/2012 17:54, Marek Vasut wrote: This patch fixes booting i.MX28 CPUs via USB download. In this mode the CPU's bootrom implements a USB HID device that accepts a bootstream. When downloading the bootstream via USB, first the SPL code is received and executed. Then the u-boot image is

Re: [U-Boot] [PATCH V3] mx28: fix SPL code to make USB booting work

2012-02-07 Thread Stefano Babic
On 07/02/2012 10:32, Matthias Fuchs wrote: This patch fixes booting i.MX28 CPUs via USB download. In this mode the CPU's bootrom implements a USB HID device that accepts a bootstream. When downloading the bootstream via USB, first the SPL code is received and executed. Then the u-boot image