SHA256
1
0
forked from pool/mmc-utils
Commit Graph

50 Commits

Author SHA256 Message Date
Ana Guerrero
694126a8c1 Accepting request 1196052 from hardware
- Update to version 0.1+git.20240801:
  * mmc-utils: create mandir during install
  * mmc-utils: Make functions static for local scope enforcement
  * mmc-utils: Add Read-the-Docs configuration
  * mmc-utils: Add documentation section
  * mmc-utils: man 1 mmc-utils

OBS-URL: https://build.opensuse.org/request/show/1196052
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mmc-utils?expand=0&rev=22
2024-08-26 20:11:09 +00:00
Martin Pluskal
bc7e481e96 - Update to version 0.1+git.20240801:
* mmc-utils: create mandir during install
  * mmc-utils: Make functions static for local scope enforcement
  * mmc-utils: Add Read-the-Docs configuration
  * mmc-utils: Add documentation section
  * mmc-utils: man 1 mmc-utils

OBS-URL: https://build.opensuse.org/package/show/hardware/mmc-utils?expand=0&rev=45
2024-08-26 11:15:57 +00:00
Ana Guerrero
a7111e5f33 Accepting request 1158012 from hardware
- Update to version 0.1+git.20240307:
  * mmc-utils: mmc_cmds: fix type-punned warning on &ext_csd[] casting
  * mmc-utils: lsmmc: Fix emmc capacity calculation
  * mmc-utils: lsmmc: Disintegrade print_mmc_csd
  * mmc-utils: lsmmc: Simplify interface processing functions
  * mmc-utils: lsmmc: Simplify prinitng manufacturer name
  * mmc-utils: lsmmc: Reuse do_read_reg
  * mmc-utils: fix potential overflow
  * mmc-utils: ffu: Add optional chunk-size argument
  * mmc-utils: ffu: Allow ffu of large images
  * mmc-utils: ffu: Add ffu multi-command set handler
  * mmc-utils: ffu: Simplify ext_csd bytes parsing
  * mmc-utils: Add arg argument to set_single_cmd
  * mmc-utils: Add fill_switch_cmd handler
  * mmc-utils: Assert MMC_IOC_MULTI_CMD in compile time
  * mmc-utils: support overriding CFLAGS without setting -DVERSION
  * mmc-utils: do not hide CID manufacturer information
  * mmc-utils: fix printing OID for mmc in non-verbose mode
  * mmc-utils: add SanDisk to manufacturer database
  * mmc-utils: Change version string to git hash

OBS-URL: https://build.opensuse.org/request/show/1158012
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mmc-utils?expand=0&rev=21
2024-03-14 16:46:02 +00:00
Martin Pluskal
64f667d8b2 - Update to version 0.1+git.20240307:
* mmc-utils: mmc_cmds: fix type-punned warning on &ext_csd[] casting
  * mmc-utils: lsmmc: Fix emmc capacity calculation
  * mmc-utils: lsmmc: Disintegrade print_mmc_csd
  * mmc-utils: lsmmc: Simplify interface processing functions
  * mmc-utils: lsmmc: Simplify prinitng manufacturer name
  * mmc-utils: lsmmc: Reuse do_read_reg
  * mmc-utils: fix potential overflow
  * mmc-utils: ffu: Add optional chunk-size argument
  * mmc-utils: ffu: Allow ffu of large images
  * mmc-utils: ffu: Add ffu multi-command set handler
  * mmc-utils: ffu: Simplify ext_csd bytes parsing
  * mmc-utils: Add arg argument to set_single_cmd
  * mmc-utils: Add fill_switch_cmd handler
  * mmc-utils: Assert MMC_IOC_MULTI_CMD in compile time
  * mmc-utils: support overriding CFLAGS without setting -DVERSION
  * mmc-utils: do not hide CID manufacturer information
  * mmc-utils: fix printing OID for mmc in non-verbose mode
  * mmc-utils: add SanDisk to manufacturer database
  * mmc-utils: Change version string to git hash

