aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2017-10-09cmd: spl: fix compiling error when CONFIG_CMD_SPL_WRITE_SIZE not definedYork Sun1-0/+2
2017-10-08cmd: Make CMD_LZMA / CMD_UNZIP default y if CMD_BOOTITom Rini1-0/+2
2017-10-08scripts: Move Kconfig contents to cmd/KconfigSam Protsenko1-0/+3
2017-10-07cmd/gpt.c, cmd/nvedit.c, tools/fit_image.c: Rework recent fixes for CoverityTom Rini2-2/+2
2017-10-06cmd/time.c: Initialize 'repeatable' variableTom Rini1-1/+1
2017-10-06cmd/pxe.c: Rework initrd and bootargs handling slightlyTom Rini1-6/+6
2017-10-06cmd/nvedit.c: Update input handling to cover overflow casesTom Rini1-4/+7
2017-10-06GPT: fix memory leaks identified by CoverityAlison Chaiken1-18/+69
2017-10-05Merge git://git.denx.de/u-boot-sunxiTom Rini2-0/+14
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada7-16/+16
2017-10-03sunxi: Remove the MMC index hackMaxime Ripard1-0/+2
2017-10-03cmd: Move CONFIG_RANDOM_UUID to KconfigMaxime Ripard1-0/+7
2017-10-03cmd: fastboot: Rework fastboot dependencyMaxime Ripard1-0/+5
2017-10-02cmd: Add the 'btrsubvol' command to list BTRFS subvolumesMarek BehĂșn3-0/+39
2017-10-01Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2-148/+142
2017-09-26GPT: incomplete initialization in allocate_disk_partHeinrich Schuchardt1-2/+1
2017-09-21efi_loader: fix efi_exitRob Clark1-1/+0
2017-09-20efi_loader: reenable selftestHeinrich Schuchardt1-2/+6
2017-09-20efi_loader: add bootmgrRob Clark1-2/+47
2017-09-20efi_loader: efi variable supportRob Clark1-0/+4
2017-09-20efi_loader: refactor boot device and loaded_image handlingRob Clark1-142/+59
2017-09-18efi_selftest: provide an EFI selftest applicationHeinrich Schuchardt2-3/+24
2017-09-18efi_loader: rename __efi_hello_world_*Heinrich Schuchardt1-2/+2
2017-09-18efi_loader: bootefi hello should use loadaddrHeinrich Schuchardt1-1/+5
2017-09-15Merge git://git.denx.de/u-boot-fdtTom Rini1-4/+3
2017-09-15Merge git://git.denx.de/u-boot-ubiTom Rini1-0/+5
2017-09-15cmd: blk: Use LBAFU in the common block commandBin Meng1-6/+4
2017-09-15blk: Remove various places that do flush cache after readBin Meng1-2/+0
2017-09-15fdt: Switch to using the verbose overlay application methodPantelis Antoniou1-4/+3
2017-09-12cmd: set filesize variable in ubi readHolger Dengler1-0/+5
2017-09-11cmd: spl: Fix compiling warningYork Sun1-4/+4
2017-09-10cmd: ide: Make the first device the default oneBin Meng1-1/+1
2017-09-04fdt: fix 'prop (...) not found!' error in 'fdt set' commandHannes Schmelzer1-5/+3
2017-09-01Kconfig: Migrate all of cmd/fastboot/Kconfig to defconfigsTom Rini1-7/+16
2017-09-01Merge git://git.denx.de/u-boot-imxTom Rini3-0/+58
2017-08-28nvme: Adjust the 'nvme' command to use blk_common_cmd()Bin Meng1-168/+27
2017-08-26cmd/spl.c: Include <libfdt.h> for fdt_totalsizeTom Rini1-0/+1
2017-08-26mtdparts: Fix uninitialized scalar usageTom Rini1-0/+1
2017-08-26mtdparts: Fix final outstanding issue reported by CoverityTom Rini1-2/+2
2017-08-26cmd: spl: provide address and size of prepared FDT in environmentAnatolij Gustschin1-0/+5
2017-08-23cmd: add sdp commandStefan Agner3-0/+58
2017-08-20cmd/read.c: Fix checking blk_dread return valueTom Rini1-1/+1
2017-08-20mtdparts: Fix various issues reported by CoverityTom Rini1-15/+18
2017-08-18Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini1-2/+2
2017-08-18Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini7-387/+231
2017-08-17cmd: mmc: add mmc partconf read capabilityAngelo Dureghello1-6/+32
2017-08-17dm: sata: Support driver model with the 'sata' commandSimon Glass1-11/+84
2017-08-17dm: usb: Adjust the 'usb' command to use blk_common_cmd()Simon Glass1-108/+3
2017-08-17dm: ide: Adjust the 'ide' command to use blk_common_cmd()Simon Glass1-104/+3
2017-08-17dm: scsi: Adjust the 'scsi' command to use blk_common_cmd()Simon Glass1-76/+3