aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2018-07-02net: Add option to prefer bootp/dhcp serveripAlexander Graf1-0/+10
2018-07-02net: Prefer command line argumentsAlexander Graf1-2/+8
2018-07-02net: Add new wol command - Wake on LANLothar Felten3-0/+39
2018-07-02efi_loader: Install ACPI configuration tablesBin Meng1-0/+5
2018-06-24cmd: efi: Fix wrong memory descriptor end addressBin Meng1-1/+1
2018-06-19ARM: image: Add option for ignoring ep bit 3Marek Vasut1-1/+1
2018-06-18mmc: Remove hwpartition help text when command is disabledAlex Kiernan1-0/+2
2018-06-18iotrace: fix behaviour when buffer is fullRamon Fried1-5/+6
2018-06-18cmd: iotrace: add dump trace commandRamon Fried1-1/+35
2018-06-18avb2.0: add boot states and dm-verity supportIgor Opaniuk1-1/+16
2018-06-18cmd: avb2.0: avb command for performing verificationIgor Opaniuk3-0/+376
2018-06-14Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini1-0/+9
2018-06-14efi_loader: Allocate memory handle for mem dpAlexander Graf1-0/+9
2018-06-13net: Express LINK_LOCAL dependency on LIB_RANDJoe Hershberger1-0/+1
2018-06-13u-boot: Fix several typosShyam Saini1-1/+1
2018-06-07cmd: add missing line breaks for pr_err()Seung-Woo Kim4-8/+8
2018-06-07cmd: iotrace: add set region commandRamon Fried1-0/+22
2018-06-05menu: fix timeout durationMasahiro Yamada1-2/+2
2018-06-03efi_loader: avoid anonymous constants for AllocatePagesHeinrich Schuchardt1-2/+4
2018-06-03efi_loader: allow unaligned memory accessHeinrich Schuchardt1-0/+13
2018-06-03efi_selftest: do not call efi_init_obj_list() twiceHeinrich Schuchardt1-2/+0
2018-06-01Merge tag 'xilinx-for-v2018.07-2' of git://www.denx.de/git/u-boot-microblazeTom Rini2-13/+87
2018-06-01Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini4-148/+113
2018-06-01cmd: fpga: Add support to load secure bitstreamsSiva Durga Prasad Paladugu2-1/+68
2018-06-01cmd: fpga: Reorder the arguments parsing codeSiva Durga Prasad Paladugu1-12/+19
2018-05-30net: fastboot: Merge AOSP UDP fastbootAlex Kiernan2-7/+88
2018-05-30mmc: Separate "mmc swrite" from fastbootAlex Kiernan2-6/+14
2018-05-30fastboot: Refactor fastboot_okay/fail to take responseAlex Kiernan1-1/+1
2018-05-30fastboot: Move fastboot to drivers/fastbootAlex Kiernan2-136/+12
2018-05-29efi_loader: Enable RISC-V supportRick Chen1-1/+1
2018-05-25tpm: add PCR authentication commands supportMiquel Raynal1-0/+48
2018-05-25tpm: add TPM2_HierarchyChangeAuth command supportMiquel Raynal1-12/+47
2018-05-25tpm: add dictionary attack mitigation commands supportMiquel Raynal1-0/+67
2018-05-25tpm: add TPM2_GetCapability command supportMiquel Raynal1-0/+45
2018-05-25tpm: add TPM2_PCR_Read command supportMiquel Raynal1-0/+43
2018-05-25tpm: add TPM2_PCR_Extend command supportMiquel Raynal1-0/+37
2018-05-25tpm: add TPM2_Clear command supportMiquel Raynal1-0/+29
2018-05-25tpm: add TPM2_SelfTest command supportMiquel Raynal1-0/+26
2018-05-25tpm: add TPM2_Startup command supportMiquel Raynal1-0/+26
2018-05-25tpm: prepare support for TPMv2.x commandsMiquel Raynal2-0/+34
2018-05-25tpm: disociate TPMv1.x specific and generic codeMiquel Raynal5-293/+328
2018-05-25tpm: prepare introduction of TPMv2.x support in KconfigMiquel Raynal2-7/+19
2018-05-25tpm: align arguments with open parenthesisMiquel Raynal1-61/+59
2018-05-25tpm: substitute deprecated uint<x>_t types with their u<x> equivalentMiquel Raynal1-43/+43
2018-05-23bootcount: Add bootcount commandAlex Kiernan3-0/+69
2018-05-23Convert CONFIG_SUPPORT_EMMC_RPMB to KconfigAlex Kiernan2-3/+10
2018-05-18pmic: Rewrite the pmic command to not only work with single byte transmissionLukasz Majewski1-12/+19
2018-05-14net: Add Kconfig option for BOOTP_NTPSERVERChris Packham1-0/+4
2018-05-10SPDX: Convert a few files that were missed beforeTom Rini1-2/+1
2018-05-08cmd: add ADC cli commandsNeil Armstrong3-0/+129