Re: [U-Boot] [RFC PATCH 04/14] dfu: allow to manage DFU on several devices

2019-07-22 Thread Lukasz Majewski
Hi Patrick, > Add support of DFU for several interface/device > with one command. > > The format for "dfu_alt_info" in this case is : > interface with devstring'='alternate list (';' separated) > and each interface is separated by '&' > > The previous behavior is always supported. Good. >

[U-Boot] [RFC PATCH 04/14] dfu: allow to manage DFU on several devices

2019-07-19 Thread Patrick Delaunay
Add support of DFU for several interface/device with one command. The format for "dfu_alt_info" in this case is : interface with devstring'='alternate list (';' separated) and each interface is separated by '&' The previous behavior is always supported. One example for NOR (bootloaders) + NA