summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.denx.de/u-boot-dmTom Rini2017-11-191-1/+1
|\
| * cmd/fdt.c align data buffer to avoid unaligned word accessBernhard Messerklinger2017-11-161-1/+1
* | cmd: mac: Update description of helpPrabhakar Kushwaha2017-11-151-14/+14
|/
* Kconfig: Migrate MTDIDS_DEFAULT / MTDPARTS_DEFAULTTom Rini2017-11-051-3/+4
* cmd: fastboot: Enable FASTBOOT_FLASH_NAND for SUNXI_NAND devicesBenjamin Young2017-10-251-0/+10
* cmd: gpt: solve issue for swap and rename commandPatrick Delaunay2017-10-231-6/+6
* cmd/pxe.c: Rework bootargs construction to clarify string checksTom Rini2017-10-161-9/+10
* Drop CONFIG_HAS_DATAFLASHTuomas Tynkkynen2017-10-162-128/+11
* env: Drop CONFIG_ENV_IS_IN_DATAFLASHTuomas Tynkkynen2017-10-161-2/+1
* Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2017-10-131-0/+23
|\
| * efi_loader: Add mem-mapped for fallbackRob Clark2017-10-121-0/+23
* | Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2017-10-121-0/+2
|\ \
| * | cmd: spl: fix compiling error when CONFIG_CMD_SPL_WRITE_SIZE not definedYork Sun2017-10-091-0/+2
| |/
* | cmd: Toggle the default value of CONFIG_CMD_IMLSTuomas Tynkkynen2017-10-101-1/+0
* | cmd: Make CMD_LZMA / CMD_UNZIP default y if CMD_BOOTITom Rini2017-10-081-0/+2
* | scripts: Move Kconfig contents to cmd/KconfigSam Protsenko2017-10-081-0/+3
* | cmd/gpt.c, cmd/nvedit.c, tools/fit_image.c: Rework recent fixes for CoverityTom Rini2017-10-072-2/+2
* | cmd/time.c: Initialize 'repeatable' variableTom Rini2017-10-061-1/+1
* | cmd/pxe.c: Rework initrd and bootargs handling slightlyTom Rini2017-10-061-6/+6
* | cmd/nvedit.c: Update input handling to cover overflow casesTom Rini2017-10-061-4/+7
* | GPT: fix memory leaks identified by CoverityAlison Chaiken2017-10-061-18/+69
* | Merge git://git.denx.de/u-boot-sunxiTom Rini2017-10-052-0/+14
|\ \
| * | sunxi: Remove the MMC index hackMaxime Ripard2017-10-031-0/+2
| * | cmd: Move CONFIG_RANDOM_UUID to KconfigMaxime Ripard2017-10-031-0/+7
| * | cmd: fastboot: Rework fastboot dependencyMaxime Ripard2017-10-031-0/+5
| |/
* / treewide: replace with error() with pr_err()Masahiro Yamada2017-10-047-16/+16
|/
* cmd: Add the 'btrsubvol' command to list BTRFS subvolumesMarek BehĂșn2017-10-023-0/+39
* Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2017-10-012-148/+142
|\
| * efi_loader: fix efi_exitRob Clark2017-09-211-1/+0
| * efi_loader: reenable selftestHeinrich Schuchardt2017-09-201-2/+6
| * efi_loader: add bootmgrRob Clark2017-09-201-2/+47
| * efi_loader: efi variable supportRob Clark2017-09-201-0/+4
| * efi_loader: refactor boot device and loaded_image handlingRob Clark2017-09-201-142/+59
| * efi_selftest: provide an EFI selftest applicationHeinrich Schuchardt2017-09-182-3/+24
| * efi_loader: rename __efi_hello_world_*Heinrich Schuchardt2017-09-181-2/+2
| * efi_loader: bootefi hello should use loadaddrHeinrich Schuchardt2017-09-181-1/+5
* | GPT: incomplete initialization in allocate_disk_partHeinrich Schuchardt2017-09-261-2/+1
|/
* Merge git://git.denx.de/u-boot-fdtTom Rini2017-09-151-4/+3
|\
| * fdt: Switch to using the verbose overlay application methodPantelis Antoniou2017-09-151-4/+3
* | Merge git://git.denx.de/u-boot-ubiTom Rini2017-09-151-0/+5
|\ \
| * | cmd: set filesize variable in ubi readHolger Dengler2017-09-121-0/+5
* | | cmd: blk: Use LBAFU in the common block commandBin Meng2017-09-151-6/+4
* | | blk: Remove various places that do flush cache after readBin Meng2017-09-151-2/+0
| |/ |/|
* | cmd: spl: Fix compiling warningYork Sun2017-09-111-4/+4
|/
* cmd: ide: Make the first device the default oneBin Meng2017-09-101-1/+1
* fdt: fix 'prop (...) not found!' error in 'fdt set' commandHannes Schmelzer2017-09-041-5/+3
* Kconfig: Migrate all of cmd/fastboot/Kconfig to defconfigsTom Rini2017-09-011-7/+16
* Merge git://git.denx.de/u-boot-imxTom Rini2017-09-013-0/+58
|\
| * cmd: add sdp commandStefan Agner2017-08-233-0/+58
* | nvme: Adjust the 'nvme' command to use blk_common_cmd()Bin Meng2017-08-281-168/+27