uboot/cmd
Nikita Kiryanov 3dc9be8208 eeprom: merge cmdline parsing of eeprom commands
Merge the parsing of layout aware and layout unaware eeprom commands into
one parsing function. With this change, layout aware commands now follow
the eeprom read and eeprom write conventions of making i2c bus and i2c address
parameters optional.

Cc: Heiko Schocher <hs@denx.de>
Cc: Marek Vasut <marex@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Cc: Igor Grinberg <grinberg@compulab.co.il>
Cc: Tom Rini <trini@konsulko.com>
Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
2016-05-20 20:42:57 -04:00
..
Kconfig cmd: Kconfig: Add a Kconfig options for a few CMD 2016-04-25 15:09:46 -04:00
Makefile dm: scsi: Separate the non-command code into its own file 2016-05-17 09:54:43 -06:00
aes.c
ambapp.c
armflash.c
bdinfo.c
bedbug.c
blkcache.c cmd: blkcache: simplify sub-command handling 2016-04-11 12:44:38 -04:00
blob.c
bmp.c dm: Use uclass_first_device_err() where it is useful 2016-03-14 15:34:50 -06:00
boot.c
bootefi.c efi_loader: Pass fdt address directly to bootefi cmd 2016-04-18 17:11:49 -04:00
bootldr.c Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
bootm.c arm64: booti: add missing unmap_sysmem() 2016-04-01 17:17:57 -04:00
bootmenu.c
bootstage.c
cache.c
cbfs.c cbfs: Update a function to be static 2016-03-22 12:16:08 -04:00
clk.c
console.c
cplbinfo.c
cpu.c cpu: Add support for microcode version and CPU ID 2016-03-17 10:27:22 +08:00
cramfs.c Drop CONFIG_CRAMFS_CMDLINE 2016-03-14 15:34:50 -06:00
dataflash_mmc_mux.c
date.c
dcr.c
demo.c
dfu.c dfu: usb: f_dfu: Set deferred call for dfu_flush() function 2016-02-24 19:12:32 +01:00
diag.c
disk.c dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI 2016-05-17 09:54:43 -06:00
display.c
dtt.c
echo.c
eeprom.c eeprom: merge cmdline parsing of eeprom commands 2016-05-20 20:42:57 -04:00
efi.c
elf.c
ethsw.c
exit.c
ext2.c
ext4.c
fastboot.c
fat.c dm: block: Rename device number member dev to devnum 2016-03-14 15:34:50 -06:00
fdc.c Fix spelling of "occurred". 2016-05-02 18:37:09 -04:00
fdt.c Fix various typos, scattered over the code. 2016-05-05 21:39:26 -04:00
fitupd.c
flash.c
fpga.c
fpgad.c
fs.c efi_loader: Pass file path to payload 2016-04-18 17:11:36 -04:00
fs_uuid.c
fuse.c
gettime.c
gpio.c gpio: Report errors when GPIOs cannot be read 2016-03-17 21:27:37 -06:00
gpt.c dm: blk: Rename get_dev() to blk_get_dev() 2016-03-14 15:34:50 -06:00
hash.c
help.c Drop command-processing code when CONFIG_CMDLINE is disabled 2016-04-01 17:17:40 -04:00
host.c dm: sandbox: Add driver-model block-device support for sandbox 2016-03-14 15:34:50 -06:00
i2c.c i2c: spd: Extend SPD memory types 2016-02-22 16:21:12 +01:00
ide.c dm: ide: Separate the non-command code into its own file 2016-05-17 09:54:43 -06:00
immap.c
ini.c
io.c
iotrace.c
irq.c
itest.c itest: allow map_physmem to return 0 in limited cases 2016-02-09 15:41:19 -07:00
jffs2.c Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
ldrinfo.c Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
led.c
license.c cmd: Fix license command 2016-03-22 12:16:13 -04:00
load.c Remove unused CONFIG_CMD_HWFLOW option and associated dead code. 2016-02-08 10:22:44 -05:00
log.c
lzmadec.c
mac.c
md5sum.c
mdio.c
mem.c cmd: mem: Show 64bit addresses which are tested 2016-02-24 18:44:14 -05:00
mfsl.c
mii.c
misc.c
mmc.c dm: mmc: Move the device list into a separate file 2016-05-17 09:54:43 -06:00
mmc_spi.c dm: block: Rename device number member dev to devnum 2016-03-14 15:34:50 -06:00
mp.c
mtdparts.c Fix various typos, scattered over the code. 2016-05-05 21:39:26 -04:00
nand.c
net.c
nvedit.c common: env: support sata device 2016-04-18 12:29:14 -04:00
onenand.c
otp.c
part.c dm: part: Rename some partition functions 2016-03-14 15:34:50 -06:00
pci.c Implement "pci enum" command for CONFIG_DM_PCI 2016-01-28 21:01:23 -07:00
pcmcia.c
pmic.c
portio.c
pxe.c Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
read.c dm: block: Adjust device calls to go through helpers function 2016-03-14 15:34:50 -06:00
reginfo.c
regulator.c
reiser.c dm: block: Rename device number member dev to devnum 2016-03-14 15:34:50 -06:00
remoteproc.c
sata.c dm: sata: Separate the non-command code into its own file 2016-05-17 09:54:43 -06:00
scsi.c dm: scsi: Separate the non-command code into its own file 2016-05-17 09:54:43 -06:00
setexpr.c
sf.c
sha1sum.c
softswitch.c
sound.c
source.c
spi.c cmd: spi: check return value of strdup 2016-03-27 09:12:55 -04:00
spibootldr.c Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
spl.c
strings.c
terminal.c
test.c
thordown.c
time.c
tpm.c dm: Use uclass_first_device_err() where it is useful 2016-03-14 15:34:50 -06:00
tpm_test.c
trace.c trace: Fix compiler warnings in trace 2016-02-26 08:53:10 -07:00
tsi148.c
ubi.c
ubifs.c
universe.c
unzip.c dm: blk: Rename get_device() to blk_get_device_by_str() 2016-03-14 15:34:50 -06:00
usb.c dm: usb: Drop the get_dev() function 2016-05-17 09:54:43 -06:00
usb_mass_storage.c cmd/usb_mass_storage.c: Rework ums_init() ret logic slightly 2016-04-20 13:21:24 -04:00
version.c
ximg.c
yaffs2.c
zfs.c dm: block: Rename device number member dev to devnum 2016-03-14 15:34:50 -06:00
zip.c