Re: [U-Boot] [PATCH 09/14] dfu: add callback for flush and initiated operation

2019-09-17 Thread Patrick DELAUNAY
Hi, > From: Lukasz Majewski > Sent: mardi 17 septembre 2019 12:45 > > Hi Patrick, > > > Add weak callback to allow board specific behavior > > - flush > > - initiated > > > > This patch prepare usage of DFU back end for communication with > > STM32CubeProgrammer on stm32mp1 platform with

Re: [U-Boot] [PATCH 09/14] dfu: add callback for flush and initiated operation

2019-09-17 Thread Lukasz Majewski
Hi Patrick, > Add weak callback to allow board specific behavior > - flush > - initiated > > This patch prepare usage of DFU back end for communication with > STM32CubeProgrammer on stm32mp1 platform with stm32prog command. As I've said previously - please add this use case and info to

[U-Boot] [PATCH 09/14] dfu: add callback for flush and initiated operation

2019-09-13 Thread Patrick Delaunay
Add weak callback to allow board specific behavior - flush - initiated This patch prepare usage of DFU back end for communication with STM32CubeProgrammer on stm32mp1 platform with stm32prog command. Signed-off-by: Patrick Delaunay --- drivers/dfu/dfu.c | 19 +++ include/dfu.h