summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-06-03efi_loader: correctly apply relocations from the .reloc sectionIvan Gorinov
2018-06-01Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2018-05-31scripts/dtc: Update to upstream version v1.4.6-9-gaadd0b65c987Rob Herring
2018-05-30mmc: Separate "mmc swrite" from fastbootAlex Kiernan
2018-05-29efi_loader: Enable RISC-V supportRick Chen
2018-05-29efi_loader: Use EFI_CACHELINE_SIZE in the image loader tooAlexander Graf
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: report driver error code to upper layerMiquel Raynal
2018-05-25tpm: add possible traces to analyze buffers returned by the TPMMiquel Raynal
2018-05-25tpm: add macros to enhance TPM commands readabilityMiquel 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: add extra blank lines between declarations and codeMiquel Raynal
2018-05-25tpm: fix spellingMiquel 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-25tpm: remove extra spaces between a function and its opening bracketMiquel Raynal
2018-05-25tpm: remove redundant blank lineMiquel Raynal
2018-05-18fdt: Add another Altera Arria10 clock init compatibleMarek Vasut
2018-05-10SPDX: Convert a few files that were missed beforeTom Rini
2018-05-08Merge git://git.denx.de/u-boot-mmcTom Rini
2018-05-08lib/Kconfig: Mark OF_LIBFDT_OVERLAY as depending on OF_LIBFDTTom Rini
2018-05-08configs: TI: Enable FIT Library overlay supportPraneeth Bajjuri
2018-05-08lib: fdtdec: drop the old compatible about max77686Jaehoon Chung
2018-05-07SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-28Consolidate __assert_failed into one implementationAlex Kiernan
2018-04-28spl: Disable printf if not requiredAlex Kiernan
2018-04-28spl: Split sprintf, strto* from SPL serial in KconfigAlex Kiernan
2018-04-28lib/rsa: Kconfig: Remove superfluous 'depends on RSA'Eugeniu Rosca
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-04-23efi_selftest: test EFI_DEVICE_PATH_UTILITIES_PROTOCOLHeinrich Schuchardt
2018-04-23efi_loader: complete EFI_DEVICE_PATH_UTILITIES_PROTOCOLHeinrich Schuchardt
2018-04-23efi_loader: correcty determine total device path lengthHeinrich Schuchardt
2018-04-23efi_loader: correctly determine length of empty device pathHeinrich Schuchardt
2018-04-23efi_loader: fix AppendDevicePathHeinrich Schuchardt
2018-04-23efi_loader: implement CreateDeviceNodeHeinrich Schuchardt
2018-04-23efi_selftest: fix typo in efi_selftest_devicepath.cHeinrich Schuchardt
2018-04-23efi_selftest: do not execute test if setup failedHeinrich Schuchardt
2018-04-23efi_loader: no support for ARMV7_NONSEC=yHeinrich Schuchardt
2018-04-13Revert "Kconfig: cmd: Make networking command dependent on NET"Joe Hershberger