OBS-URL: https://build.opensuse.org/package/show/hardware/mmc-utils?expand=0&rev=43
2024-03-14 13:51:36 +00:00
Dominique Leuenberger
f5f9482cbc Accepting request 1074096 from hardware
- 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
2023-03-24 14:21:37 +00:00
Martin Pluskal
9b4e0df961 - 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
2023-03-24 08:09:09 +00:00
Dominique Leuenberger
543f665638 Accepting request 955580 from hardware
- Update to version 0.1+git.20220208:
  * mmc-utils: Display STROBE_SUPPORT when printing EXT_CSD
  * mmc-utils: Remove unused MMC_BLOCK_MAJOR
  * mmc-utils: manpage: Document -c option for partitioning commands
  * mmc_cmds: Display BARRIER_CTRL Status when printing EXT_CSD
  * add README

OBS-URL: https://build.opensuse.org/request/show/955580
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mmc-utils?expand=0&rev=19
2022-02-17 22:40:14 +00:00
Martin Pluskal
7d80961688 - Update to version 0.1+git.20220208:
* mmc-utils: Display STROBE_SUPPORT when printing EXT_CSD
  * mmc-utils: Remove unused MMC_BLOCK_MAJOR
  * mmc-utils: manpage: Document -c option for partitioning commands
  * mmc_cmds: Display BARRIER_CTRL Status when printing EXT_CSD
  * add README

OBS-URL: https://build.opensuse.org/package/show/hardware/mmc-utils?expand=0&rev=40
2022-02-17 08:11:21 +00:00
Dominique Leuenberger
071d8dad90 Accepting request 943731 from hardware
- Update to version 0.1+git.20211220:
  * mmc_cmds: add HS400 data rates
  * mmc-utils: Use printf() to extract and print fw version
  * mmc-utils: Add note for CMDQ_MODE_EN runtime value

OBS-URL: https://build.opensuse.org/request/show/943731
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mmc-utils?expand=0&rev=18
2022-01-04 18:37:59 +00:00
Martin Pluskal
2d5c63b6e2 - Update to version 0.1+git.20211220:
* mmc_cmds: add HS400 data rates
  * mmc-utils: Use printf() to extract and print fw version
  * mmc-utils: Add note for CMDQ_MODE_EN runtime value

OBS-URL: https://build.opensuse.org/package/show/hardware/mmc-utils?expand=0&rev=39
2022-01-04 10:12:51 +00:00
Dominique Leuenberger
1f774040b8 Accepting request 926154 from hardware
- Update to version 0.1+git.20210930:
  * mmc-utils: One further optimization of trimming routine

OBS-URL: https://build.opensuse.org/request/show/926154
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mmc-utils?expand=0&rev=17
2021-10-19 21:03:54 +00:00
Martin Pluskal
9e22c01d70 - Update to version 0.1+git.20210930:
sc 
  * mmc-utils: One further optimization of trimming routine

OBS-URL: https://build.opensuse.org/package/show/hardware/mmc-utils?expand=0&rev=38
2021-10-19 07:58:28 +00:00
Dominique Leuenberger
7da5749f87 Accepting request 918828 from hardware
- Update to version 0.1+git.20210824:
  * mmc-utils: Fix for Firmware Version string printing

OBS-URL: https://build.opensuse.org/request/show/918828
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mmc-utils?expand=0&rev=16
2021-09-14 19:14:30 +00:00
Martin Pluskal
99678ec2e6 - Update to version 0.1+git.20210824:
* mmc-utils: Fix for Firmware Version string printing

OBS-URL: https://build.opensuse.org/package/show/hardware/mmc-utils?expand=0&rev=37
2021-09-14 06:43:50 +00:00
Dominique Leuenberger
ad3d7cc354 Accepting request 901699 from hardware
Update to version 0.1+git.20210511:
  * mmc-utils: Add eMMC erase command support

OBS-URL: https://build.opensuse.org/request/show/901699
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mmc-utils?expand=0&rev=15
2021-06-24 16:22:39 +00:00
Martin Pluskal
5f7e3682ce OBS-URL: https://build.opensuse.org/package/show/hardware/mmc-utils?expand=0&rev=35 2021-06-24 10:04:48 +00:00
Martin Pluskal
482f72fa00 - Update to version 0.1+git.20210511:
* mmc-utils: Add eMMC erase command support

