aboutsummaryrefslogtreecommitdiff
path: root/sysutils/mmc-utils
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Update to mmc-utils as of 20191004, for the most part bringing onlyMarius Strobl2020-12-273-6/+6
| | | | | | | | | | | minor enhancements and fixes. - Chase WWW [1] PR: 251787 [1] Submitted by: Newton Terry [1] Notes: svn path=/head/; revision=559370
* Update to mmc-utils as of 20181214, improving handling of RPMB partitions.Marius Strobl2019-04-093-6/+15
| | | | Notes: svn path=/head/; revision=498514
* - Remove always-false OSVERSION conditionsDmitry Marakasov2018-06-151-11/+3
| | | | | | | | | - Convert the remaining one into IGNORE_DragonFly and fix message correspondingly Approved by: portmgr blanket Notes: svn path=/head/; revision=472467
* Update to mmc-utils as of 20180327, fixing an ENH_START_ADDR conversionMarius Strobl2018-05-132-5/+5
| | | | | | | | overflow which in turn can cause a failure when trying to partition the enhanced user data area. Notes: svn path=/head/; revision=469803
* Update to mmc-utils as of 20180122 (no functional difference since 20170320).Marius Strobl2018-03-045-19/+23
| | | | Notes: svn path=/head/; revision=463595
* Add a patch allowing mmc-utils to detect HS400/HS400ES support.Marius Strobl2017-08-112-0/+21
| | | | Notes: svn path=/head/; revision=447792
* Build on FreeBSD versions 1003514+ and 1100513+, too.Marius Strobl2017-05-111-1/+3
| | | | Notes: svn path=/head/; revision=440669
* Update to mmc-utils as of 20170320, which additionally allow forMarius Strobl2017-03-282-5/+7
| | | | | | | | obtaining the life time estimation and pre-EOL information of an eMMC chip from the extended CSD registers. Notes: svn path=/head/; revision=437170
* Correct malformed conditional in r436309.Marius Strobl2017-03-161-1/+1
| | | | Notes: svn path=/head/; revision=436310
* Add a port of mmc-utils, a collection of tools for MMC/SD devices.Marius Strobl2017-03-166-0/+179
Among others, this allows to partition eMMC devices via /dev/mmcsdN. Currently, FreeBSD version 1200025 or later is required for mmc-utils. CAVEAT EMPTOR: Partitioning eMMC devices is a one-time operation. Notes: svn path=/head/; revision=436309