summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2018-06-14Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini
2018-06-14efi_loader: Allocate memory handle for mem dpAlexander Graf
2018-06-13net: Express LINK_LOCAL dependency on LIB_RANDJoe Hershberger
2018-06-13u-boot: Fix several typosShyam Saini
2018-06-07cmd: add missing line breaks for pr_err()Seung-Woo Kim
2018-06-07cmd: iotrace: add set region commandRamon Fried
2018-06-05menu: fix timeout durationMasahiro Yamada
2018-06-03efi_loader: avoid anonymous constants for AllocatePagesHeinrich Schuchardt
2018-06-03efi_loader: allow unaligned memory accessHeinrich Schuchardt
2018-06-03efi_selftest: do not call efi_init_obj_list() twiceHeinrich Schuchardt
2018-06-01Merge tag 'xilinx-for-v2018.07-2' of git://www.denx.de/git/u-boot-microblazeTom Rini
2018-06-01Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2018-06-01cmd: fpga: Add support to load secure bitstreamsSiva Durga Prasad Paladugu
2018-06-01cmd: fpga: Reorder the arguments parsing codeSiva Durga Prasad Paladugu
2018-05-30net: fastboot: Merge AOSP UDP fastbootAlex Kiernan
2018-05-30mmc: Separate "mmc swrite" from fastbootAlex Kiernan
2018-05-30fastboot: Refactor fastboot_okay/fail to take responseAlex Kiernan
2018-05-30fastboot: Move fastboot to drivers/fastbootAlex Kiernan
2018-05-29efi_loader: Enable RISC-V supportRick Chen
2018-05-25tpm: add PCR authentication commands supportMiquel Raynal
2018-05-25tpm: add TPM2_HierarchyChangeAuth command supportMiquel Raynal
2018-05-25tpm: add dictionary attack mitigation commands supportMiquel Raynal
2018-05-25tpm: add TPM2_GetCapability command supportMiquel Raynal
2018-05-25tpm: add TPM2_PCR_Read command supportMiquel Raynal
2018-05-25tpm: add TPM2_PCR_Extend command supportMiquel Raynal
2018-05-25tpm: add TPM2_Clear command supportMiquel Raynal
2018-05-25tpm: add TPM2_SelfTest command supportMiquel Raynal
2018-05-25tpm: add TPM2_Startup command supportMiquel Raynal
2018-05-25tpm: prepare support for TPMv2.x commandsMiquel Raynal
2018-05-25tpm: disociate TPMv1.x specific and generic codeMiquel Raynal
2018-05-25tpm: prepare introduction of TPMv2.x support in KconfigMiquel Raynal
2018-05-25tpm: align arguments with open parenthesisMiquel Raynal
2018-05-25tpm: substitute deprecated uint<x>_t types with their u<x> equivalentMiquel Raynal
2018-05-23bootcount: Add bootcount commandAlex Kiernan
2018-05-23Convert CONFIG_SUPPORT_EMMC_RPMB to KconfigAlex Kiernan
2018-05-18pmic: Rewrite the pmic command to not only work with single byte transmissionLukasz Majewski
2018-05-14net: Add Kconfig option for BOOTP_NTPSERVERChris Packham
2018-05-10SPDX: Convert a few files that were missed beforeTom Rini
2018-05-08cmd: add ADC cli commandsNeil Armstrong
2018-05-08arm64: Add SMC and HVC commandsMichalis Pappas
2018-05-08mmc: support writing sparse imagesJassi Brar
2018-05-07arm: v7R: Add initial supportMichal Simek
2018-05-07arm: v7: Kconfig: Rename CPU_V7 as CPU_V7ALokesh Vutla
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-28cmd: CONFIG_CMD_LOG select CONFIG_LOGHeinrich Schuchardt
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-04-27Convert CONFIG_SPI to KconfigAdam Ford
2018-04-23cmd: clk: Check return value from soc_clk_dumpMichal Simek
2018-04-16bootvx: x86: Assign bootaddr based on kernel memory baseBin Meng
2018-04-16bootvx: Exit if bootline address is not specifiedBin Meng