[U-Boot] [PATCH 0/3] dfu: Several enhancements for dfu subsystem
Lukasz Majewski
l.majewski at samsung.com
Mon Mar 31 10:48:46 CEST 2014
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(-)
--
1.7.10.4
More information about the U-Boot
mailing list