From 9b4e0df961112aa8446b48a6e5c50b05c6e20ea5e5c40b99e57c8f9a53cb5d5d Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 24 Mar 2023 08:09:09 +0000 Subject: [PATCH] - 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/package/show/hardware/mmc-utils?expand=0&rev=41 --- _servicedata | 2 +- mmc-utils-0.1+git.20220208.obscpio | 3 --- mmc-utils-0.1+git.20230209.obscpio | 3 +++ mmc-utils.changes | 19 +++++++++++++++++++ mmc-utils.obsinfo | 6 +++--- mmc-utils.spec | 4 ++-- 6 files changed, 28 insertions(+), 9 deletions(-) delete mode 100644 mmc-utils-0.1+git.20220208.obscpio create mode 100644 mmc-utils-0.1+git.20230209.obscpio diff --git a/_servicedata b/_servicedata index 16a9ef8..06ec446 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git - 4637a7c0df49ba349f9f0e4ab0828133fc06cc81 \ No newline at end of file + d4c2910981ff99b983734426dfa99632fb81ac6b \ No newline at end of file diff --git a/mmc-utils-0.1+git.20220208.obscpio b/mmc-utils-0.1+git.20220208.obscpio deleted file mode 100644 index 705c5c2..0000000 --- a/mmc-utils-0.1+git.20220208.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24d61ec87ed128fd5238e3c8ec03a3cc5b4a75a448a92d2a0b6918b37bb0dc11 -size 225291 diff --git a/mmc-utils-0.1+git.20230209.obscpio b/mmc-utils-0.1+git.20230209.obscpio new file mode 100644 index 0000000..dcd6830 --- /dev/null +++ b/mmc-utils-0.1+git.20230209.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:605ae4c2e69a211418b71e0b09544b16314db0bc7d2fb99ab2ee84f45da18c66 +size 236555 diff --git a/mmc-utils.changes b/mmc-utils.changes index 2dee1bf..796938b 100644 --- a/mmc-utils.changes +++ b/mmc-utils.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Fri Mar 24 08:08:30 UTC 2023 - Martin Pluskal + +- 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 + ------------------------------------------------------------------- Thu Feb 17 08:09:45 UTC 2022 - Martin Pluskal diff --git a/mmc-utils.obsinfo b/mmc-utils.obsinfo index d67e1e6..97fe3bc 100644 --- a/mmc-utils.obsinfo +++ b/mmc-utils.obsinfo @@ -1,4 +1,4 @@ name: mmc-utils -version: 0.1+git.20220208 -mtime: 1644333335 -commit: 4637a7c0df49ba349f9f0e4ab0828133fc06cc81 +version: 0.1+git.20230209 +mtime: 1675952211 +commit: d4c2910981ff99b983734426dfa99632fb81ac6b diff --git a/mmc-utils.spec b/mmc-utils.spec index f54bdb8..addfb7c 100644 --- a/mmc-utils.spec +++ b/mmc-utils.spec @@ -1,7 +1,7 @@ # # spec file for package mmc-utils # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: mmc-utils -Version: 0.1+git.20220208 +Version: 0.1+git.20230209 Release: 0 Summary: Tools for MMC/SD devices License: GPL-2.0-only