aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-19efi_loader: provide meaningful status codexypron.glpk@gmx.de1-8/+8
2017-07-19bootefi: allow return without EFI_BOOT_SERVICES.Exitxypron.glpk@gmx.de1-5/+18
2017-07-19efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOLxypron.glpk@gmx.de1-0/+4
2017-07-19efi_loader: reimplement efi_locate_protocolxypron.glpk@gmx.de1-0/+4
2017-07-19efi_loader: refactor efi_open_protocolxypron.glpk@gmx.de1-11/+3
2017-07-19mmc: use new hwpart API when CONFIG_BLK enabledKever Yang1-0/+4
2017-07-11cmd: mvebu: bubt: use get_nand_dev_by_index()Grygorii Strashko1-8/+6
2017-07-11cmd: nand: remove direct access to struct mtd_info->privGrygorii Strashko1-1/+1
2017-07-11cmd: jffs2: use get_nand_dev_by_index()Grygorii Strashko1-3/+4
2017-07-11cmd: bootm: use get_nand_dev_by_index()Grygorii Strashko1-1/+1
2017-07-11cmd: nand: abstract global variable usage for dm conversionMugunthan V N1-30/+39
2017-07-11fdt: Check for NULL return from fdt_getprop in 'fdt set'Tom Rini1-0/+4
2017-07-11display_options: Refactor to allow obtaining the bannerSimon Glass1-1/+3
2017-07-11dm: scsi: Document and rename the scsi_scan() parameterSimon Glass1-2/+2
2017-07-11dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset()Simon Glass1-1/+1
2017-07-11Kconfig: Add CONFIG_SATA to enable SATASimon Glass1-0/+1
2017-07-11Convert CONFIG_CMD_SATA to KconfigSimon Glass1-0/+12
2017-07-10cmd, nand: fix broken output of "nand info"Lothar Waßmann1-2/+2
2017-07-08powerpc, 8xx: move specific reginfoChristophe Leroy1-52/+2
2017-07-08powerpc: Partialy restore core of mpc8xxChristophe Leroy2-3/+58
2017-07-06avr32: Retire AVR32 for goodAndy Shevchenko1-11/+0
2017-07-04Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini1-0/+6
2017-07-03powerpc: remove 4xx supportHeiko Schocher6-264/+2
2017-07-03efi_loader: Add check for fallback fdt memory reservationAlexander Graf1-0/+6
2017-06-23bdinfo: print fdt_blobHeiko Schocher1-0/+2
2017-06-18cmd: usb_mass_storage: Staticize do_usb_mass_storage()Fabio Estevam1-1/+1
2017-06-18cmd: usb_mass_storage: Use NULL for pointerFabio Estevam1-1/+1
2017-06-16powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher2-56/+1
2017-06-16cmd: ethsw: Fix out-of-bounds errorYork Sun1-1/+1
2017-06-12cmd: nvedit: bring error message in sync with condition under which it appearsLothar Waßmann1-2/+2