summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
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
2018-04-16bootvx: Refactor the bootline copy codes a little bitBin Meng
2018-04-16bootvx: x86: Make VxWorks EFI console driver happyBin Meng
2018-04-16elf: Add a very simple ELF64 loaderBin Meng
2018-04-16x86: Rename e820entry to e820_entryBin Meng
2018-04-16vxworks: x86: Rename e820info to e820_infoBin Meng
2018-04-16bootvx: x86: Explicitly clear the bootloader image sizeBin Meng
2018-04-16bootvx: x86: Prepare e820 related stuff from the given kernel memory base add...Bin Meng
2018-04-15Merge git://git.denx.de/u-boot-netTom Rini
2018-04-13vxworks: fixed cpu enable using PSCI on armv8Vasyl Vavrychuk
2018-04-13Revert "Kconfig: cmd: Make networking command dependent on NET"Joe Hershberger
2018-04-13net: Make the BOOTP options defaultJoe Hershberger
2018-04-13net: Improve BOOTP PXE config optionJoe Hershberger
2018-04-13net: Add the BOOTP_DNS2 option to KconfigJoe Hershberger
2018-04-13net: Improve menu options and help for BOOTP optionsJoe Hershberger
2018-04-13net: Move the DHCP command below the BOOTP commandJoe Hershberger
2018-04-13net: Move net command options to the cmd menuJoe Hershberger
2018-04-13net: Make CMD_NET a menuconfigJoe Hershberger
2018-04-09Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini