Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
e6f2c20689e09e3c637f90437d9cea83ff2348c1
/
common
/
cmd_mmc.c
33ace36
mmc: Add 'mmc rst-function' sub-command
by Tom Rini
· 11 years ago
93bfd61
mmc: Split mmc struct, rework mmc initialization (v2)
by Pantelis Antoniou
· 11 years ago
614b2bf
cmd_mmc.c: Drop open/close mmc sub-commands
by Tom Rini
· 11 years ago
5a99b9d
cmd_mmc.c: Add bootbus mmc sub-command
by Tom Rini
· 11 years ago
792970b
cmd_mmc.c: Add 'partconf' command to mmc
by Tom Rini
· 11 years ago
f1fd957
cmd_mmc.c: Rename 'bootpart' to 'bootpart-resize'
by Tom Rini
· 11 years ago
b01e6fe
cmd_mmc.c: Change 'bootpart' code to match normal coding style
by Tom Rini
· 11 years ago
ab71188
mmc: add setdsr support
by Markus Niebel
· 11 years ago
1f8b546
Fix some obvious typos across multiple subsystems.
by Robert P. J. Day
· 11 years ago
1a45966
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
2a91c91
COMMON: MMC: Command to support EMMC booting and to resize EMMC boot partition
by Amar
· 12 years ago
64f4a61
mmc: support the correct card version for eMMC
by Jaehoon Chung
· 12 years ago
9fd3837
mmc: don't allow extra cmdline arguments
by Stephen Warren
· 12 years ago
d23d8d7
mmc: add support for write protection
by Nikita Kiryanov
· 12 years ago
ed80c93
mmc: Fix incorrect handling of 'read' & 'write' commands
by Taylor Hutt
· 12 years ago
59ddead
cmd_mmc.c: Fix typo, "dislay" -> "display"
by Robert P. J. Day
· 12 years ago
088f1b1
common/cmd_*.c: sparse fixes
by Kim Phillips
· 12 years ago
d1424ee
mmcinfo: Fix help message
by Benoît Thébaudeau
· 12 years ago
4c12eeb
Convert cmd_usage() calls in common to use a return value
by Simon Glass
· 13 years ago
8fd01b8
mmc: rescan fails on empty slot
by Michael Jones
· 13 years ago
e6f99a5
MMC: add erase function to both mmc and sd
by Lei Wen
· 13 years ago
6be95cc
MMC: unify mmc read and write operation
by Lei Wen
· 13 years ago
bc897b1
mmc: enable partition switch function for emmc
by Lei Wen
· 14 years ago
ea6ebe2
cmd_mmc: eliminate device num in the mmc command
by Lei Wen
· 14 years ago
940e078
mmc: show mmc capacity using print_size
by Minkyu Kang
· 14 years ago
e2fad3f
cmd_mmc: use common usage function
by Mike Frysinger
· 14 years ago
8f3b964
mmc: print out partition table
by Lei Wen
· 14 years ago
2d941de
Prepare v2010.09-rc1
by Wolfgang Denk
· 14 years ago
v2010.09-rc1
a9804be
fix cmd_mmc.c, line 136 missing "
by Reinhard Meyer
· 14 years ago
388a29d
various cmd_* files: fixed layout a little bit
by Frans Meulenbroeks
· 14 years ago
cc9f607
various cmd_* files: remove the command name from the help message
by Frans Meulenbroeks
· 14 years ago
47e26b1
cmd_usage(): simplify return code handling
by Wolfgang Denk
· 14 years ago
54841ab
Make sure that argv[] argument pointers are not modified.
by Wolfgang Denk
· 14 years ago
9d90a93
cmd_mmc remove \n
by Frans Meulenbroeks
· 15 years ago
02e22c2
cmd_mmc: make curr_device static
by Mike Frysinger
· 15 years ago
a89c33d
General help message cleanup
by Wolfgang Denk
· 15 years ago
e85649c
mmc: check find_mmc_device return value
by Rabin Vincent
· 16 years ago
ac0865f
mmc: clean up help texts
by Rabin Vincent
· 16 years ago
869f6bf
cmd_mmc: add support for device command for selecting mmc device
by Minkyu Kang
· 16 years ago
852dbfd
more command usage cleanup
by Mike Frysinger
· 16 years ago
3511b4e
MMC: Don't use new framework code if not enabled
by Dirk Behme
· 16 years ago
1bba30e
Coding style cleanup, update CHANGELOG
by Wolfgang Denk
· 16 years ago
272cc70
Add MMC Framework
by Andy Fleming
· 16 years ago
abb5466
Convert mmc_init to mmc_legacy_init
by Andy Fleming
· 16 years ago
2fb2604
Command usage cleanup
by Peter Tyser
· 16 years ago
4a43719
[BUILD] conditionally compile common/cmd_*.c in common/Makefile
by Grant Likely
· 17 years ago
9025317
common/: Remove lingering references to CFG_CMD_* symbols.
by Jon Loeliger
· 17 years ago
c76fe47
common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.
by Jon Loeliger
· 17 years ago
65c450b
common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
by Jon Loeliger
· 17 years ago
0d49839
Patch by Kenneth Johansson, 30 Jun 2003:
by wdenk
· 21 years ago
b0fce99
Fix some missing commands, cleanup header files
by wdenk
· 21 years ago
U-Boot-0_4_1
71f9511
* Fix CONFIG_NET_MULTI support in include/net.h
by wdenk
· 21 years ago
LABEL_2003_06_16_0055