Re: [PATCH v7 12/17] dfu: add dfu_write_by_alt()

2020-10-29 Thread Tom Rini
On Thu, Oct 29, 2020 at 01:47:52PM +0900, AKASHI Takahiro wrote: > This function is a variant of dfu_write_by_name() and takes a DFU alt > setting number for dfu configuration. > > It will be utilised to implement UEFI capsule management protocol for > raw image in a later commit. > > Signed-off

[PATCH v7 12/17] dfu: add dfu_write_by_alt()

2020-10-28 Thread AKASHI Takahiro
This function is a variant of dfu_write_by_name() and takes a DFU alt setting number for dfu configuration. It will be utilised to implement UEFI capsule management protocol for raw image in a later commit. Signed-off-by: AKASHI Takahiro --- drivers/dfu/dfu_alt.c | 47 ++