Re: [PATCH] dfu: add DFU_SKIP layout concept

2020-11-04 Thread Jaehoon Chung
On 11/4/20 3:17 PM, Minkyu Kang wrote: > Hi, > > On Wed, 4 Nov 2020 at 08:36, Jaehoon Chung wrote: > >> Add DFU_SKIP layout cencept. >> > > "cencept" -> typo?? Will fix. Best Regards, Jaehoon Chung > > >> If layout is "skip", it will be skipped after nothing to do. >> It's useful to suppor

Re: [PATCH] dfu: add DFU_SKIP layout concept

2020-11-03 Thread Minkyu Kang
Hi, On Wed, 4 Nov 2020 at 08:36, Jaehoon Chung wrote: > Add DFU_SKIP layout cencept. > "cencept" -> typo?? > If layout is "skip", it will be skipped after nothing to do. > It's useful to support multiple board with one tar file. > > Signed-off-by: Jaehoon Chung > --- > doc/README.dfu

[PATCH] dfu: add DFU_SKIP layout concept

2020-11-03 Thread Jaehoon Chung
Add DFU_SKIP layout cencept. If layout is "skip", it will be skipped after nothing to do. It's useful to support multiple board with one tar file. Signed-off-by: Jaehoon Chung --- doc/README.dfu| 10 +- drivers/dfu/dfu.c | 2 +- drivers/dfu/dfu_mmc.c | 9 + include/

Re: [RFC PATCH] dfu: add DFU_SKIP layout concept

2020-11-02 Thread Jaehoon Chung
Hi Lukasz, On 11/2/20 6:55 PM, Lukasz Majewski wrote: > Hi Jaehoon, > >> Add DFU_SKIP layout cencept. >> If layout is "skip", it will be skipped after nothing to do. >> It's useful to support multiple board with one tar file. >> >> Signed-off-by: Jaehoon Chung >> --- >> drivers/dfu/dfu.c |

Re: [RFC PATCH] dfu: add DFU_SKIP layout concept

2020-11-02 Thread Lukasz Majewski
Hi Jaehoon, > Add DFU_SKIP layout cencept. > If layout is "skip", it will be skipped after nothing to do. > It's useful to support multiple board with one tar file. > > Signed-off-by: Jaehoon Chung > --- > drivers/dfu/dfu.c | 2 +- > drivers/dfu/dfu_mmc.c | 9 + > include/dfu.h

[RFC PATCH] dfu: add DFU_SKIP layout concept

2020-11-01 Thread Jaehoon Chung
Add DFU_SKIP layout cencept. If layout is "skip", it will be skipped after nothing to do. It's useful to support multiple board with one tar file. Signed-off-by: Jaehoon Chung --- drivers/dfu/dfu.c | 2 +- drivers/dfu/dfu_mmc.c | 9 + include/dfu.h | 1 + 3 files changed, 11