Re: [U-Boot] [PATCH v4 2/3] dfu: ram support

2013-09-17 Thread Afzal Mohammed
Hi Heiko, On Tue, Sep 17, 2013 at 06:32:37AM +0200, Heiko Schocher wrote: > Thanks for this work! Hmm... minor comment. Could you add a entry in > README? > > Beside of that: > > Acked-by: Heiko Schocher Thanks, v5 has been posted with README entry. Regards Afzal

Re: [U-Boot] [PATCH v4 2/3] dfu: ram support

2013-09-16 Thread Heiko Schocher
Hello Afzal, Am 13.09.2013 19:00, schrieb Afzal Mohammed: DFU spec mentions it as a method to upgrade firmware (software stored in writable non-volatile memory). It also says other potential uses of DFU is beyond scope of the spec. Here such a beyond the scope use is being attempted - directly

[U-Boot] [PATCH v4 2/3] dfu: ram support

2013-09-13 Thread Afzal Mohammed
DFU spec mentions it as a method to upgrade firmware (software stored in writable non-volatile memory). It also says other potential uses of DFU is beyond scope of the spec. Here such a beyond the scope use is being attempted - directly pumping binary images from host via USB to RAM. This facility