summaryrefslogtreecommitdiff
path: root/cmd
Commit message (Expand)AuthorAgeLines
* efi_loader: Make exposed image loader path absoluteAlexander Graf2016-07-25-1/+6
* cmd: misc: Add support for fractions in sleepmario.six@gdsys.cc2016-07-25-1/+20
* cmd: mtdparts: support runtime generated mtdpartsLadislav Michl2016-07-22-9/+12
* cmd: mtdparts: use defaults by defaultLadislav Michl2016-07-22-6/+16
* cmd: mtdparts: consolidate mtdparts reading from envLadislav Michl2016-07-22-22/+20
* cmd: mtdparts: fix null pointer dereference in parse_mtdpartsLadislav Michl2016-07-22-10/+13
* cmd: mtdparts: fix mtdparts variable presence confusion in mtdparts_initLadislav Michl2016-07-22-4/+6
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-07-19-2/+2
|\
| * armv8: Move secure_ram variable out of generic global dataYork Sun2016-07-15-2/+2
* | Various, unrelated tree-wide typo fixes.Robert P. J. Day2016-07-16-1/+1
|/
* Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2016-07-11-0/+2
|\
| * dm: spi: Read default speed and mode values from DTVignesh R2016-07-09-0/+2
* | usb: dm: Make "usb info" use usb_for_each_root_dev()Hans de Goede2016-07-05-25/+6
* | usb: dm: Add a usb_for_each_root_dev() helper functionHans de Goede2016-07-05-3/+12
|/
* hush: complete renaming CONFIG_SYS_HUSH_PARSER to CONFIG_HUSH_PARSERMasahiro Yamada2016-06-24-8/+2
* common: image: minimal android image iminfo supportMichael Trimarchi2016-06-24-0/+6
* cmd: bootefi: cosmeticSergey Kubushyn2016-06-24-1/+1
* autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.cMasahiro Yamada2016-06-20-0/+6
* Merge git://git.denx.de/u-boot-nand-flashTom Rini2016-06-20-6/+35
|\
| * nand: extend nand tortureMax Krummenacher2016-06-19-6/+35
* | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2016-06-18-1/+2
|\ \
| * | cmd: usb: check if_type before using this devicePeng Fan2016-06-18-1/+2
* | | cmd: gpt: add - partition size parsingMichael Trimarchi2016-06-12-2/+11
|/ /
* | ubi: add new ubi command "ubi detach"Heiko Schocher2016-06-09-11/+27
* | efi_loader: Move to normal debug infrastructureAlexander Graf2016-06-06-3/+1
* | efi_loader: Add exit supportAlexander Graf2016-06-06-0/+6
|/
* mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_dataScott Wood2016-06-03-2/+2
* nand: Embed mtd_info in struct nand_chipScott Wood2016-06-03-24/+24
* mtd: nand: Remove nand_info_t typedefScott Wood2016-06-03-99/+98
* Merge git://git.denx.de/u-boot-dmTom Rini2016-05-27-62/+0
|\
| * mmc: Drop dead mmc code for non-generic MMCSimon Glass2016-05-26-62/+0
* | efi_loader: Add network access supportAlexander Graf2016-05-27-0/+7
* | cmd: replace the cast of the memory access to a fixed bit type in itestKunihiko Hayashi2016-05-27-3/+3
* | cmd: disk: Fix unused variable warningMarek Vasut2016-05-27-1/+2
|/
* arm64: fix arm64 Linux boot image header field sizesAndre Przywara2016-05-25-3/+6
* Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2016-05-23-0/+202
|\
| * cmd: qfw: do not depend on x86Miao Yan2016-05-23-1/+0
| * cmd: qfw: do not require default macros when building qfw commandMiao Yan2016-05-23-0/+13
| * cmd: qfw: rename qemu_fw_cfg.[c|h] to qfw.[c|h]Miao Yan2016-05-23-3/+3
| * x86: qemu: split qfw command interface and qfw coreMiao Yan2016-05-23-173/+2
| * cmd: qfw: make fwcfg_present and fwcfg_dma_present publicMiao Yan2016-05-23-17/+20
| * cmd: qfw: remove qemu_fwcfg_free_files()Miao Yan2016-05-23-12/+0
| * cmd: qfw: add API to iterate firmware listMiao Yan2016-05-23-3/+22
| * x86: qemu: Move qfw command over to cmd and add Kconfig entryTom Rini2016-05-23-0/+351
* | Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2016-05-23-0/+2
|\ \
| * | mips: Report reloc information in bdinfoTim Chick2016-05-21-0/+2
| |/
* | eeprom: merge cmdline parsing of eeprom commandsNikita Kiryanov2016-05-20-64/+53
* | eeprom: use eeprom_execute_command for all eeprom functionsNikita Kiryanov2016-05-20-21/+40
* | eeprom: refactor i2c bus and devaddr parsingNikita Kiryanov2016-05-20-26/+53
* | cmd: eeprom: add support for layout aware commandsNikita Kiryanov2016-05-20-1/+147