[PATCH 0/5] DFU: new entity types and minor improvements
Jaehoon Chung
jh80.chung at samsung.com
Sun Dec 20 23:17:57 CET 2020
Hi Marek,
On 12/17/20 9:10 PM, Marek Szyprowski wrote:
> Hi All,
>
> This patchset adds support for SKIP and SCRIPT entity types to the DFU
> subsystem. They significantly extends the flexibility of the DFU
> subsystem. Together with the recently posted 'Add MBR partition table
> creation and verify command' patchset it allows to create the whole
> partition table during the board flashing when one prepares a proper
> script. It also easies the flashing by allowing to use the same images
> for different board variants/types, as each board can now use only the
> relevant images and skip the other ones without returning a failure.
I sent the patch about skip entity. At that time, Lukasz mentioned to update dfu documentation.
https://patchwork.ozlabs.org/project/uboot/patch/20201109115757.24601-1-jh80.chung@samsung.com/
Could you update also README.dfu and Minkyu's reviewed-tag about my patch?
Best Regards,
Jaehoon Chung
>
> Best regards
> Marek Szyprowski
> Samsung R&D Institute Poland
>
>
> Jaehoon Chung (1):
> dfu: add 'SKIP' entity
>
> Marek Szyprowski (4):
> dfu: mmc: use the default MMC device if entity specifies it as -1
> dfu: add 'SCRIPT' entity
> dfu: add support for the dfu_alt_info reintialization from the flashed
> script
> thor: add support for the dfu_alt_info reintialization from the
> flashed script
>
> cmd/dfu.c | 14 ++++++++++++-
> cmd/thordown.c | 19 +++++++++++-------
> common/dfu.c | 3 +++
> drivers/dfu/dfu.c | 6 +++++-
> drivers/dfu/dfu_mmc.c | 39 ++++++++++++++++++++++++++++++++-----
> drivers/usb/gadget/f_thor.c | 3 +++
> include/dfu.h | 4 ++++
> include/thor.h | 2 ++
> 8 files changed, 76 insertions(+), 14 deletions(-)
>
More information about the U-Boot
mailing list