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