From b2cf2bb7a125df16a65db234f925681c71c99c21b94bb3fc51b680f0d792a586 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 9 Sep 2016 18:46:41 +0000 Subject: [PATCH] - Update to version 0.1+git.20160901: * 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 --- mmc-utils-0.1+git.20160623.tar.xz | 3 --- mmc-utils-0.1+git.20160901.tar.xz | 3 +++ mmc-utils.changes | 26 ++++++++++++++++++++++++++ mmc-utils.spec | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) delete mode 100644 mmc-utils-0.1+git.20160623.tar.xz create mode 100644 mmc-utils-0.1+git.20160901.tar.xz diff --git a/mmc-utils-0.1+git.20160623.tar.xz b/mmc-utils-0.1+git.20160623.tar.xz deleted file mode 100644 index d8c0454..0000000 --- a/mmc-utils-0.1+git.20160623.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ecbe98f57f955a606d055b697025a614ed017b9aaa075eb16af2e26cea9d7888 -size 35524 diff --git a/mmc-utils-0.1+git.20160901.tar.xz b/mmc-utils-0.1+git.20160901.tar.xz new file mode 100644 index 0000000..899328c --- /dev/null +++ b/mmc-utils-0.1+git.20160901.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df79b249558535357fd42e34ce8932e50908a62bd02ef7cc823916da08afff68 +size 35664 diff --git a/mmc-utils.changes b/mmc-utils.changes index 3b07bab..c165e85 100644 --- a/mmc-utils.changes +++ b/mmc-utils.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Fri Sep 09 18:44:54 UTC 2016 - mpluskal@suse.com + +- Update to version 0.1+git.20160901: + * 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 + +------------------------------------------------------------------- +Thu Aug 18 11:36:34 UTC 2016 - mpluskal@suse.com + +- 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 + ------------------------------------------------------------------- Wed Jun 29 15:19:02 UTC 2016 - mpluskal@suse.com diff --git a/mmc-utils.spec b/mmc-utils.spec index 4f285cd..2ca39a1 100644 --- a/mmc-utils.spec +++ b/mmc-utils.spec @@ -17,7 +17,7 @@ Name: mmc-utils -Version: 0.1+git.20160623 +Version: 0.1+git.20160901 Release: 0 Summary: Tools for MMC/SD devices License: GPL-2.0