summaryrefslogtreecommitdiff
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* 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
* | cmd/spl.c: Include <libfdt.h> for fdt_totalsizeTom Rini2017-08-261-0/+1
* | mtdparts: Fix uninitialized scalar usageTom Rini2017-08-261-0/+1
* | mtdparts: Fix final outstanding issue reported by CoverityTom Rini2017-08-261-2/+2
* | cmd: spl: provide address and size of prepared FDT in environmentAnatolij Gustschin2017-08-261-0/+5
|/
* cmd/read.c: Fix checking blk_dread return valueTom Rini2017-08-201-1/+1
* mtdparts: Fix various issues reported by CoverityTom Rini2017-08-201-15/+18
* Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2017-08-181-2/+2
|\
| * efi_loader: use EFI_PAGE_SIZE instead of 4096xypron.glpk@gmx.de2017-08-121-2/+2
* | Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2017-08-187-387/+231
|\ \
| * | cmd: mmc: add mmc partconf read capabilityAngelo Dureghello2017-08-171-6/+32
| * | dm: sata: Support driver model with the 'sata' commandSimon Glass2017-08-171-11/+84
| * | dm: usb: Adjust the 'usb' command to use blk_common_cmd()Simon Glass2017-08-171-108/+3
| * | dm: ide: Adjust the 'ide' command to use blk_common_cmd()Simon Glass2017-08-171-104/+3
| * | dm: scsi: Adjust the 'scsi' command to use blk_common_cmd()Simon Glass2017-08-171-76/+3
| * | dm: sata: Adjust the 'sata' command to use blk_common_cmd()Simon Glass2017-08-171-82/+1
| * | dm: blk: Add a generic function for block device commandsSimon Glass2017-08-172-0/+105
* | | env: Rename some other getenv()-related functionsSimon Glass2017-08-163-5/+5
* | | env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass2017-08-162-4/+3
* | | env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass2017-08-165-8/+8
* | | env: Rename getenv/_f() to env_get()Simon Glass2017-08-1623-82/+84
* | | env: Rename common functions related to setenv()Simon Glass2017-08-1617-32/+32
* | | env: Rename setenv() to env_set()Simon Glass2017-08-1611-59/+62
* | | env: Drop saveenv() in favour of env_save()Simon Glass2017-08-151-1/+1
* | | env: Drop the env_name_spec globalSimon Glass2017-08-151-1/+3
|/ /
* | cmd/bdinfo: correct comment in board_detailChris Packham2017-08-131-1/+1
* | nvme: Add nvme commandsZhikang Zhang2017-08-133-0/+205