| Commit message (Expand) | Author | Age | Files | Lines |
* | cmd_mmc.c: Drop open/close mmc sub-commands | Tom Rini | 2014-02-07 | 1 | -72/+0 |
* | cmd_mmc.c: Add bootbus mmc sub-command | Tom Rini | 2014-02-07 | 1 | -0/+29 |
* | cmd_mmc.c: Add 'partconf' command to mmc | Tom Rini | 2014-02-07 | 1 | -1/+29 |
* | cmd_mmc.c: Rename 'bootpart' to 'bootpart-resize' | Tom Rini | 2014-02-07 | 1 | -4/+4 |
* | cmd_mmc.c: Change 'bootpart' code to match normal coding style | Tom Rini | 2014-02-07 | 1 | -4/+11 |
* | mmc: add setdsr support | Markus Niebel | 2014-01-09 | 1 | -0/+23 |
* | Fix some obvious typos across multiple subsystems. | Robert P. J. Day | 2013-09-20 | 1 | -2/+2 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 1 | -17/+1 |
* | COMMON: MMC: Command to support EMMC booting and to resize EMMC boot partition | Amar | 2013-06-13 | 1 | -2/+107 |
* | mmc: support the correct card version for eMMC | Jaehoon Chung | 2013-04-17 | 1 | -1/+1 |
* | mmc: don't allow extra cmdline arguments | Stephen Warren | 2013-04-02 | 1 | -2/+12 |
* | mmc: add support for write protection | Nikita Kiryanov | 2013-03-08 | 1 | -0/+7 |
* | mmc: Fix incorrect handling of 'read' & 'write' commands | Taylor Hutt | 2012-11-27 | 1 | -5/+4 |
* | cmd_mmc.c: Fix typo, "dislay" -> "display" | Robert P. J. Day | 2012-11-14 | 1 | -1/+1 |
* | common/cmd_*.c: sparse fixes | Kim Phillips | 2012-11-04 | 1 | -3/+3 |
* | mmcinfo: Fix help message | Benoît Thébaudeau | 2012-09-05 | 1 | -2/+1 |
* | Convert cmd_usage() calls in common to use a return value | Simon Glass | 2012-03-06 | 1 | -7/+7 |
* | mmc: rescan fails on empty slot | Michael Jones | 2011-07-15 | 1 | -2/+4 |
* | MMC: add erase function to both mmc and sd | Lei Wen | 2011-07-15 | 1 | -4/+18 |
* | MMC: unify mmc read and write operation | Lei Wen | 2011-07-15 | 1 | -32/+35 |
* | mmc: enable partition switch function for emmc | Lei Wen | 2011-05-18 | 1 | -4/+34 |
* | cmd_mmc: eliminate device num in the mmc command | Lei Wen | 2011-05-18 | 1 | -88/+110 |
* | mmc: show mmc capacity using print_size | Minkyu Kang | 2011-04-13 | 1 | -1/+2 |
* | cmd_mmc: use common usage function | Mike Frysinger | 2010-09-21 | 1 | -6/+3 |
* | mmc: print out partition table | Lei Wen | 2010-09-18 | 1 | -0/+20 |
* | Prepare v2010.09-rc1v2010.09-rc1 | Wolfgang Denk | 2010-09-10 | 1 | -1/+1 |
* | fix cmd_mmc.c, line 136 missing " | Reinhard Meyer | 2010-08-10 | 1 | -1/+1 |
* | various cmd_* files: fixed layout a little bit | Frans Meulenbroeks | 2010-08-09 | 1 | -1/+2 |
* | various cmd_* files: remove the command name from the help message | Frans Meulenbroeks | 2010-08-09 | 1 | -1/+3 |
* | cmd_usage(): simplify return code handling | Wolfgang Denk | 2010-07-24 | 1 | -10/+5 |
* | Make sure that argv[] argument pointers are not modified. | Wolfgang Denk | 2010-07-04 | 1 | -3/+3 |
* | cmd_mmc remove \n | Frans Meulenbroeks | 2010-03-21 | 1 | -1/+1 |
* | cmd_mmc: make curr_device static | Mike Frysinger | 2009-07-17 | 1 | -1/+1 |
* | General help message cleanup | Wolfgang Denk | 2009-06-12 | 1 | -5/+6 |
* | mmc: check find_mmc_device return value | Rabin Vincent | 2009-06-02 | 1 | -0/+9 |
* | mmc: clean up help texts | Rabin Vincent | 2009-06-02 | 1 | -4/+5 |
* | cmd_mmc: add support for device command for selecting mmc device | Minkyu Kang | 2009-04-04 | 1 | -5/+56 |
* | more command usage cleanup | Mike Frysinger | 2009-04-04 | 1 | -1/+1 |
* | MMC: Don't use new framework code if not enabled | Dirk Behme | 2009-02-19 | 1 | -1/+2 |
* | Coding style cleanup, update CHANGELOG | Wolfgang Denk | 2009-02-19 | 1 | -1/+1 |
* | Add MMC Framework | Andy Fleming | 2009-02-16 | 1 | -0/+132 |
* | Convert mmc_init to mmc_legacy_init | Andy Fleming | 2009-02-16 | 1 | -1/+1 |
* | Command usage cleanup | Peter Tyser | 2009-01-28 | 1 | -1/+1 |
* | [BUILD] conditionally compile common/cmd_*.c in common/Makefile | Grant Likely | 2007-11-20 | 1 | -5/+0 |
* | common/: Remove lingering references to CFG_CMD_* symbols. | Jon Loeliger | 2007-07-10 | 1 | -1/+1 |
* | common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS. | Jon Loeliger | 2007-07-08 | 1 | -1/+1 |
* | common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). | Jon Loeliger | 2007-07-04 | 1 | -1/+1 |
* | Patch by Kenneth Johansson, 30 Jun 2003: | wdenk | 2003-07-01 | 1 | -2/+2 |
* | Fix some missing commands, cleanup header filesU-Boot-0_4_1 | wdenk | 2003-06-29 | 1 | -0/+6 |
* | * Fix CONFIG_NET_MULTI support in include/net.hLABEL_2003_06_16_0055 | wdenk | 2003-06-15 | 1 | -0/+40 |