- a92c227 mmc-utils: Correctly handle write counter overflow status by Jan Kiszka · 9 weeks ago master
- ca8b37f mmc-utils: Warn during rpmb read-counter on expiry by Jan Kiszka · 9 weeks ago
- 075b734 mmc-utils: add ability to flush optional eMMC cache by Michele Dionisio · 4 months ago
- 4af0832 mmc-utils: Use designated initializers for struct zeroing by Avri Altman · 4 months ago
- b5480ed mmc-utils: Remove unnecessary null pointer checks by Avri Altman · 4 months ago
- 3327879 mmc-utils: mmc.c: Print version at program start by Avri Altman · 4 months ago
- e3f0ea7 mmc-utils: Makefile: Make version string to show commit date by Avri Altman · 4 months ago
- 14cc86b mmc-utils: Add option to print version by Avri Altman · 4 months ago
- d8a8358 mmc-utils: Pass key_mac buffer to rpmb_get_key() by Avri Altman · 4 months ago v1.0
- a23ad78 mmc-utils: Start to use the generic print_usage function by Avri Altman · 6 months ago
- e769d44 mmc-utils: Introduce a generic print_usage function by Avri Altman · 6 months ago
- 6586fa5 mmc-utils: Simplify and streamline print_help function by Avri Altman · 6 months ago
- ec75d4b mmc-utils: Remove unused adv_help member from struct Command by Avri Altman · 6 months ago
- c515ea2 mmc-utils: Doc: new secure write protect commands by Avri Altman · 7 months ago
- 3fc7643 mmc-utils: Secure Write Protect Mode Read by Avri Altman · 7 months ago
- bd51a27 mmc-utils: Enable/Disable write protect by Avri Altman · 7 months ago
- 5d3a04e mmc-utils: Add secure write-protect mode enable/disable by Avri Altman · 7 months ago
- 05051e4 mmc-utils: Refactor RPMB key handling into a separate function by Avri Altman · 7 months ago
- f4247f5 mmc-utils: Add SECURE_WP_INFO field in ext_csd register by Avri Altman · 7 months ago
- 50a30df mmc-utils: Add byte offset comments to rpmb_frame structure by Avri Altman · 7 months ago
- 88e9564 mmc-utils: Pack rpmb_frame structure to avoid padding bytes by Avri Altman · 7 months ago
- d4d3eb2 mmc-utils: Reduce scope of nargs for RPMB commands by Avri Altman · 7 months ago
- 437d369 mmc-utils: Initialize RPMB frame_out structures to zero by Avri Altman · 7 months ago
- 2aef4cd mmc-utils: lsmmc: Update docs to include new options by Avri Altman · 8 months ago
- 21e0fa6 mmc-utils: lsmmc: Allow getting registers value as an argument by Avri Altman · 8 months ago
- dd2cef2 mmc-utils: lsmmc: Refactor register processing by Avri Altman · 8 months ago
- dab7e0c mmc-utils: lsmmc: Update HOWTO to include CSD and CID read commands by Avri Altman · 8 months ago
- bf6a673 mmc-utils: lsmmc: Pass program name to usage function by Avri Altman · 8 months ago
- c6e94dd mmc-utils: lsmmc: Remove redundant argument checks in do_read_<reg> by Avri Altman · 8 months ago
- d1c46d8 mmc-utils: lsmmc: Break early in scr read by Avri Altman · 8 months ago
- f5937b8 mmc-utils: Docs: Fix Sphinx build error by Avri Altman · 9 months ago
- 03d5d49 mmc-utils: Documentation: Add missing entry for "writeprotect user get" command by Avri Altman · 9 months ago
- a89cba2 mmc-utils: Fix conditional around sparse in Makefile by Gwendal Grignou · 9 months ago
- 67b9be6 mmc-utils: docs: Fix a typo by Avri Altman · 10 months ago
- 43c4047 mmc-utils: Add ffu modes documentation by Avri Altman · 10 months ago
- 523d8f3 mmc-utils: Add FFU optional mode 4 for firmware download using repeated CMD24 single-block write command by Bean Huo · 1 year ago
- 29ff877 mmc-utils: Add FFU optional mode 3 that uses CMD6 and CMD24 single-block write to download firmware by Bean Huo · 1 year ago
- f3d1440 mmc-utils: Add FFU optional mode 2 using CMD25+CMD12 for Open-ended write download FW by Bean Huo · 1 year ago
- b9c9eff mmc-utils: Add FFU optional mode 1 by Bean Huo · 1 year ago
- b3455d8 mmc-utils: Refactor common FFU code into functions to support additional FFU modes by Bean Huo · 1 year ago
- 123fd8b mmc-utils: create mandir during install by Rudi Heitbaum · 1 year, 3 months ago
- f884bfe mmc-utils: Make functions static for local scope enforcement by Avri Altman · 1 year, 4 months ago
- c8cef05 mmc-utils: Add Read-the-Docs configuration by Avri Altman · 1 year, 4 months ago
- 1d1b115 mmc-utils: Add documentation section by Avri Altman · 1 year, 4 months ago
- f757f41 mmc-utils: man 1 mmc-utils by Avri Altman · 1 year, 7 months ago
- e1281d4 mmc-utils: mmc_cmds: fix type-punned warning on &ext_csd[] casting by Giulio Benetti · 1 year, 8 months ago
- b5ca140 mmc-utils: lsmmc: Fix emmc capacity calculation by Avri Altman · 2 years, 1 month ago
- d1d8a05 mmc-utils: lsmmc: Disintegrade print_mmc_csd by Avri Altman · 2 years, 1 month ago
- 3b055a2 mmc-utils: lsmmc: Simplify interface processing functions by Avri Altman · 2 years, 1 month ago
- e82719f mmc-utils: lsmmc: Simplify prinitng manufacturer name by Avri Altman · 2 years, 1 month ago
- 80271e9 mmc-utils: lsmmc: Reuse do_read_reg by Avri Altman · 2 years, 1 month ago
- 0b3b45b mmc-utils: fix potential overflow by Giulio Benetti · 2 years, 1 month ago
- 613495e mmc-utils: ffu: Add optional chunk-size argument by Avri Altman · 2 years, 4 months ago
- 4d99f67 mmc-utils: ffu: Allow ffu of large images by Avri Altman · 2 years, 4 months ago
- 5ba644b mmc-utils: ffu: Add ffu multi-command set handler by Avri Altman · 2 years, 4 months ago
- a1b594c mmc-utils: ffu: Simplify ext_csd bytes parsing by Avri Altman · 2 years, 4 months ago
- 6c8944a mmc-utils: Add arg argument to set_single_cmd by Avri Altman · 2 years, 4 months ago
- 731a1cc mmc-utils: Add fill_switch_cmd handler by Avri Altman · 2 years, 4 months ago
- 6d593ef mmc-utils: Assert MMC_IOC_MULTI_CMD in compile time by Avri Altman · 2 years, 5 months ago
- 9582278 mmc-utils: support overriding CFLAGS without setting -DVERSION by Ahmad Fatoum · 2 years, 5 months ago
- 8ac394d mmc-utils: do not hide CID manufacturer information by Enrico Jorns · 2 years, 5 months ago
- 78af863 mmc-utils: fix printing OID for mmc in non-verbose mode by Enrico Jorns · 2 years, 5 months ago
- 36bcb85 mmc-utils: add SanDisk to manufacturer database by Enrico Jorns · 2 years, 5 months ago
- 145c74a mmc-utils: Change version string to git hash by Christian Loehle · 2 years, 7 months ago
- d4c2910 mmc-utils: Add basic erase error check by Christian Löhle · 2 years, 10 months ago
- a08f08e mmc-utils: Add a command to write extcsd registers by Sean Anderson · 2 years, 11 months ago
- c62dd8e mmc-utils: Implement alternative boot operation by Christian Löhle · 3 years ago
- 4a32d09 mmc-utils: Add CMD0 softreset and preidle command by Christian Löhle · 3 years, 1 month ago
- 34577b2 mmc-utils: Allow for custom sanitize timeout by Christian Löhle · 3 years, 1 month ago
- d939fb5 mmc-utils: Refactor switch to allow custom timeout by Christian Löhle · 3 years, 1 month ago
- dfc3b6e mmc-utils: Fix a typo for ATP mid by Avri Altman · 3 years, 1 month ago
- 2a93413 mmc-utils: Fix ffu in case of unsupported MODE_OPERATION_CODES by Bruno Matic · 3 years, 1 month ago
- 5086e7c mmc-utils: fix warning on uninitialized 'cnt' by Giulio Benetti · 3 years, 2 months ago
- c12b531 mmc-utils: correct and clean up the file handling by Bruno Matic · 3 years, 2 months ago
- d7b343f mmc-utils: Fix 4k sector size block count in FFU by Christian Löhle · 3 years, 4 months ago
- b7e4d5a mmc-utils: Add General command CMD56 read support by Bean Huo · 3 years, 7 months ago
- 0d493fb mmc-utils: Fix build error MMC_BLOCK_MAJOR undeclared by Ulf Hansson · 3 years, 6 months ago
- 4303889 Enhancement to do_status_get() function for detailed Response info by Shankar Athanikar · 3 years, 9 months ago
- 4637a7c mmc-utils: Display STROBE_SUPPORT when printing EXT_CSD by Marius Strobl · 3 years, 9 months ago
- 118dc4a mmc-utils: Remove unused MMC_BLOCK_MAJOR by Marius Strobl · 3 years, 9 months ago
- 0c316a5 mmc-utils: manpage: Document -c option for partitioning commands by Marius Strobl · 3 years, 9 months ago
- fd41dca mmc_cmds: Display BARRIER_CTRL Status when printing EXT_CSD by Shankar Athanikar · 3 years, 10 months ago
- 4465006 add README by Quentin Schulz · 3 years, 10 months ago
- 3969aa4 mmc_cmds: add HS400 data rates by Quentin Schulz · 4 years ago
- a1b233c mmc-utils: Use printf() to extract and print fw version by Oleh Kravchenko · 4 years ago
- ad3fb9f mmc-utils: Add note for CMDQ_MODE_EN runtime value by Bean Huo · 4 years ago
- 7769a4d mmc-utils: One further optimization of trimming routine by Michael Heimpold · 4 years, 1 month ago
- 0eea71e mmc-utils: Fix for Firmware Version string printing by Kimito Sakata · 4 years, 4 months ago
- 43282e8 mmc-utils: Add eMMC erase command support by Kimito Sakata · 4 years, 6 months ago
- e9654eb Various fixes by Stephane Fillod · 7 years ago
- 5edc6a4 Add various SD/eMMC vendors to table by Stephane Fillod · 7 years ago
- 51434a7 Fix parsing of Product Revision and Serial Number by Stephane Fillod · 7 years ago
- 520f54e mmc_cmds.c: fix build with gcc 4.9 by Fabrice Fontaine · 6 years ago
- ad6890a mmc-utils: Add AUTO_EN support in the BKOPS_EN by Lars Pedersen · 6 years ago
- be4cac3 mmc-utils: Expand 'writeprotect boot' by Julius Werner · 6 years ago
- 5b3e56f mmc-utils: Fix scaling of cache size by Patrick Oppenlander · 6 years ago
- 271bdfc rpmb: Zero-init MMC_IOC_MULTI_CMD structures by John Ernberg · 4 years, 11 months ago
- 1b8b13b mmc-utils: let FFU mode use CMD23 and CMD25 by Shivamurthy Shastri (sshivamurthy) · 4 years, 8 months ago
- 73d6c59 Add eMMC vendor Micron to table by Michael Heimpold · 7 years ago
- 6c595ae Optimize to_binstr() function by Michael Heimpold · 7 years ago