- Update to version 0.1+git.20230209:
* mmc-utils: Add basic erase error check
* mmc-utils: Add a command to write extcsd registers
* mmc-utils: Implement alternative boot operation
* mmc-utils: Add CMD0 softreset and preidle command
* mmc-utils: Allow for custom sanitize timeout
* mmc-utils: Refactor switch to allow custom timeout
* mmc-utils: Fix a typo for ATP mid
* mmc-utils: Fix ffu in case of unsupported MODE_OPERATION_CODES
* mmc-utils: fix warning on uninitialized 'cnt'
* mmc-utils: correct and clean up the file handling
* mmc-utils: Fix 4k sector size block count in FFU
* mmc-utils: Add General command CMD56 read support
* mmc-utils: Fix build error MMC_BLOCK_MAJOR undeclared
* Enhancement to do_status_get() function for detailed Response info
OBS-URL: https://build.opensuse.org/request/show/1074096
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mmc-utils?expand=0&rev=20
* mmc-utils: Add basic erase error check
* mmc-utils: Add a command to write extcsd registers
* mmc-utils: Implement alternative boot operation
* mmc-utils: Add CMD0 softreset and preidle command
* mmc-utils: Allow for custom sanitize timeout
* mmc-utils: Refactor switch to allow custom timeout
* mmc-utils: Fix a typo for ATP mid
* mmc-utils: Fix ffu in case of unsupported MODE_OPERATION_CODES
* mmc-utils: fix warning on uninitialized 'cnt'
* mmc-utils: correct and clean up the file handling
* mmc-utils: Fix 4k sector size block count in FFU
* mmc-utils: Add General command CMD56 read support
* mmc-utils: Fix build error MMC_BLOCK_MAJOR undeclared
* Enhancement to do_status_get() function for detailed Response info
OBS-URL: https://build.opensuse.org/package/show/hardware/mmc-utils?expand=0&rev=41
- Update to version 0.1+git.20210330:
* Various fixes
* Add various SD/eMMC vendors to table
* Fix parsing of Product Revision and Serial Number
* mmc_cmds.c: fix build with gcc 4.9
* mmc-utils: Add AUTO_EN support in the BKOPS_EN
* mmc-utils: Expand 'writeprotect boot'
* mmc-utils: Fix scaling of cache size
* rpmb: Zero-init MMC_IOC_MULTI_CMD structures
* mmc-utils: let FFU mode use CMD23 and CMD25
OBS-URL: https://build.opensuse.org/request/show/888951
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mmc-utils?expand=0&rev=14
* Various fixes
* Add various SD/eMMC vendors to table
* Fix parsing of Product Revision and Serial Number
* mmc_cmds.c: fix build with gcc 4.9
* mmc-utils: Add AUTO_EN support in the BKOPS_EN
* mmc-utils: Expand 'writeprotect boot'
* mmc-utils: Fix scaling of cache size
* rpmb: Zero-init MMC_IOC_MULTI_CMD structures
* mmc-utils: let FFU mode use CMD23 and CMD25
OBS-URL: https://build.opensuse.org/package/show/hardware/mmc-utils?expand=0&rev=32
- Update to version 0.1+git.20191004:
* Add eMMC vendor Micron to table
* Optimize to_binstr() function
* Fix parsing of character in to_binstr()
* Cleanup memory in error case
* Check calloc's return value before using the pointer
* mmc-utils: feature spec 5.0+, add secure removal type fields to Extended CSD
* mmc-utils: use MMC_IOC_MULTI_CMD for RPMB access
* use proper type for RPMB blocks_cnt
* fix GCC7 build by refactoring trimming routines
* fix ENH_START_ADDR overflow
OBS-URL: https://build.opensuse.org/request/show/770331
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mmc-utils?expand=0&rev=13
* Add eMMC vendor Micron to table
* Optimize to_binstr() function
* Fix parsing of character in to_binstr()
* Cleanup memory in error case
* Check calloc's return value before using the pointer
* mmc-utils: feature spec 5.0+, add secure removal type fields to Extended CSD
* mmc-utils: use MMC_IOC_MULTI_CMD for RPMB access
* use proper type for RPMB blocks_cnt
* fix GCC7 build by refactoring trimming routines
* fix ENH_START_ADDR overflow
OBS-URL: https://build.opensuse.org/package/show/hardware/mmc-utils?expand=0&rev=29
- Update to version 0.1+git.20180216:
* mmc-utils: manpage: fix arguments for TH macro
* mmc-utils: remove unused #includes
* mmc-utils: move offsetof from mmc.h to only user
* mmc-utils: expand .gitignore
* mmc-utils: make use of dependency information generated by gcc
* mmc-utils: drop unused header
* mmc-utils: drop macro CHECK
- Drop do_not_use_asm_generic.patch
OBS-URL: https://build.opensuse.org/request/show/584239
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mmc-utils?expand=0&rev=9
* mmc-utils: manpage: fix arguments for TH macro
* mmc-utils: remove unused #includes
* mmc-utils: move offsetof from mmc.h to only user
* mmc-utils: expand .gitignore
* mmc-utils: make use of dependency information generated by gcc
* mmc-utils: drop unused header
* mmc-utils: drop macro CHECK
- Drop do_not_use_asm_generic.patch
OBS-URL: https://build.opensuse.org/package/show/hardware/mmc-utils?expand=0&rev=20
* Fix reported offset for enhanced user area start address
* Register being set is other than mentioned in printed message.
* Add -c option for partitioning commands
* Add help texts for -c option
* Fix return value check from set_partitioning_setting_completed()
* Add missing -c for write_reliability
- Update to version 0.1+git.20160623:
* mmc-utils: add support to create gp partition
* mmc-utils: Add command to set the boot bus conditions
* mmc-utils: add ability to enable/disable optional eMMC cache
* mmc_utils: gp create: only allow partition [1-4] to be selected
* mmc_utils: doc: add man-page
* mmc-utils: Merge the lsmmc tool into mmc-utils
* mmc_utils: add ffu support
* mmc-utils: Add disable partition boot to 'mmc bootpart enable'
* mmc-utils: Add ability to configure write protect on an eMMC device
* mmc-utils: Add Command Queue fields to Extended CSD
OBS-URL: https://build.opensuse.org/package/show/hardware/mmc-utils?expand=0&rev=15
- Update to version 0.1~git.20160308:
+ Fit usage to 80 cols
+ fix building errors on Android
+ mmc-utils: add check for max enhanced user area
+ mmc-utils: add support to create gp partition
+ mmc-utils: Add command to set the boot bus conditions
+ mmc-utils: add ability to enable/disable optional eMMC cache
+ mmc_utils: gp create: only allow partition [1-4] to be selected
+ mmc_utils: doc: add man-page
+ mmc-utils: Merge the lsmmc tool into mmc-utils
+ mmc_utils: add ffu support
OBS-URL: https://build.opensuse.org/request/show/369234
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mmc-utils?expand=0&rev=4
+ Fit usage to 80 cols
+ fix building errors on Android
+ mmc-utils: add check for max enhanced user area
+ mmc-utils: add support to create gp partition
+ mmc-utils: Add command to set the boot bus conditions
+ mmc-utils: add ability to enable/disable optional eMMC cache
+ mmc_utils: gp create: only allow partition [1-4] to be selected
+ mmc_utils: doc: add man-page
+ mmc-utils: Merge the lsmmc tool into mmc-utils
+ mmc_utils: add ffu support
OBS-URL: https://build.opensuse.org/package/show/hardware/mmc-utils?expand=0&rev=9