OBS-URL: https://build.opensuse.org/package/show/hardware/mmc-utils?expand=0&rev=34
2021-06-24 08:27:52 +00:00
Dominique Leuenberger
7564f14adb Accepting request 888951 from hardware
- 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
2021-04-28 23:38:13 +00:00
Martin Pluskal
7fb1134cd8 - 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/package/show/hardware/mmc-utils?expand=0&rev=32
2021-04-28 07:44:28 +00:00
Dominique Leuenberger
65774a2657 Accepting request 770331 from hardware
- 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
2020-02-05 18:41:34 +00:00
Martin Pluskal
2e7f356b82 OBS-URL: https://build.opensuse.org/package/show/hardware/mmc-utils?expand=0&rev=30 2020-02-05 15:19:07 +00:00
Martin Pluskal
f1fe92fe8d - 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/package/show/hardware/mmc-utils?expand=0&rev=29
2020-02-03 15:58:30 +00:00
Dominique Leuenberger
269abdc939 Accepting request 723088 from hardware
- Update to version 0.1+git.20190808:
  * mmc-utils: feature spec 5.0+, add secure removal type fields to Extended CSD
  * mmc-utils: use MMC_IOC_MULTI_CMD for RPMB access

OBS-URL: https://build.opensuse.org/request/show/723088
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mmc-utils?expand=0&rev=12
2019-08-13 18:44:52 +00:00
Martin Pluskal
9a72a47f5e - Update to version 0.1+git.20190808:
* mmc-utils: feature spec 5.0+, add secure removal type fields to Extended CSD
  * mmc-utils: use MMC_IOC_MULTI_CMD for RPMB access

OBS-URL: https://build.opensuse.org/package/show/hardware/mmc-utils?expand=0&rev=27
2019-08-13 14:03:07 +00:00
Dominique Leuenberger
509ff317f0 Accepting request 658071 from hardware
- Update to version 0.1+git.20181208:
  * use proper type for RPMB blocks_cnt
  * fix GCC7 build by refactoring trimming routines

OBS-URL: https://build.opensuse.org/request/show/658071
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mmc-utils?expand=0&rev=11
2018-12-18 13:56:54 +00:00
Martin Pluskal
4757bd7c23 - Update to version 0.1+git.20181208:
* use proper type for RPMB blocks_cnt
  * fix GCC7 build by refactoring trimming routines

OBS-URL: https://build.opensuse.org/package/show/hardware/mmc-utils?expand=0&rev=25
2018-12-14 15:00:51 +00:00
Yuchen Lin
cdeaff4318 Accepting request 617396 from hardware
- Update to version 0.1+git.20180327:
  * fix ENH_START_ADDR overflow
- Dont build with -Werror

OBS-URL: https://build.opensuse.org/request/show/617396
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mmc-utils?expand=0&rev=10
2018-06-19 10:05:03 +00:00
Martin Pluskal
8af50cee07 - Update to version 0.1+git.20180327:
* fix ENH_START_ADDR overflow
- Dont build with -Werror

OBS-URL: https://build.opensuse.org/package/show/hardware/mmc-utils?expand=0&rev=23
2018-06-18 06:56:21 +00:00
Dominique Leuenberger
9e803a5f4a Accepting request 584239 from hardware
- 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
2018-03-09 09:45:13 +00:00
Martin Pluskal
623a8eb01c OBS-URL: https://build.opensuse.org/package/show/hardware/mmc-utils?expand=0&rev=21 2018-03-08 09:54:32 +00:00
Martin Pluskal
71dae72a65 - 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/package/show/hardware/mmc-utils?expand=0&rev=20
2018-03-08 09:51:58 +00:00
Yuchen Lin
dbd11d4856 Accepting request 482471 from hardware
- Update to version 0.1+git.20170320:
  * mmc-utils: feature spec 5.0+, device life time estimation for MLC and pSLC mode
  * mmc-utils: feature spec 5.0+, Pre EOL information
  * mmc-utils: Check for ext_csd_rev only once

OBS-URL: https://build.opensuse.org/request/show/482471
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mmc-utils?expand=0&rev=8
2017-04-12 15:32:42 +00:00
Martin Pluskal
b1466eef55 - Update to version 0.1+git.20170320:
* mmc-utils: feature spec 5.0+, device life time estimation for MLC and pSLC mode
  * mmc-utils: feature spec 5.0+, Pre EOL information
  * mmc-utils: Check for ext_csd_rev only once

