summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
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-08cmd: add missing line breaks for pr_err()Seung-Woo Kim4-8/+8
2018-06-08cmd: iotrace: add set region commandRamon Fried1-0/+22
2018-06-06menu: 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-26tpm: add PCR authentication commands supportMiquel Raynal1-0/+48
2018-05-26tpm: add TPM2_HierarchyChangeAuth command supportMiquel Raynal1-12/+47
2018-05-26tpm: add dictionary attack mitigation commands supportMiquel Raynal1-0/+67
2018-05-26tpm: add TPM2_GetCapability command supportMiquel Raynal1-0/+45
2018-05-26tpm: add TPM2_PCR_Read command supportMiquel Raynal1-0/+43
2018-05-26tpm: add TPM2_PCR_Extend command supportMiquel Raynal1-0/+37
2018-05-26tpm: add TPM2_Clear command supportMiquel Raynal1-0/+29
2018-05-26tpm: add TPM2_SelfTest command supportMiquel Raynal1-0/+26
2018-05-26tpm: add TPM2_Startup command supportMiquel Raynal1-0/+26
2018-05-26tpm: prepare support for TPMv2.x commandsMiquel Raynal2-0/+34
2018-05-26tpm: disociate TPMv1.x specific and generic codeMiquel Raynal5-293/+328
2018-05-26tpm: 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-24bootcount: Add bootcount commandAlex Kiernan3-0/+69
2018-05-24Convert 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-15net: Add Kconfig option for BOOTP_NTPSERVERChris Packham1-0/+4
2018-05-11SPDX: Convert a few files that were missed beforeTom Rini1-2/+1
2018-05-09cmd: add ADC cli commandsNeil Armstrong3-0/+129
2018-05-08arm64: Add SMC and HVC commandsMichalis Pappas3-0/+87
2018-05-08mmc: support writing sparse imagesJassi Brar1-0/+73
2018-05-07arm: v7R: Add initial supportMichal Simek1-1/+1
2018-05-07arm: v7: Kconfig: Rename CPU_V7 as CPU_V7ALokesh Vutla1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini126-252/+126
2018-04-28cmd: CONFIG_CMD_LOG select CONFIG_LOGHeinrich Schuchardt1-0/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini5-10/+0
2018-04-27Convert CONFIG_SPI to KconfigAdam Ford1-2/+2
2018-04-23cmd: clk: Check return value from soc_clk_dumpMichal Simek1-1/+9
2018-04-16bootvx: x86: Assign bootaddr based on kernel memory baseBin Meng1-41/+46
2018-04-16bootvx: Exit if bootline address is not specifiedBin Meng1-56/+53