summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add an option to enable the command lineSimon Glass2016-03-221-0/+12
* cbfs: Update a function to be staticSimon Glass2016-03-221-4/+8
* gpio: Report errors when GPIOs cannot be readSimon Glass2016-03-171-7/+27
* cpu: Add support for microcode version and CPU IDSimon Glass2016-03-171-0/+7
* cmd: scsi: Group the command portion together, guard with !CONFIG_SPL_BUILDTom Rini2016-03-161-21/+22
* efi_loader: Pass proper device path in on bootAlexander Graf2016-03-152-9/+27
* efi_loader: Call fdt preparation functionsAlexander Graf2016-03-151-0/+8
* efi_loader: Add "bootefi" commandAlexander Graf2016-03-153-0/+190
* Merge git://git.denx.de/u-boot-dmTom Rini2016-03-1420-128/+125
|\
| * Drop CONFIG_CRAMFS_CMDLINESimon Glass2016-03-141-5/+0
| * dm: sandbox: Add driver-model block-device support for sandboxSimon Glass2016-03-141-1/+8
| * dm: block: Adjust device calls to go through helpers functionSimon Glass2016-03-144-10/+8
| * dm: block: Rename device number member dev to devnumSimon Glass2016-03-149-21/+21
| * dm: cbfs: Fix handling of invalid typeSimon Glass2016-03-141-2/+3
| * dm: part: Rename some partition functionsSimon Glass2016-03-147-17/+17
| * dm: blk: Rename get_device_and_partition()Simon Glass2016-03-145-8/+8
| * dm: blk: Rename get_device() to blk_get_device_by_str()Simon Glass2016-03-143-5/+5
| * dm: blk: Rename get_dev() to blk_get_dev()Simon Glass2016-03-142-2/+2
| * dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-1415-47/+47
| * dm: Use uclass_first_device_err() where it is usefulSimon Glass2016-03-142-10/+6
* | Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass2016-03-141-3/+3
* | common: Add support for environment file in EXT4.Stuart Longland2016-03-141-1/+2
|/
* trace: Fix compiler warnings in traceSimon Glass2016-02-261-2/+2
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2016-02-241-0/+20
|\
| * dfu: usb: f_dfu: Set deferred call for dfu_flush() functionLukasz Majewski2016-02-241-0/+20
* | cmd: mem: Show 64bit addresses which are testedMichal Simek2016-02-241-1/+1
* | booti: Help text rework.Karsten Merker2016-02-241-7/+7
|/
* i2c: spd: Extend SPD memory typesMichal Simek2016-02-221-1/+13
* gpio: Correct handling of 'gpio status'Simon Glass2016-02-151-1/+1
* itest: allow map_physmem to return 0 in limited casesStephen Warren2016-02-091-1/+1
OpenPOWER on IntegriCloud