summaryrefslogtreecommitdiff
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* tpm: add PCR authentication commands supportMiquel Raynal2018-05-251-0/+48
* tpm: add TPM2_HierarchyChangeAuth command supportMiquel Raynal2018-05-251-12/+47
* tpm: add dictionary attack mitigation commands supportMiquel Raynal2018-05-251-0/+67
* tpm: add TPM2_GetCapability command supportMiquel Raynal2018-05-251-0/+45
* tpm: add TPM2_PCR_Read command supportMiquel Raynal2018-05-251-0/+43
* tpm: add TPM2_PCR_Extend command supportMiquel Raynal2018-05-251-0/+37
* tpm: add TPM2_Clear command supportMiquel Raynal2018-05-251-0/+29
* tpm: add TPM2_SelfTest command supportMiquel Raynal2018-05-251-0/+26
* tpm: add TPM2_Startup command supportMiquel Raynal2018-05-251-0/+26
* tpm: prepare support for TPMv2.x commandsMiquel Raynal2018-05-252-0/+34
* tpm: disociate TPMv1.x specific and generic codeMiquel Raynal2018-05-255-293/+328
* tpm: prepare introduction of TPMv2.x support in KconfigMiquel Raynal2018-05-252-7/+19
* tpm: align arguments with open parenthesisMiquel Raynal2018-05-251-61/+59
* tpm: substitute deprecated uint<x>_t types with their u<x> equivalentMiquel Raynal2018-05-251-43/+43
* bootcount: Add bootcount commandAlex Kiernan2018-05-233-0/+69
* Convert CONFIG_SUPPORT_EMMC_RPMB to KconfigAlex Kiernan2018-05-232-3/+10
* pmic: Rewrite the pmic command to not only work with single byte transmissionLukasz Majewski2018-05-181-12/+19
* net: Add Kconfig option for BOOTP_NTPSERVERChris Packham2018-05-141-0/+4
* SPDX: Convert a few files that were missed beforeTom Rini2018-05-101-2/+1
* cmd: add ADC cli commandsNeil Armstrong2018-05-083-0/+129
* arm64: Add SMC and HVC commandsMichalis Pappas2018-05-083-0/+87
* mmc: support writing sparse imagesJassi Brar2018-05-081-0/+73
* arm: v7R: Add initial supportMichal Simek2018-05-071-1/+1
* arm: v7: Kconfig: Rename CPU_V7 as CPU_V7ALokesh Vutla2018-05-071-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07126-252/+126
* cmd: CONFIG_CMD_LOG select CONFIG_LOGHeinrich Schuchardt2018-04-281-0/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-275-10/+0
* Convert CONFIG_SPI to KconfigAdam Ford2018-04-271-2/+2
* cmd: clk: Check return value from soc_clk_dumpMichal Simek2018-04-231-1/+9
* bootvx: x86: Assign bootaddr based on kernel memory baseBin Meng2018-04-161-41/+46
* bootvx: Exit if bootline address is not specifiedBin Meng2018-04-161-56/+53
* bootvx: Refactor the bootline copy codes a little bitBin Meng2018-04-161-10/+5
* bootvx: x86: Make VxWorks EFI console driver happyBin Meng2018-04-161-0/+19
* elf: Add a very simple ELF64 loaderBin Meng2018-04-161-1/+43
* x86: Rename e820entry to e820_entryBin Meng2018-04-161-3/+3
* vxworks: x86: Rename e820info to e820_infoBin Meng2018-04-161-3/+3
* bootvx: x86: Explicitly clear the bootloader image sizeBin Meng2018-04-161-0/+7
* bootvx: x86: Prepare e820 related stuff from the given kernel memory base add...Bin Meng2018-04-161-13/+7
* Merge git://git.denx.de/u-boot-netTom Rini2018-04-153-22/+113
|\
| * Revert "Kconfig: cmd: Make networking command dependent on NET"Joe Hershberger2018-04-131-2/+2
| * net: Make the BOOTP options defaultJoe Hershberger2018-04-131-0/+6
| * net: Improve BOOTP PXE config optionJoe Hershberger2018-04-131-3/+5
| * net: Add the BOOTP_DNS2 option to KconfigJoe Hershberger2018-04-131-0/+11
| * net: Improve menu options and help for BOOTP optionsJoe Hershberger2018-04-131-5/+14
| * net: Move the DHCP command below the BOOTP commandJoe Hershberger2018-04-131-6/+6
| * net: Move net command options to the cmd menuJoe Hershberger2018-04-131-7/+57
| * net: Make CMD_NET a menuconfigJoe Hershberger2018-04-132-8/+21
* | vxworks: fixed cpu enable using PSCI on armv8Vasyl Vavrychuk2018-04-131-0/+5
|/
* Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2018-04-091-84/+145
|\
| * efi_loader: Respect DT reserved regionsAlexander Graf2018-04-061-0/+26