aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
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-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
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
2018-04-16bootvx: Refactor the bootline copy codes a little bitBin Meng1-10/+5
2018-04-16bootvx: x86: Make VxWorks EFI console driver happyBin Meng1-0/+19
2018-04-16elf: Add a very simple ELF64 loaderBin Meng1-1/+43
2018-04-16x86: Rename e820entry to e820_entryBin Meng1-3/+3
2018-04-16vxworks: x86: Rename e820info to e820_infoBin Meng1-3/+3
2018-04-16bootvx: x86: Explicitly clear the bootloader image sizeBin Meng1-0/+7
2018-04-16bootvx: x86: Prepare e820 related stuff from the given kernel memory base add...Bin Meng1-13/+7
2018-04-15Merge git://git.denx.de/u-boot-netTom Rini3-22/+113
2018-04-13vxworks: fixed cpu enable using PSCI on armv8Vasyl Vavrychuk1-0/+5
2018-04-13Revert "Kconfig: cmd: Make networking command dependent on NET"Joe Hershberger1-2/+2
2018-04-13net: Make the BOOTP options defaultJoe Hershberger1-0/+6
2018-04-13net: Improve BOOTP PXE config optionJoe Hershberger1-3/+5
2018-04-13net: Add the BOOTP_DNS2 option to KconfigJoe Hershberger1-0/+11
2018-04-13net: Improve menu options and help for BOOTP optionsJoe Hershberger1-5/+14
2018-04-13net: Move the DHCP command below the BOOTP commandJoe Hershberger1-6/+6
2018-04-13net: Move net command options to the cmd menuJoe Hershberger1-7/+57
2018-04-13net: Make CMD_NET a menuconfigJoe Hershberger2-8/+21