summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib: Add hexdumpAlexey Brodkin2018-06-134-14/+255
* SPDX: Fixup tags from latest EFI PRTom Rini2018-06-031-2/+1
* efi_loader: Fix warning in raw/cols queryAlexander Graf2018-06-031-1/+1
* efi_loader: create handles from normal memoryHeinrich Schuchardt2018-06-031-7/+6
* efi_loader: efi_mem_carve_out should return s64Heinrich Schuchardt2018-06-031-14/+18
* efi_loader: avoid anonymous constants for AllocatePagesHeinrich Schuchardt2018-06-031-3/+5
* efi_selftest: check for buffer overflow in efi_get_variableIvan Gorinov2018-06-031-1/+17
* efi_selftest: imply FAT, FAT_WRITEHeinrich Schuchardt2018-06-031-0/+2
* efi_loader: DocBook comments for boot servicesHeinrich Schuchardt2018-06-031-396/+436
* efi: Update some comments related to smbios tablesSimon Glass2018-06-031-1/+6
* efi_selftest: test unaligned memory accessHeinrich Schuchardt2018-06-032-0/+71
* efi_selftest: test ReinstallProtocolInterfaceHeinrich Schuchardt2018-06-031-3/+32
* efi_loader: implement ReinstallProtocolInterfaceHeinrich Schuchardt2018-06-031-23/+43
* efi_loader: check interface when uninstalling protocolHeinrich Schuchardt2018-06-031-0/+2
* efi_selftest: correct efi_selftest_manageprotocolsHeinrich Schuchardt2018-06-031-1/+1
* efi_loader: fix off-by-one bug in efi_get_variableIvan Gorinov2018-06-031-24/+16
* efi_loader: avoid using unitialized values as console sizeHeinrich Schuchardt2018-06-031-2/+12
* efi_selftest: unit test for variable servicesHeinrich Schuchardt2018-06-032-0/+181
* efi_loader: adjust definitions of variable servicesHeinrich Schuchardt2018-06-033-22/+22
* efi_loader: always check parameters in efi_cout_query_mode()Heinrich Schuchardt2018-06-031-42/+48
* efi_selftest: updating the cursor positionHeinrich Schuchardt2018-06-031-0/+78
* efi_loader: updating the cursor positionHeinrich Schuchardt2018-06-031-8/+19
* efi_loader: remove unnecessary includeHeinrich Schuchardt2018-06-034-4/+0
* efi_loader: if EFI_LOADER is enabled, enable CFB_CONSOLE_ANSIHeinrich Schuchardt2018-06-031-0/+1
* efi_loader: correctly apply relocations from the .reloc sectionIvan Gorinov2018-06-031-3/+11
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2018-06-013-0/+273
|\
| * mmc: Separate "mmc swrite" from fastbootAlex Kiernan2018-05-303-0/+273
* | scripts/dtc: Update to upstream version v1.4.6-9-gaadd0b65c987Rob Herring2018-05-311-9/+9
* | efi_loader: Enable RISC-V supportRick Chen2018-05-292-4/+35
* | efi_loader: Use EFI_CACHELINE_SIZE in the image loader tooAlexander Graf2018-05-292-8/+1
|/
* 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