aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2017-08-11README: Drop information about commandsSimon Glass2-1/+5
2017-08-11Convert CONFIG_CMD_ZFS to KconfigSimon Glass1-0/+11
2017-08-11Convert CONFIG_CMD_ZBOOT to KconfigSimon Glass1-0/+12
2017-08-11Convert CONFIG_CMD_UUID to KconfigSimon Glass1-0/+11
2017-08-11Convert CONFIG_CMD_UNIVERSE to KconfigSimon Glass1-0/+6
2017-08-11Convert CONFIG_CMD_TSI148 to KconfigSimon Glass1-0/+6
2017-08-11Convert CONFIG_CMD_TRACE to KconfigSimon Glass1-0/+9
2017-08-11Convert CONFIG_CMD_YAFFS2 to KconfigSimon Glass2-1/+12
2017-08-11Convert 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-04gpt: harden set_gpt_info() against non NULL-terminated stringsAlison Chaiken1-27/+36
2017-08-04GPT: provide commands to selectively rename partitionsAlison Chaiken2-4/+241
2017-08-04GPT: 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-28usb: 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
2017-07-26efi_loader: Fix configuration table overrideAlexander Graf1-4/+3
2017-07-24configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFSTom Rini1-1/+1
2017-07-24efi_loader: initalize EFI object list only onceHeinrich Schuchardt1-26/+36
2017-07-24efi_loader: gop: fixes for CONFIG_DM_VIDEO without CONFIG_LCDRob Clark1-1/+1
2017-07-24efi_loader: EFI file paths should be DOS styleRob Clark1-1/+5
2017-07-24cmd: Kconfig: Fix CMD_UBIFS dependenciesKarl Beldan1-2/+1
2017-07-24cmd: Kconfig: Make CMD_UBI select CMD_MTDPARTSKarl Beldan1-0/+1
2017-07-24cmd: Kconfig: Fix a dependency of CMD_MTDPARTSKarl Beldan1-1/+0
2017-07-22powerpc: Remove unneccessary #ifdefs in reginfoChristophe Leroy1-18/+2
2017-07-19efi_console: set up eventsxypron.glpk@gmx.de1-0/+1