aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2018-05-25tpm: add PCR authentication commands supportMiquel Raynal1-0/+100
2018-05-25tpm: add TPM2_HierarchyChangeAuth command supportMiquel Raynal1-0/+44
2018-05-25tpm: add dictionary attack mitigation commands supportMiquel Raynal1-0/+83
2018-05-25tpm: add TPM2_GetCapability command supportMiquel Raynal1-0/+33
2018-05-25tpm: add TPM2_PCR_Read command supportMiquel Raynal1-0/+42
2018-05-25tpm: add TPM2_PCR_Extend command supportMiquel Raynal1-0/+38
2018-05-25tpm: add TPM2_Clear command supportMiquel Raynal1-0/+35
2018-05-25tpm: add TPM2_SelfTest command supportMiquel Raynal1-0/+12
2018-05-25tpm: add TPM2_Startup command supportMiquel Raynal1-0/+21
2018-05-25tpm: report driver error code to upper layerMiquel Raynal1-1/+2
2018-05-25tpm: add possible traces to analyze buffers returned by the TPMMiquel Raynal1-1/+9
2018-05-25tpm: add macros to enhance TPM commands readabilityMiquel Raynal1-0/+6
2018-05-25tpm: prepare support for TPMv2.x commandsMiquel Raynal2-0/+12
2018-05-25tpm: disociate TPMv1.x specific and generic codeMiquel Raynal4-248/+288
2018-05-25tpm: prepare introduction of TPMv2.x support in KconfigMiquel Raynal1-1/+1
2018-05-25tpm: add extra blank lines between declarations and codeMiquel Raynal1-0/+3
2018-05-25tpm: fix spellingMiquel Raynal1-1/+1
2018-05-25tpm: align arguments with open parenthesisMiquel Raynal1-49/+51
2018-05-25tpm: substitute deprecated uint<x>_t types with their u<x> equivalentMiquel Raynal1-147/+143
2018-05-25tpm: remove extra spaces between a function and its opening bracketMiquel Raynal1-2/+2
2018-05-25tpm: remove redundant blank lineMiquel Raynal1-1/+0
2018-05-18fdt: Add another Altera Arria10 clock init compatibleMarek Vasut1-0/+1
2018-05-10SPDX: Convert a few files that were missed beforeTom Rini23-49/+24
2018-05-08Merge git://git.denx.de/u-boot-mmcTom Rini1-1/+0
2018-05-08lib/Kconfig: Mark OF_LIBFDT_OVERLAY as depending on OF_LIBFDTTom Rini1-0/+1
2018-05-08configs: TI: Enable FIT Library overlay supportPraneeth Bajjuri1-0/+1
2018-05-08lib: fdtdec: drop the old compatible about max77686Jaehoon Chung1-1/+0
2018-05-07SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini3-4/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini95-200/+97
2018-04-28Consolidate __assert_failed into one implementationAlex Kiernan3-17/+8
2018-04-28spl: Disable printf if not requiredAlex Kiernan3-6/+11
2018-04-28spl: Split sprintf, strto* from SPL serial in KconfigAlex Kiernan2-9/+40
2018-04-28lib/rsa: Kconfig: Remove superfluous 'depends on RSA'Eugeniu Rosca1-4/+4
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini6-12/+0
2018-04-23efi_selftest: test EFI_DEVICE_PATH_UTILITIES_PROTOCOLHeinrich Schuchardt2-0/+287
2018-04-23efi_loader: complete EFI_DEVICE_PATH_UTILITIES_PROTOCOLHeinrich Schuchardt2-10/+170
2018-04-23efi_loader: correcty determine total device path lengthHeinrich Schuchardt2-11/+27
2018-04-23efi_loader: correctly determine length of empty device pathHeinrich Schuchardt1-0/+2
2018-04-23efi_loader: fix AppendDevicePathHeinrich Schuchardt1-3/+6
2018-04-23efi_loader: implement CreateDeviceNodeHeinrich Schuchardt2-1/+31
2018-04-23efi_selftest: fix typo in efi_selftest_devicepath.cHeinrich Schuchardt1-1/+1
2018-04-23efi_selftest: do not execute test if setup failedHeinrich Schuchardt1-7/+7
2018-04-23efi_loader: no support for ARMV7_NONSEC=yHeinrich Schuchardt1-0/+2
2018-04-13Revert "Kconfig: cmd: Make networking command dependent on NET"Joe Hershberger2-2/+2
2018-04-09Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini21-358/+1899
2018-04-06efi_loader: Check machine type in the image headerIvan Gorinov1-12/+39
2018-04-05efi_loader: completely initialize networkHeinrich Schuchardt1-2/+34
2018-04-05efi_loader: new functions to print loaded image informationHeinrich Schuchardt1-0/+46
2018-04-05efi_selftest: test getinfo(EFI_FILE_SYSTEM_INFO)Heinrich Schuchardt1-0/+22
2018-04-05efi_selftest: partition label for test imageHeinrich Schuchardt1-36/+22