
This patch series provide following improvements: - Time needed for flashing is reduced by switching CRC32 calculation to be optional. - Access to eMMC device partitions (like boot) is now possible - It is now possible to assign several envs for dfu command
Lukasz Majewski (2): dfu: mmc: Provide support for eMMC boot partition access dfu: Introduction of the "dfu_checksum_method" env variable for checksum method setting
Przemyslaw Marczak (1): dfu: add static alt num count in dfu_config_entities()
drivers/dfu/dfu.c | 40 +++++++++++++++++++++++++++++++++++----- drivers/dfu/dfu_mmc.c | 48 ++++++++++++++++++++++++++++++++++++++++++++++-- include/dfu.h | 10 ++++++++++ 3 files changed, 91 insertions(+), 7 deletions(-)