summaryrefslogtreecommitdiff
path: root/cmd
Commit message (Expand)AuthorAgeLines
* arm64: booti: add missing unmap_sysmem()Masahiro Yamada2016-04-01-0/+5
* Drop command-processing code when CONFIG_CMDLINE is disabledSimon Glass2016-04-01-0/+4
* cmd: spi: check return value of strdupPeng Fan2016-03-27-0/+2
* efi_loader: Add GOP supportAlexander Graf2016-03-27-0/+3
* Fix spelling of "transferred".Vagrant Cascadian2016-03-22-1/+1
* cmd: Fix license commandTom Rini2016-03-22-3/+3
* Add an option to enable the command lineSimon Glass2016-03-22-0/+12
* cbfs: Update a function to be staticSimon Glass2016-03-22-4/+8
* gpio: Report errors when GPIOs cannot be readSimon Glass2016-03-17-7/+27
* cpu: Add support for microcode version and CPU IDSimon Glass2016-03-17-0/+7
* cmd: scsi: Group the command portion together, guard with !CONFIG_SPL_BUILDTom Rini2016-03-16-21/+22
* efi_loader: Pass proper device path in on bootAlexander Graf2016-03-15-9/+27
* efi_loader: Call fdt preparation functionsAlexander Graf2016-03-15-0/+8
* efi_loader: Add "bootefi" commandAlexander Graf2016-03-15-0/+190
* Merge git://git.denx.de/u-boot-dmTom Rini2016-03-14-128/+125
|\
| * Drop CONFIG_CRAMFS_CMDLINESimon Glass2016-03-14-5/+0
| * dm: sandbox: Add driver-model block-device support for sandboxSimon Glass2016-03-14-1/+8
| * dm: block: Adjust device calls to go through helpers functionSimon Glass2016-03-14-10/+8
| * dm: block: Rename device number member dev to devnumSimon Glass2016-03-14-21/+21
| * dm: cbfs: Fix handling of invalid typeSimon Glass2016-03-14-2/+3
| * dm: part: Rename some partition functionsSimon Glass2016-03-14-17/+17
| * dm: blk: Rename get_device_and_partition()Simon Glass2016-03-14-8/+8
| * dm: blk: Rename get_device() to blk_get_device_by_str()Simon Glass2016-03-14-5/+5
| * dm: blk: Rename get_dev() to blk_get_dev()Simon Glass2016-03-14-2/+2
| * dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-14-47/+47
| * dm: Use uclass_first_device_err() where it is usefulSimon Glass2016-03-14-10/+6
* | Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass2016-03-14-3/+3
* | common: Add support for environment file in EXT4.Stuart Longland2016-03-14-1/+2
|/
* trace: Fix compiler warnings in traceSimon Glass2016-02-26-2/+2
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2016-02-24-0/+20
|\
| * dfu: usb: f_dfu: Set deferred call for dfu_flush() functionLukasz Majewski2016-02-24-0/+20
* | cmd: mem: Show 64bit addresses which are testedMichal Simek2016-02-24-1/+1
* | booti: Help text rework.Karsten Merker2016-02-24-7/+7
|/
* i2c: spd: Extend SPD memory typesMichal Simek2016-02-22-1/+13
* gpio: Correct handling of 'gpio status'Simon Glass2016-02-15-1/+1
* itest: allow map_physmem to return 0 in limited casesStephen Warren2016-02-09-1/+1
* Remove unused CONFIG_CMD_HWFLOW option and associated dead code.David Müller (ELSOFT AG)2016-02-08-30/+0
* cmd: Fix control bmp_display()Simon Glass2016-02-06-2/+1
* Use correct spelling of "U-Boot"Bin Meng2016-02-06-8/+8
* Merge git://git.denx.de/u-boot-dmTom Rini2016-01-29-14/+6
|\
| * Implement "pci enum" command for CONFIG_DM_PCIStephen Warren2016-01-28-13/+5
| * tpm: Fix fault in case CONFIG_DM_TPM is set without any TPMChristophe Ricard2016-01-28-1/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2016-01-28-2/+76
|/
* fpga: Fix compilation warningsMichal Simek2016-01-27-4/+4
* microblaze: Do not print eth device when DM_ETH is enabledMichal Simek2016-01-27-1/+1
* bug.h: move BUILD_BUG_* defines to include/linux/bug.hMasahiro Yamada2016-01-25-0/+1
* Remove the cmd_ prefix from command filesSimon Glass2016-01-25-129/+129
* Move all command code into its own directorySimon Glass2016-01-25-0/+43205