summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* 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
* dm: scsi: Fix up code styleSimon Glass2016-05-171-233/+226
* dm: scsi: Remove the forward declarationsSimon Glass2016-05-171-332/+310
* Fix various typos, scattered over the code.Robert P. J. Day2016-05-052-2/+2
* mmc: Fix error in RPMB codeMarek Vasut2016-05-051-1/+1
* i2c/eeprom: Always define I2C_RXTX_LENMario Six2016-05-031-0/+4
* Fix spelling of "occurred".Vagrant Cascadian2016-05-021-4/+4
* cmd: Kconfig: Add a Kconfig options for a few CMDDinh Nguyen2016-04-251-0/+70
* configs: Re-sync almost all of cmd/KconfigTom Rini2016-04-251-1/+1
* cmd/usb_mass_storage.c: Rework ums_init() ret logic slightlyTom Rini2016-04-201-13/+5
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2016-04-201-10/+29
|\
| * usb: ums - expose selected partition/sJohn Tobias2016-04-201-10/+29
* | efi_loader: Pass fdt address directly to bootefi cmdAlexander Graf2016-04-181-20/+16
* | efi_loader: Put fdt into convenient locationAlexander Graf2016-04-181-4/+26
* | efi_loader: Use system fdt as fallbackAlexander Graf2016-04-181-6/+31
* | efi_loader: Increase path string to 32 charactersAlexander Graf2016-04-181-1/+1
* | efi_loader: Pass file path to payloadAlexander Graf2016-04-182-8/+27
* | efi_loader: Add el torito supportAlexander Graf2016-04-181-0/+14
* | cmd: fdt: Use separate CMD_FDT Kconfig entry instead of OF_LIBFDTMichal Simek2016-04-182-1/+8
* | common: env: support sata devicePeng Fan2016-04-181-1/+2
|/
* cmd: blkcache: simplify sub-command handlingEric Nelson2016-04-111-4/+2
* cmd: blkcache: remove indentation from output of 'show'Eric Nelson2016-04-111-5/+5
* dm: usb: Do not reprobe usb hosts on "usb tree" commandHans de Goede2016-04-101-2/+6
* usb: kbd: Do not deregister usbkbd twice when using dmHans de Goede2016-04-101-1/+1
* sata: use block layer for sata commandEric Nelson2016-04-011-2/+4
* mmc: use block layer in mmc commandEric Nelson2016-04-011-3/+4
* drivers: block: add block device cacheEric Nelson2016-04-013-0/+101
* arm64: booti: add missing unmap_sysmem()Masahiro Yamada2016-04-011-0/+5
* Drop command-processing code when CONFIG_CMDLINE is disabledSimon Glass2016-04-011-0/+4
* cmd: spi: check return value of strdupPeng Fan2016-03-271-0/+2
* efi_loader: Add GOP supportAlexander Graf2016-03-271-0/+3
* Fix spelling of "transferred".Vagrant Cascadian2016-03-221-1/+1
* cmd: Fix license commandTom Rini2016-03-221-3/+3
OpenPOWER on IntegriCloud