aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_mmc.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-19Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-02-23mmc: Implement SD/MMC versioning properlyPantelis Antoniou1-2/+6
2015-01-19mmc: extend mmcinfo output to show partition write reliability settingsDiego Santa Cruz1-2/+10
2015-01-19mmc: extend the mmc hwpartition sub-command to change write reliabilityDiego Santa Cruz1-24/+92
2015-01-19mmc: add mmc hwpartition sub-command to do eMMC hardware partitioningDiego Santa Cruz1-1/+92
2015-01-19mmc: show the erase group size and HC WP group size in mmcinfo outputDiego Santa Cruz1-0/+8
2015-01-19mmc: display size and start of eMMC enhanced user data area in mmcinfoDiego Santa Cruz1-3/+8
2015-01-19mmc: skip mmcinfo partition info processing for eMMC < 4.41Diego Santa Cruz1-1/+1
2015-01-19mmc: make eMMC general purpose partition numbering match specDiego Santa Cruz1-1/+1
2015-01-19mmc: extend mmcinfo to show enhanced partition attributeDiego Santa Cruz1-4/+10
2015-01-19mmc: show hardware partition sizes in mmcinfo outputDiego Santa Cruz1-0/+17
2014-12-12mmc: Fix handling of bus widths and DDR card capabilitiesAndrew Gabbasov1-1/+2
2014-10-03cmd_mmc: fix bootpart-resize maxarg to 4Wally Yeh1-1/+1
2014-06-12cmd_mmc: make mmc dev always re-probe the HWStephen Warren1-1/+1
2014-06-12cmd_mmc: Use init_mmc_device() from do_mmc_rescan()Stephen Warren1-8/+2
2014-06-12cmd_mmc: add force_init parameter to init_mmc_device()Stephen Warren1-12/+14
2014-06-12cmd_mmc: default to HW partition 0 if not specifiedStephen Warren1-8/+7
2014-05-23cmd_mmc: use new mmc_select_hwpart() functionStephen Warren1-15/+6
2014-05-23eMMC: cmd_mmc.c adds the 'rpmb' sub-command for the 'mmc' commandPierre Aubert1-296/+510
2014-04-02mmc: Add 'mmc rst-function' sub-commandTom Rini1-0/+37
2014-03-24mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou1-1/+1
2014-02-07cmd_mmc.c: Drop open/close mmc sub-commandsTom Rini1-72/+0
2014-02-07cmd_mmc.c: Add bootbus mmc sub-commandTom Rini1-0/+29
2014-02-07cmd_mmc.c: Add 'partconf' command to mmcTom Rini1-1/+29
2014-02-07cmd_mmc.c: Rename 'bootpart' to 'bootpart-resize'Tom Rini1-4/+4
2014-02-07cmd_mmc.c: Change 'bootpart' code to match normal coding styleTom Rini1-4/+11
2014-01-09mmc: add setdsr supportMarkus Niebel1-0/+23
2013-09-20Fix some obvious typos across multiple subsystems.Robert P. J. Day1-2/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-06-13COMMON: MMC: Command to support EMMC booting and to resize EMMC boot partitionAmar1-2/+107
2013-04-17mmc: support the correct card version for eMMCJaehoon Chung1-1/+1
2013-04-02mmc: don't allow extra cmdline argumentsStephen Warren1-2/+12
2013-03-08mmc: add support for write protectionNikita Kiryanov1-0/+7
2012-11-27mmc: Fix incorrect handling of 'read' & 'write' commandsTaylor Hutt1-5/+4
2012-11-14cmd_mmc.c: Fix typo, "dislay" -> "display"Robert P. J. Day1-1/+1
2012-11-04common/cmd_*.c: sparse fixesKim Phillips1-3/+3
2012-09-05mmcinfo: Fix help messageBenoît Thébaudeau1-2/+1
2012-03-06Convert cmd_usage() calls in common to use a return valueSimon Glass1-7/+7
2011-07-15mmc: rescan fails on empty slotMichael Jones1-2/+4
2011-07-15MMC: add erase function to both mmc and sdLei Wen1-4/+18
2011-07-15MMC: unify mmc read and write operationLei Wen1-32/+35
2011-05-18mmc: enable partition switch function for emmcLei Wen1-4/+34
2011-05-18cmd_mmc: eliminate device num in the mmc commandLei Wen1-88/+110
2011-04-13mmc: show mmc capacity using print_sizeMinkyu Kang1-1/+2
2010-09-21cmd_mmc: use common usage functionMike Frysinger1-6/+3
2010-09-18mmc: print out partition tableLei Wen1-0/+20
2010-09-10Prepare v2010.09-rc1v2010.09-rc1Wolfgang Denk1-1/+1
2010-08-10fix cmd_mmc.c, line 136 missing "Reinhard Meyer1-1/+1
2010-08-09various cmd_* files: fixed layout a little bitFrans Meulenbroeks1-1/+2
2010-08-09various cmd_* files: remove the command name from the help messageFrans Meulenbroeks1-1/+3