summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* usb: dm: Make "usb info" use usb_for_each_root_dev()Hans de Goede2016-07-051-25/+6
* usb: dm: Add a usb_for_each_root_dev() helper functionHans de Goede2016-07-051-3/+12
* hush: complete renaming CONFIG_SYS_HUSH_PARSER to CONFIG_HUSH_PARSERMasahiro Yamada2016-06-242-8/+2
* common: image: minimal android image iminfo supportMichael Trimarchi2016-06-241-0/+6
* cmd: bootefi: cosmeticSergey Kubushyn2016-06-241-1/+1
* autoboot: add CONFIG_AUTOBOOT to allow to not compile autoboot.cMasahiro Yamada2016-06-201-0/+6
* Merge git://git.denx.de/u-boot-nand-flashTom Rini2016-06-201-6/+35
|\
| * nand: extend nand tortureMax Krummenacher2016-06-191-6/+35
* | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2016-06-181-1/+2
|\ \
| * | cmd: usb: check if_type before using this devicePeng Fan2016-06-181-1/+2
* | | cmd: gpt: add - partition size parsingMichael Trimarchi2016-06-121-2/+11
|/ /
* | ubi: add new ubi command "ubi detach"Heiko Schocher2016-06-091-11/+27
* | efi_loader: Move to normal debug infrastructureAlexander Graf2016-06-061-3/+1
* | efi_loader: Add exit supportAlexander Graf2016-06-061-0/+6
|/
* mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_dataScott Wood2016-06-031-2/+2
* nand: Embed mtd_info in struct nand_chipScott Wood2016-06-033-24/+24
* mtd: nand: Remove nand_info_t typedefScott Wood2016-06-033-99/+98
* Merge git://git.denx.de/u-boot-dmTom Rini2016-05-271-62/+0
|\
| * mmc: Drop dead mmc code for non-generic MMCSimon Glass2016-05-261-62/+0
* | efi_loader: Add network access supportAlexander Graf2016-05-271-0/+7
* | cmd: replace the cast of the memory access to a fixed bit type in itestKunihiko Hayashi2016-05-271-3/+3
* | cmd: disk: Fix unused variable warningMarek Vasut2016-05-271-1/+2
|/
* arm64: fix arm64 Linux boot image header field sizesAndre Przywara2016-05-251-3/+6
* Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2016-05-233-0/+202
|\
| * cmd: qfw: do not depend on x86Miao Yan2016-05-231-1/+0
| * cmd: qfw: do not require default macros when building qfw commandMiao Yan2016-05-231-0/+13
| * cmd: qfw: rename qemu_fw_cfg.[c|h] to qfw.[c|h]Miao Yan2016-05-233-3/+3
| * x86: qemu: split qfw command interface and qfw coreMiao Yan2016-05-233-173/+2
| * cmd: qfw: make fwcfg_present and fwcfg_dma_present publicMiao Yan2016-05-231-17/+20
| * cmd: qfw: remove qemu_fwcfg_free_files()Miao Yan2016-05-231-12/+0
| * cmd: qfw: add API to iterate firmware listMiao Yan2016-05-231-3/+22
| * x86: qemu: Move qfw command over to cmd and add Kconfig entryTom Rini2016-05-233-0/+351
* | Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2016-05-231-0/+2
|\ \
| * | mips: Report reloc information in bdinfoTim Chick2016-05-211-0/+2
| |/
* | eeprom: merge cmdline parsing of eeprom commandsNikita Kiryanov2016-05-201-64/+53
* | eeprom: use eeprom_execute_command for all eeprom functionsNikita Kiryanov2016-05-201-21/+40
* | eeprom: refactor i2c bus and devaddr parsingNikita Kiryanov2016-05-201-26/+53
* | cmd: eeprom: add support for layout aware commandsNikita Kiryanov2016-05-201-1/+147
* | cmd: eeprom: add bus switching support for all i2c driversNikita Kiryanov2016-05-201-1/+1
|/
* dm: mmc: Move the device list into a separate fileSimon Glass2016-05-171-4/+4
* dm: mmc: Use the new select_hwpart() APISimon Glass2016-05-171-3/+5
* dm: mmc: Drop the get_dev() functionSimon Glass2016-05-171-1/+1
* dm: usb: Drop the get_dev() functionSimon Glass2016-05-171-6/+10
* dm: sata: Separate the non-command code into its own fileSimon Glass2016-05-171-118/+20
* dm: ide: Separate the non-command code into its own fileSimon Glass2016-05-171-1276/+21
* dm: scsi: Separate the non-command code into its own fileSimon Glass2016-05-172-603/+29
* dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass2016-05-172-3/+3
* dm: sata: Fix code style problems in cmd/sata.cSimon Glass2016-05-171-5/+7
* dm: ide: Remove the forward declarationsSimon Glass2016-05-171-714/+682
* dm: ide: Correct various code style problemsSimon Glass2016-05-171-28/+29
OpenPOWER on IntegriCloud