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