Go to file
Avi Shchislowski 89cd01ed86 mmc_utils: add ffu support
Adding support for field firmware update over multiple command ioctl.
As multiple command ioctl is supported only from kernel 4.4, this patch
should be used against kernel 4.4 and above.

Known issues:
- There is no support for Multiple Block write commands (CMD25) in existing
  IOCTL implementation
- In case MODE_OPERATION_CODES field is not supported by the device
  manual reset of the device/platform is required.
  The reset issue discussed in another email thread - " [RFC 0/6] mmc:
  Field Firmware Update"

Signed-off-by: Yaniv Agman <yaniv.agman@sandisk.com>
Signed-off-by: Avi Shchislowski <avi.shchislowski@sandisk.com>
Signed-off-by: Chris Ball <chris@printf.net>
2016-03-08 14:22:41 -05:00
3rdparty/hmac_sha mmc-utils: RPMB: add HMAC SHA256 support 2014-08-12 10:29:37 -04:00
man mmc_utils: doc: add man-page 2015-11-18 15:11:14 -05:00
.gitignore Add .gitignore for binaries 2012-10-19 16:13:43 -04:00
Android.mk fix building errors on Android 2015-03-24 22:09:55 -04:00
lsmmc.c mmc-utils: Merge the lsmmc tool into mmc-utils 2016-02-26 09:42:38 -05:00
Makefile mmc-utils: Merge the lsmmc tool into mmc-utils 2016-02-26 09:42:38 -05:00
mmc_cmds.c mmc_utils: add ffu support 2016-03-08 14:22:41 -05:00
mmc_cmds.h mmc_utils: add ffu support 2016-03-08 14:22:41 -05:00
mmc.c mmc_utils: add ffu support 2016-03-08 14:22:41 -05:00
mmc.h mmc_utils: add ffu support 2016-03-08 14:22:41 -05:00