summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unused CONFIG_CMD_HWFLOW option and associated dead code.David Müller (ELSOFT AG)2016-02-081-30/+0
* cmd: Fix control bmp_display()Simon Glass2016-02-061-2/+1
* Use correct spelling of "U-Boot"Bin Meng2016-02-067-8/+8
* Merge git://git.denx.de/u-boot-dmTom Rini2016-01-292-14/+6
|\
| * Implement "pci enum" command for CONFIG_DM_PCIStephen Warren2016-01-281-13/+5
| * tpm: Fix fault in case CONFIG_DM_TPM is set without any TPMChristophe Ricard2016-01-281-1/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2016-01-281-2/+76
|/
* fpga: Fix compilation warningsMichal Simek2016-01-271-4/+4
* microblaze: Do not print eth device when DM_ETH is enabledMichal Simek2016-01-271-1/+1
* bug.h: move BUILD_BUG_* defines to include/linux/bug.hMasahiro Yamada2016-01-251-0/+1
* Remove the cmd_ prefix from command filesSimon Glass2016-01-25127-129/+129
* Move all command code into its own directorySimon Glass2016-01-25128-0/+43205
OpenPOWER on IntegriCloud