aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2016-07-24mtd: fix compiler warningsSteve Rae1-2/+2
2016-07-24cmd, nand: add an option to disable the verification when writing in raw modeBoris Brezillon1-5/+10
2016-07-22cmd: mtdparts: support runtime generated mtdpartsLadislav Michl1-9/+12
2016-07-22cmd: mtdparts: use defaults by defaultLadislav Michl1-6/+16
2016-07-22cmd: mtdparts: consolidate mtdparts reading from envLadislav Michl1-22/+20
2016-07-22cmd: mtdparts: fix null pointer dereference in parse_mtdpartsLadislav Michl1-10/+13
2016-07-22cmd: mtdparts: fix mtdparts variable presence confusion in mtdparts_initLadislav Michl1-4/+6
2016-07-19Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-2/+2
2016-07-16Various, unrelated tree-wide typo fixes.Robert P. J. Day1-1/+1
2016-07-15armv8: Move secure_ram variable out of generic global dataYork Sun1-2/+2
2016-07-11Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-0/+2
2016-07-09dm: spi: Read default speed and mode values from DTVignesh R1-0/+2
2016-07-05usb: dm: Make "usb info" use usb_for_each_root_dev()Hans de Goede1-25/+6
2016-07-05usb: dm: Add a usb_for_each_root_dev() helper functionHans de Goede1-3/+12
2016-06-24hush: complete renaming CONFIG_SYS_HUSH_PARSER to CONFIG_HUSH_PARSERMasahiro Yamada2-8/+2
2016-06-24common: image: minimal android image iminfo supportMichael Trimarchi1-0/+6
2016-06-24cmd: bootefi: cosmeticSergey Kubushyn1-1/+1
2016-06-20autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.cMasahiro Yamada1-0/+6
2016-06-20Merge git://git.denx.de/u-boot-nand-flashTom Rini1-6/+35
2016-06-19nand: extend nand tortureMax Krummenacher1-6/+35
2016-06-18Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-1/+2
2016-06-18cmd: usb: check if_type before using this devicePeng Fan1-1/+2
2016-06-12cmd: gpt: add - partition size parsingMichael Trimarchi1-2/+11
2016-06-09ubi: add new ubi command "ubi detach"Heiko Schocher1-11/+27
2016-06-06efi_loader: Move to normal debug infrastructureAlexander Graf1-3/+1
2016-06-06efi_loader: Add exit supportAlexander Graf1-0/+6
2016-06-03mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_dataScott Wood1-2/+2
2016-06-03nand: Embed mtd_info in struct nand_chipScott Wood3-24/+24
2016-06-03mtd: nand: Remove nand_info_t typedefScott Wood3-99/+98
2016-05-27Merge git://git.denx.de/u-boot-dmTom Rini1-62/+0
2016-05-27efi_loader: Add network access supportAlexander Graf1-0/+7
2016-05-27cmd: replace the cast of the memory access to a fixed bit type in itestKunihiko Hayashi1-3/+3
2016-05-27cmd: disk: Fix unused variable warningMarek Vasut1-1/+2
2016-05-26mmc: Drop dead mmc code for non-generic MMCSimon Glass1-62/+0
2016-05-25arm64: fix arm64 Linux boot image header field sizesAndre Przywara1-3/+6
2016-05-23Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini3-0/+202
2016-05-23Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini1-0/+2
2016-05-23cmd: qfw: do not depend on x86Miao Yan1-1/+0
2016-05-23cmd: qfw: do not require default macros when building qfw commandMiao Yan1-0/+13
2016-05-23cmd: qfw: rename qemu_fw_cfg.[c|h] to qfw.[c|h]Miao Yan3-3/+3
2016-05-23x86: qemu: split qfw command interface and qfw coreMiao Yan3-173/+2
2016-05-23cmd: qfw: make fwcfg_present and fwcfg_dma_present publicMiao Yan1-17/+20
2016-05-23cmd: qfw: remove qemu_fwcfg_free_files()Miao Yan1-12/+0
2016-05-23cmd: qfw: add API to iterate firmware listMiao Yan1-3/+22
2016-05-23x86: qemu: Move qfw command over to cmd and add Kconfig entryTom Rini3-0/+351
2016-05-20eeprom: merge cmdline parsing of eeprom commandsNikita Kiryanov1-64/+53
2016-05-20eeprom: use eeprom_execute_command for all eeprom functionsNikita Kiryanov1-21/+40
2016-05-21mips: Report reloc information in bdinfoTim Chick1-0/+2
2016-05-20eeprom: refactor i2c bus and devaddr parsingNikita Kiryanov1-26/+53
2016-05-20cmd: eeprom: add support for layout aware commandsNikita Kiryanov1-1/+147