aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-1623-82/+84
* env: Rename common functions related to setenv()Simon Glass2017-08-1617-32/+32
* env: Rename setenv() to env_set()Simon Glass2017-08-1611-59/+62
* env: Drop saveenv() in favour of env_save()Simon Glass2017-08-151-1/+1
* env: Drop the env_name_spec globalSimon Glass2017-08-151-1/+3
* cmd/bdinfo: correct comment in board_detailChris Packham2017-08-131-1/+1
* nvme: Add nvme commandsZhikang Zhang2017-08-133-0/+205
* README: Drop information about commandsSimon Glass2017-08-112-1/+5
* Convert CONFIG_CMD_ZFS to KconfigSimon Glass2017-08-111-0/+11
* Convert CONFIG_CMD_ZBOOT to KconfigSimon Glass2017-08-111-0/+12
* Convert CONFIG_CMD_UUID to KconfigSimon Glass2017-08-111-0/+11
* Convert CONFIG_CMD_UNIVERSE to KconfigSimon Glass2017-08-111-0/+6
* Convert CONFIG_CMD_TSI148 to KconfigSimon Glass2017-08-111-0/+6
* Convert CONFIG_CMD_TRACE to KconfigSimon Glass2017-08-111-0/+9
* Convert CONFIG_CMD_YAFFS2 to KconfigSimon Glass2017-08-112-1/+12
* Convert CONFIG_CMD_THOR_DOWNLOAD to KconfigSimon Glass2017-08-111-0/+8
* Convert CONFIG_CMD_TERMINAL to KconfigSimon Glass2017-08-111-0/+8
* Convert CONFIG_CMD_STRINGS to KconfigSimon Glass2017-08-111-0/+8
* Kconfig: Sort the memory commandsSimon Glass2017-08-111-30/+30
* Convert CONFIG_CMD_SPL_WRITE_SIZE to KconfigSimon Glass2017-08-111-0/+9
* Convert CONFIG_CMD_SPL_NAND_OFS to KconfigSimon Glass2017-08-111-0/+10
* Convert CONFIG_CMD_SPL to KconfigSimon Glass2017-08-111-0/+9
* Convert CONFIG_CMD_SF_TEST to KconfigSimon Glass2017-08-111-0/+11
* Convert CONFIG_CMD_SDRAM to KconfigSimon Glass2017-08-111-0/+7
* Convert CONFIG_CMD_SCSI to KconfigSimon Glass2017-08-112-1/+10
* Convert CONFIG_CMD_SAVES to KconfigSimon Glass2017-08-111-0/+6
* Convert CONFIG_CMD_REISER to KconfigSimon Glass2017-08-111-0/+9
* Convert CONFIG_CMD_REGINFO to KconfigChristophe Leroy2017-08-111-0/+6
* Kconfig: Convert CMD_READ to KconfigSimon Glass2017-08-112-1/+6
* Kconfig: Drop CONFIG_CMD_PORTIO and associated commandSimon Glass2017-08-112-146/+0
* Convert CONFIG_CMD_PCMCIA to KconfigSimon Glass2017-08-111-0/+8
* Kconfig: Drop CONFIG_CMD_PCI_ENUMSimon Glass2017-08-111-2/+2
* Convert CONFIG_CMD_PCI to KconfigSimon Glass2017-08-111-0/+8
* Convert CONFIG_CMD_ONENAND to KconfigSimon Glass2017-08-111-0/+8
* Convert CONFIG_CMD_MTDPARTS_SPREAD to KconfigSimon Glass2017-08-111-0/+10
* Convert CONFIG_CMD_MMC_SPI to KconfigSimon Glass2017-08-111-0/+9
* Kconfig: Sort the device-access commandsSimon Glass2017-08-111-130/+130
* net: add static to do_tftpput()Masahiro Yamada2017-08-071-1/+1
* gpt: harden set_gpt_info() against non NULL-terminated stringsAlison Chaiken2017-08-041-27/+36
* GPT: provide commands to selectively rename partitionsAlison Chaiken2017-08-042-4/+241
* GPT: read partition table from device into a data structureAlison Chaiken2017-08-041-0/+125
* GPT: add accessor function for disk GUIDAlison Chaiken2017-08-041-0/+26
* Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2017-07-311-54/+81
|\
| * efi_loader: Fix configuration table overrideAlexander Graf2017-07-261-4/+3
| * efi_loader: initalize EFI object list only onceHeinrich Schuchardt2017-07-241-26/+36
| * efi_loader: gop: fixes for CONFIG_DM_VIDEO without CONFIG_LCDRob Clark2017-07-241-1/+1
| * efi_loader: EFI file paths should be DOS styleRob Clark2017-07-241-1/+5
| * efi_console: set up eventsxypron.glpk@gmx.de2017-07-191-0/+1
| * efi_loader: provide meaningful status codexypron.glpk@gmx.de2017-07-191-8/+8
| * bootefi: allow return without EFI_BOOT_SERVICES.Exitxypron.glpk@gmx.de2017-07-191-5/+18