summaryrefslogtreecommitdiff
path: root/common/cmd_mmc.c
Commit message (Expand)AuthorAgeLines
* ENGR00170768 Android: Fix fastboot can't used on MX6Q SL MMC1 device.Zhang Jiejing2011-12-21-1/+1
* ENGR00161852: remove u-boot build warnings for mx6qTerry Lv2011-11-10-3/+3
* ENGR00156670-2 MMC: Fixed some bugs in common codeAnish Trivedi2011-09-13-1/+1
* ENGR00154666-3: Align u-boot mmc command with communityTerry Lv2011-09-01-182/+230
* ENGR00141556: Fix copyright issueTerry Lv2011-04-08-3/+2
* ENGR00136038: Remove config CONFIG_EMMC_DDR_MODETerry Lv2010-12-10-3/+2
* ENGR00125237: Fix incorrect copyright info.Terry Lv2010-08-04-0/+3
* ENGR00125036 Uboot Add eMMC 4.4 supportAnish Trivedi2010-07-20-0/+6
* ENGR00124819 Uboot reading/writing sd card failsAnish Trivedi2010-07-01-1/+5
* ENGR00123782 Fix boot partition problem for emmcAnish Trivedi2010-06-24-79/+57
* ENGR00123278: Support clock operation functionsTerry Lv2010-05-11-1/+1
* ENGR00120830: Add eMMC and eSD fast boot supportTerry Lv2010-02-08-1/+130
* u-boot v2009.08 sd/mmc support.Terry Lv2009-11-03-3/+4
* cmd_mmc: make curr_device staticMike Frysinger2009-07-17-1/+1
* General help message cleanupWolfgang Denk2009-06-12-5/+6
* mmc: check find_mmc_device return valueRabin Vincent2009-06-02-0/+9
* mmc: clean up help textsRabin Vincent2009-06-02-4/+5
* cmd_mmc: add support for device command for selecting mmc deviceMinkyu Kang2009-04-04-5/+56
* more command usage cleanupMike Frysinger2009-04-04-1/+1
* MMC: Don't use new framework code if not enabledDirk Behme2009-02-19-1/+2
* Coding style cleanup, update CHANGELOGWolfgang Denk2009-02-19-1/+1
* Add MMC FrameworkAndy Fleming2009-02-16-0/+132
* Convert mmc_init to mmc_legacy_initAndy Fleming2009-02-16-1/+1
* Command usage cleanupPeter Tyser2009-01-28-1/+1
* [BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely2007-11-20-5/+0
* common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger2007-07-10-1/+1
* common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger2007-07-08-1/+1
* common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-04-1/+1
* Patch by Kenneth Johansson, 30 Jun 2003:wdenk2003-07-01-2/+2
* Fix some missing commands, cleanup header fileswdenk2003-06-29-0/+6
* * Fix CONFIG_NET_MULTI support in include/net.hwdenk2003-06-15-0/+40