summaryrefslogtreecommitdiff
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOLxypron.glpk@gmx.de2017-07-191-0/+4
| * efi_loader: reimplement efi_locate_protocolxypron.glpk@gmx.de2017-07-191-0/+4
| * efi_loader: refactor efi_open_protocolxypron.glpk@gmx.de2017-07-191-11/+3
* | Merge git://git.denx.de/u-boot-usbTom Rini2017-07-291-2/+5
|\ \
| * | usb: cmd: Print actual packet size for super speed devicesBin Meng2017-07-281-2/+5
* | | cmd: scsi: Fix null pointer dereference in 'scsi reset'Bin Meng2017-07-281-0/+2
|/ /
* | spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan2017-07-271-2/+2
* | configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFSTom Rini2017-07-241-1/+1
* | cmd: Kconfig: Fix CMD_UBIFS dependenciesKarl Beldan2017-07-241-2/+1
* | cmd: Kconfig: Make CMD_UBI select CMD_MTDPARTSKarl Beldan2017-07-241-0/+1
* | cmd: Kconfig: Fix a dependency of CMD_MTDPARTSKarl Beldan2017-07-241-1/+0
* | powerpc: Remove unneccessary #ifdefs in reginfoChristophe Leroy2017-07-221-18/+2
* | mmc: use new hwpart API when CONFIG_BLK enabledKever Yang2017-07-191-0/+4
* | cmd: mvebu: bubt: use get_nand_dev_by_index()Grygorii Strashko2017-07-111-8/+6
* | cmd: nand: remove direct access to struct mtd_info->privGrygorii Strashko2017-07-111-1/+1
* | cmd: jffs2: use get_nand_dev_by_index()Grygorii Strashko2017-07-111-3/+4
* | cmd: bootm: use get_nand_dev_by_index()Grygorii Strashko2017-07-111-1/+1
* | cmd: nand: abstract global variable usage for dm conversionMugunthan V N2017-07-111-30/+39
|/
* fdt: Check for NULL return from fdt_getprop in 'fdt set'Tom Rini2017-07-111-0/+4
* display_options: Refactor to allow obtaining the bannerSimon Glass2017-07-111-1/+3
* dm: scsi: Document and rename the scsi_scan() parameterSimon Glass2017-07-111-2/+2
* dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset()Simon Glass2017-07-111-1/+1
* Kconfig: Add CONFIG_SATA to enable SATASimon Glass2017-07-111-0/+1
* Convert CONFIG_CMD_SATA to KconfigSimon Glass2017-07-111-0/+12
* cmd, nand: fix broken output of "nand info"Lothar Waßmann2017-07-101-2/+2
* powerpc, 8xx: move specific reginfoChristophe Leroy2017-07-081-52/+2
* powerpc: Partialy restore core of mpc8xxChristophe Leroy2017-07-082-3/+58