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

2012-02-04 Thread Marek Vasut
> > On 03.02.2012 14:22, 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

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

2012-02-03 Thread Marek Vasut
> On 03.02.2012 14:22, 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.

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

2012-02-03 Thread Matthias Fuchs
On 03.02.2012 14:22, 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-boo

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

2012-02-03 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 US