summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2018-07-20env: add the same prefix to error messages to make it detectable by testsQuentin Schulz
2018-07-19env: common: accept flags on reset to default envYaniv Levinsky
2018-07-19cmd: nvedit: set H_INTERACTIVE in do_env_defaultYaniv Levinsky
2018-07-19cmd: nvedit: propagate envflag to set_default_varsYaniv Levinsky
2018-07-19cmd: nvedit: rename flags in do_env_defaultYaniv Levinsky
2018-07-19cmd: fit_image: Add default property for FIT format scriptsAlex Kiernan
2018-07-12cmd: ubi: Add additional message upon UBI attach errorStefan Roese
2018-07-12cmd: ubi: print load size after establishing volume sizeStefan Agner
2018-07-10cmd: Kconfig: Move CONFIG_MP to KconfigSiva Durga Prasad Paladugu
2018-07-02net: Add option to prefer bootp/dhcp serveripAlexander Graf
2018-07-02net: Prefer command line argumentsAlexander Graf
2018-07-02net: Add new wol command - Wake on LANLothar Felten
2018-07-02efi_loader: Install ACPI configuration tablesBin Meng
2018-06-24cmd: efi: Fix wrong memory descriptor end addressBin Meng
2018-06-19ARM: image: Add option for ignoring ep bit 3Marek Vasut
2018-06-18mmc: Remove hwpartition help text when command is disabledAlex Kiernan
2018-06-18iotrace: fix behaviour when buffer is fullRamon Fried
2018-06-18cmd: iotrace: add dump trace commandRamon Fried
2018-06-18avb2.0: add boot states and dm-verity supportIgor Opaniuk
2018-06-18cmd: avb2.0: avb command for performing verificationIgor Opaniuk
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