u-boot-brain/cmd
Simon Glass 4395f66739 dm: blk: Add a generic function for block device commands
Most block devices provide a command (e.g. 'sata', 'scsi', 'ide') and
these commands generally do the same thing. This makes it harder to
maintain this code and keep it consistent.

We now have a block device interface which is either implemented by driver
model (when CONFIG_BLK is enabled) or with a legacy interface. Therefore
it is possible to handle most of what these commands do with generic code.

Add a new generic function to process block-device commands using the
interface type and the current device number for that type.

Signed-off-by: Simon Glass <sjg@chromium.org>
2017-08-17 16:44:16 +09:00
..
fastboot
mvebu
.gitignore
aes.c
armflash.c
bdinfo.c
bedbug.c
blk_common.c
blkcache.c
blob.c
bmp.c
boot.c
bootefi.c
booti.c
bootm.c
bootmenu.c
bootstage.c
bootz.c
cache.c
cbfs.c
clk.c
config.c
console.c
cpu.c
cramfs.c
cros_ec.c
dataflash_mmc_mux.c Remove the cmd_ prefix from command files 2016-01-25 10:39:43 -05:00
date.c
demo.c
dfu.c
diag.c
disk.c
display.c
echo.c
eeprom.c
efi.c
elf.c
ethsw.c
exit.c
ext2.c
ext4.c
fastboot.c
fat.c
fdc.c
fdt.c
fitupd.c
flash.c
fpga.c
fpgad.c
fs_uuid.c
fs.c
fuse.c
gettime.c
gpio.c
gpt.c
hash.c
help.c
host.c
i2c.c
ide.c
ini.c
io.c
iotrace.c
irq.c
itest.c
jffs2.c
Kconfig
led.c
legacy_led.c
license.c
load.c
log.c
lzmadec.c
mac.c
Makefile
md5sum.c
mdio.c
mem.c
mfsl.c
mii.c
misc.c
mmc_spi.c
mmc.c
mp.c
mtdparts.c
nand.c
net.c
nvedit.c
nvme.c
onenand.c
part.c
pci.c
pcmcia.c
pmic.c
pxe.c
qfw.c
read.c
reginfo.c
regulator.c
reiser.c
remoteproc.c
sata.c
scsi.c
setexpr.c
sf.c
sha1sum.c
sound.c
source.c
spi.c
spl.c
strings.c
terminal.c
test.c
thordown.c
time.c
tpm_test.c
tpm.c
trace.c
tsi148.c
ubi.c
ubifs.c
universe.c
unzip.c
usb_mass_storage.c
usb.c
version.c
ximg.c
yaffs2.c
zfs.c
zip.c