OBS-URL: https://build.opensuse.org/package/show/hardware/mmc-utils?expand=0&rev=18
2017-03-24 12:04:59 +00:00
Dominique Leuenberger
7ad96cf798 Accepting request 426191 from hardware
- 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

OBS-URL: https://build.opensuse.org/request/show/426191
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mmc-utils?expand=0&rev=7
2016-09-12 11:26:49 +00:00
Martin Pluskal
694600abab .
OBS-URL: https://build.opensuse.org/package/show/hardware/mmc-utils?expand=0&rev=16
2016-09-09 18:47:22 +00:00
Martin Pluskal
b2cf2bb7a1 - 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
2016-09-09 18:46:41 +00:00
Dominique Leuenberger
b5de0794e8 Accepting request 405510 from hardware
- Update to version 0.1+git.20160623:
  * 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/request/show/405510
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mmc-utils?expand=0&rev=6
2016-07-01 08:00:40 +00:00
Martin Pluskal
580c9008e0 - Update to version 0.1+git.20160623:
* 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=13
2016-06-29 15:22:54 +00:00
Dominique Leuenberger
51b837ddd1 Accepting request 395094 from hardware
- Update to version 0.1+git.20160511:
  * mmc-utils: Add disable partition boot to 'mmc bootpart enable'

OBS-URL: https://build.opensuse.org/request/show/395094
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mmc-utils?expand=0&rev=5
2016-05-17 15:15:21 +00:00
Martin Pluskal
a5ec1217b7 - Update to version 0.1+git.20160511:
* mmc-utils: Add disable partition boot to 'mmc bootpart enable'

OBS-URL: https://build.opensuse.org/package/show/hardware/mmc-utils?expand=0&rev=11
2016-05-12 20:47:15 +00:00
Dominique Leuenberger
3bb43bbf5b Accepting request 369234 from hardware
- 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
2016-03-16 09:34:34 +00:00
Martin Pluskal
4190e7c00c - 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/package/show/hardware/mmc-utils?expand=0&rev=9
2016-03-09 16:44:26 +00:00
Dominique Leuenberger
1d2890f2a0 Accepting request 363704 from hardware
- Update to 0.1~20160223
- Drop old versioning which was based only on date

OBS-URL: https://build.opensuse.org/request/show/363704
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mmc-utils?expand=0&rev=3
2016-03-07 12:24:01 +00:00
Martin Pluskal
a7895bcacb - Update to 0.1~20160223
- Drop old versioning which was based only on date

OBS-URL: https://build.opensuse.org/package/show/hardware/mmc-utils?expand=0&rev=7
2016-03-01 16:39:53 +00:00
Dominique Leuenberger
e2b136fd49 Accepting request 360018 from hardware
1

OBS-URL: https://build.opensuse.org/request/show/360018
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mmc-utils?expand=0&rev=2
2016-02-22 07:57:26 +00:00
Ismail Dönmez
60a8f79e86 Accepting request 360012 from home:michel_mno:branches:hardware
- new do_not_use_asm_generic.patch to avoid PowerPC build error

OBS-URL: https://build.opensuse.org/request/show/360012
OBS-URL: https://build.opensuse.org/package/show/hardware/mmc-utils?expand=0&rev=5
2016-02-17 18:19:23 +00:00
Dominique Leuenberger
63965515c6 Accepting request 347567 from hardware
Somehow usefull package (for people with sdio storage)

OBS-URL: https://build.opensuse.org/request/show/347567
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mmc-utils?expand=0&rev=1
2015-12-24 11:15:54 +00:00
Martin Pluskal
884feabd06 - Update to 20151118
- Install man page
- Build with correct optflags

OBS-URL: https://build.opensuse.org/package/show/hardware/mmc-utils?expand=0&rev=3
2015-12-05 13:12:57 +00:00
Martin Pluskal
6b99b602e2 Update copyright
OBS-URL: https://build.opensuse.org/package/show/hardware/mmc-utils?expand=0&rev=2
2014-12-28 17:56:19 +00:00
Torsten Duwe
581674e7b0 Accepting request 266377 from home:pluskalm
New package, please set me as maintainer

OBS-URL: https://build.opensuse.org/request/show/266377
OBS-URL: https://build.opensuse.org/package/show/hardware/mmc-utils?expand=0&rev=1
2014-12-27 12:39:57 +00:00