- 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
This commit is contained in:
parent
7d80961688
commit
9b4e0df961
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git</param>
|
||||
<param name="changesrevision">4637a7c0df49ba349f9f0e4ab0828133fc06cc81</param></service></servicedata>
|
||||
<param name="changesrevision">d4c2910981ff99b983734426dfa99632fb81ac6b</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:24d61ec87ed128fd5238e3c8ec03a3cc5b4a75a448a92d2a0b6918b37bb0dc11
|
||||
size 225291
|
3
mmc-utils-0.1+git.20230209.obscpio
Normal file
3
mmc-utils-0.1+git.20230209.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:605ae4c2e69a211418b71e0b09544b16314db0bc7d2fb99ab2ee84f45da18c66
|
||||
size 236555
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 24 08:08:30 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- 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 <mpluskal@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user