aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* cmd: read: support specifying partition by nameSimon Shields2020-03-281-7/+20
* cmd: add charger commandSimon Shields2020-03-283-0/+191
* cmd: add battery commandSimon Shields2020-03-283-0/+126
* cmd: add extcon commandSimon Shields2020-03-283-0/+113
* net: Add option to prefer bootp/dhcp serveripAlexander Graf2018-07-021-0/+10
* net: Prefer command line argumentsAlexander Graf2018-07-021-2/+8
* net: Add new wol command - Wake on LANLothar Felten2018-07-023-0/+39
* efi_loader: Install ACPI configuration tablesBin Meng2018-07-021-0/+5
* cmd: efi: Fix wrong memory descriptor end addressBin Meng2018-06-241-1/+1
* ARM: image: Add option for ignoring ep bit 3Marek Vasut2018-06-191-1/+1
* mmc: Remove hwpartition help text when command is disabledAlex Kiernan2018-06-181-0/+2
* iotrace: fix behaviour when buffer is fullRamon Fried2018-06-181-5/+6
* cmd: iotrace: add dump trace commandRamon Fried2018-06-181-1/+35
* avb2.0: add boot states and dm-verity supportIgor Opaniuk2018-06-181-1/+16
* cmd: avb2.0: avb command for performing verificationIgor Opaniuk2018-06-183-0/+376
* Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2018-06-141-0/+9
|\
| * efi_loader: Allocate memory handle for mem dpAlexander Graf2018-06-141-0/+9
* | net: Express LINK_LOCAL dependency on LIB_RANDJoe Hershberger2018-06-131-0/+1
|/
* u-boot: Fix several typosShyam Saini2018-06-131-1/+1
* cmd: add missing line breaks for pr_err()Seung-Woo Kim2018-06-074-8/+8
* cmd: iotrace: add set region commandRamon Fried2018-06-071-0/+22
* menu: fix timeout durationMasahiro Yamada2018-06-051-2/+2
* efi_loader: avoid anonymous constants for AllocatePagesHeinrich Schuchardt2018-06-031-2/+4
* efi_loader: allow unaligned memory accessHeinrich Schuchardt2018-06-031-0/+13
* efi_selftest: do not call efi_init_obj_list() twiceHeinrich Schuchardt2018-06-031-2/+0
* Merge tag 'xilinx-for-v2018.07-2' of git://www.denx.de/git/u-boot-microblazeTom Rini2018-06-012-13/+87
|\
| * cmd: fpga: Add support to load secure bitstreamsSiva Durga Prasad Paladugu2018-06-012-1/+68
| * cmd: fpga: Reorder the arguments parsing codeSiva Durga Prasad Paladugu2018-06-011-12/+19
* | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2018-06-014-148/+113
|\ \
| * | net: fastboot: Merge AOSP UDP fastbootAlex Kiernan2018-05-302-7/+88
| * | mmc: Separate "mmc swrite" from fastbootAlex Kiernan2018-05-302-6/+14
| * | fastboot: Refactor fastboot_okay/fail to take responseAlex Kiernan2018-05-301-1/+1
| * | fastboot: Move fastboot to drivers/fastbootAlex Kiernan2018-05-302-136/+12
| |/
* / efi_loader: Enable RISC-V supportRick Chen2018-05-291-1/+1
|/
* tpm: add PCR authentication commands supportMiquel Raynal2018-05-251-0/+48
* tpm: add TPM2_HierarchyChangeAuth command supportMiquel Raynal2018-05-251-12/+47
* tpm: add dictionary attack mitigation commands supportMiquel Raynal2018-05-251-0/+67
* tpm: add TPM2_GetCapability command supportMiquel Raynal2018-05-251-0/+45
* tpm: add TPM2_PCR_Read command supportMiquel Raynal2018-05-251-0/+43
* tpm: add TPM2_PCR_Extend command supportMiquel Raynal2018-05-251-0/+37
* tpm: add TPM2_Clear command supportMiquel Raynal2018-05-251-0/+29
* tpm: add TPM2_SelfTest command supportMiquel Raynal2018-05-251-0/+26
* tpm: add TPM2_Startup command supportMiquel Raynal2018-05-251-0/+26
* tpm: prepare support for TPMv2.x commandsMiquel Raynal2018-05-252-0/+34
* tpm: disociate TPMv1.x specific and generic codeMiquel Raynal2018-05-255-293/+328
* tpm: prepare introduction of TPMv2.x support in KconfigMiquel Raynal2018-05-252-7/+19
* tpm: align arguments with open parenthesisMiquel Raynal2018-05-251-61/+59
* tpm: substitute deprecated uint<x>_t types with their u<x> equivalentMiquel Raynal2018-05-251-43/+43
* bootcount: Add bootcount commandAlex Kiernan2018-05-233-0/+69
* Convert CONFIG_SUPPORT_EMMC_RPMB to KconfigAlex Kiernan2018-05-232-3/+10