summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2017-08-16env: Rename some other getenv()-related functionsSimon Glass3-5/+5
2017-08-16env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass2-4/+3
2017-08-16env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass5-8/+8
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass23-82/+84
2017-08-16env: Rename common functions related to setenv()Simon Glass17-32/+32
2017-08-16env: Rename setenv() to env_set()Simon Glass11-59/+62
2017-08-16env: Drop saveenv() in favour of env_save()Simon Glass1-1/+1
2017-08-16env: Drop the env_name_spec globalSimon Glass1-1/+3
2017-08-13cmd/bdinfo: correct comment in board_detailChris Packham1-1/+1
2017-08-13nvme: Add nvme commandsZhikang Zhang3-0/+205
2017-08-12README: Drop information about commandsSimon Glass2-1/+5
2017-08-12Convert CONFIG_CMD_ZFS to KconfigSimon Glass1-0/+11
2017-08-12Convert CONFIG_CMD_ZBOOT to KconfigSimon Glass1-0/+12
2017-08-12Convert CONFIG_CMD_UUID to KconfigSimon Glass1-0/+11
2017-08-12Convert CONFIG_CMD_UNIVERSE to KconfigSimon Glass1-0/+6
2017-08-12Convert CONFIG_CMD_TSI148 to KconfigSimon Glass1-0/+6
2017-08-12Convert CONFIG_CMD_TRACE to KconfigSimon Glass1-0/+9
2017-08-12Convert CONFIG_CMD_YAFFS2 to KconfigSimon Glass2-1/+12
2017-08-12Convert CONFIG_CMD_THOR_DOWNLOAD to KconfigSimon Glass1-0/+8
2017-08-11Convert CONFIG_CMD_TERMINAL to KconfigSimon Glass1-0/+8
2017-08-11Convert CONFIG_CMD_STRINGS to KconfigSimon Glass1-0/+8
2017-08-11Kconfig: Sort the memory commandsSimon Glass1-30/+30
2017-08-11Convert CONFIG_CMD_SPL_WRITE_SIZE to KconfigSimon Glass1-0/+9
2017-08-11Convert CONFIG_CMD_SPL_NAND_OFS to KconfigSimon Glass1-0/+10
2017-08-11Convert CONFIG_CMD_SPL to KconfigSimon Glass1-0/+9
2017-08-11Convert CONFIG_CMD_SF_TEST to KconfigSimon Glass1-0/+11
2017-08-11Convert CONFIG_CMD_SDRAM to KconfigSimon Glass1-0/+7
2017-08-11Convert CONFIG_CMD_SCSI to KconfigSimon Glass2-1/+10
2017-08-11Convert CONFIG_CMD_SAVES to KconfigSimon Glass1-0/+6
2017-08-11Convert CONFIG_CMD_REISER to KconfigSimon Glass1-0/+9
2017-08-11Convert CONFIG_CMD_REGINFO to KconfigChristophe Leroy1-0/+6
2017-08-11Kconfig: Convert CMD_READ to KconfigSimon Glass2-1/+6
2017-08-11Kconfig: Drop CONFIG_CMD_PORTIO and associated commandSimon Glass2-146/+0
2017-08-11Convert CONFIG_CMD_PCMCIA to KconfigSimon Glass1-0/+8
2017-08-11Kconfig: Drop CONFIG_CMD_PCI_ENUMSimon Glass1-2/+2
2017-08-11Convert CONFIG_CMD_PCI to KconfigSimon Glass1-0/+8
2017-08-11Convert CONFIG_CMD_ONENAND to KconfigSimon Glass1-0/+8
2017-08-11Convert CONFIG_CMD_MTDPARTS_SPREAD to KconfigSimon Glass1-0/+10
2017-08-11Convert CONFIG_CMD_MMC_SPI to KconfigSimon Glass1-0/+9
2017-08-11Kconfig: Sort the device-access commandsSimon Glass1-130/+130
2017-08-07net: add static to do_tftpput()Masahiro Yamada1-1/+1
2017-08-05gpt: harden set_gpt_info() against non NULL-terminated stringsAlison Chaiken1-27/+36
2017-08-05GPT: provide commands to selectively rename partitionsAlison Chaiken2-4/+241
2017-08-05GPT: read partition table from device into a data structureAlison Chaiken1-0/+125
2017-08-04GPT: add accessor function for disk GUIDAlison Chaiken1-0/+26
2017-07-31Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini1-54/+81
2017-07-29Merge git://git.denx.de/u-boot-usbTom Rini1-2/+5
2017-07-29usb: cmd: Print actual packet size for super speed devicesBin Meng1-2/+5
2017-07-28cmd: scsi: Fix null pointer dereference in 'scsi reset'Bin Meng1-0/+2
2017-07-27spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan1-2/+2