SHA256
1
0
forked from pool/mmc-utils

Commit Graph

  • 694126a8c1 Accepting request 1196052 from hardware factory Ana Guerrero 2024-08-26 20:11:09 +0000
  • 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 devel Martin Pluskal 2024-08-26 11:15:57 +0000
  • a7111e5f33 Accepting request 1158012 from hardware Ana Guerrero 2024-03-14 16:46:02 +0000
  • 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 Martin Pluskal 2024-03-14 13:51:36 +0000
  • f5f9482cbc Accepting request 1074096 from hardware Dominique Leuenberger 2023-03-24 14:21:37 +0000
  • 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 Martin Pluskal 2023-03-24 08:09:09 +0000
  • 543f665638 Accepting request 955580 from hardware Dominique Leuenberger 2022-02-17 22:40:14 +0000
  • 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 Martin Pluskal 2022-02-17 08:11:21 +0000
  • 071d8dad90 Accepting request 943731 from hardware Dominique Leuenberger 2022-01-04 18:37:59 +0000
  • 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 Martin Pluskal 2022-01-04 10:12:51 +0000
  • 1f774040b8 Accepting request 926154 from hardware Dominique Leuenberger 2021-10-19 21:03:54 +0000
  • 9e22c01d70 - Update to version 0.1+git.20210930: sc * mmc-utils: One further optimization of trimming routine Martin Pluskal 2021-10-19 07:58:28 +0000
  • 7da5749f87 Accepting request 918828 from hardware Dominique Leuenberger 2021-09-14 19:14:30 +0000
  • 99678ec2e6 - Update to version 0.1+git.20210824: * mmc-utils: Fix for Firmware Version string printing Martin Pluskal 2021-09-14 06:43:50 +0000
  • ad3d7cc354 Accepting request 901699 from hardware Dominique Leuenberger 2021-06-24 16:22:39 +0000
  • 5f7e3682ce OBS-URL: https://build.opensuse.org/package/show/hardware/mmc-utils?expand=0&rev=35 Martin Pluskal 2021-06-24 10:04:48 +0000
  • 482f72fa00 - Update to version 0.1+git.20210511: * mmc-utils: Add eMMC erase command support Martin Pluskal 2021-06-24 08:27:52 +0000
  • 7564f14adb Accepting request 888951 from hardware Dominique Leuenberger 2021-04-28 23:38:13 +0000
  • 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 Martin Pluskal 2021-04-28 07:44:28 +0000
  • 65774a2657 Accepting request 770331 from hardware Dominique Leuenberger 2020-02-05 18:41:34 +0000
  • 2e7f356b82 OBS-URL: https://build.opensuse.org/package/show/hardware/mmc-utils?expand=0&rev=30 Martin Pluskal 2020-02-05 15:19:07 +0000
  • 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 Martin Pluskal 2020-02-03 15:58:30 +0000
  • 269abdc939 Accepting request 723088 from hardware Dominique Leuenberger 2019-08-13 18:44:52 +0000
  • 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 Martin Pluskal 2019-08-13 14:03:07 +0000
  • 509ff317f0 Accepting request 658071 from hardware Dominique Leuenberger 2018-12-18 13:56:54 +0000
  • 4757bd7c23 - Update to version 0.1+git.20181208: * use proper type for RPMB blocks_cnt * fix GCC7 build by refactoring trimming routines Martin Pluskal 2018-12-14 15:00:51 +0000
  • cdeaff4318 Accepting request 617396 from hardware Yuchen Lin 2018-06-19 10:05:03 +0000
  • 8af50cee07 - Update to version 0.1+git.20180327: * fix ENH_START_ADDR overflow - Dont build with -Werror Martin Pluskal 2018-06-18 06:56:21 +0000
  • 9e803a5f4a Accepting request 584239 from hardware Dominique Leuenberger 2018-03-09 09:45:13 +0000
  • 623a8eb01c OBS-URL: https://build.opensuse.org/package/show/hardware/mmc-utils?expand=0&rev=21 Martin Pluskal 2018-03-08 09:54:32 +0000
  • 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 Martin Pluskal 2018-03-08 09:51:58 +0000
  • dbd11d4856 Accepting request 482471 from hardware Yuchen Lin 2017-04-12 15:32:42 +0000
  • 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 Martin Pluskal 2017-03-24 12:04:59 +0000
  • 7ad96cf798 Accepting request 426191 from hardware Dominique Leuenberger 2016-09-12 11:26:49 +0000
  • 694600abab . Martin Pluskal 2016-09-09 18:47:22 +0000
  • 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 Martin Pluskal 2016-09-09 18:46:41 +0000
  • b5de0794e8 Accepting request 405510 from hardware Dominique Leuenberger 2016-07-01 08:00:40 +0000
  • 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 Martin Pluskal 2016-06-29 15:22:54 +0000
  • 51b837ddd1 Accepting request 395094 from hardware Dominique Leuenberger 2016-05-17 15:15:21 +0000
  • a5ec1217b7 - Update to version 0.1+git.20160511: * mmc-utils: Add disable partition boot to 'mmc bootpart enable' Martin Pluskal 2016-05-12 20:47:15 +0000
  • 3bb43bbf5b Accepting request 369234 from hardware Dominique Leuenberger 2016-03-16 09:34:34 +0000
  • 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 Martin Pluskal 2016-03-09 16:44:26 +0000
  • 1d2890f2a0 Accepting request 363704 from hardware Dominique Leuenberger 2016-03-07 12:24:01 +0000
  • a7895bcacb - Update to 0.1~20160223 - Drop old versioning which was based only on date Martin Pluskal 2016-03-01 16:39:53 +0000
  • e2b136fd49 Accepting request 360018 from hardware Dominique Leuenberger 2016-02-22 07:57:26 +0000
  • 60a8f79e86 Accepting request 360012 from home:michel_mno:branches:hardware Ismail Dönmez 2016-02-17 18:19:23 +0000
  • 63965515c6 Accepting request 347567 from hardware Dominique Leuenberger 2015-12-24 11:15:54 +0000
  • 884feabd06 - Update to 20151118 - Install man page - Build with correct optflags Martin Pluskal 2015-12-05 13:12:57 +0000
  • 6b99b602e2 Update copyright Martin Pluskal 2014-12-28 17:56:19 +0000
  • 581674e7b0 Accepting request 266377 from home:pluskalm Torsten Duwe 2014-12-27 12:39:57 +0000