aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2018-06-17efi: stub: Pass EFI GOP information to U-Boot payloadBin Meng1-0/+15
2018-06-17x86: use EFI calling convention for efi_main on x86_64Ivan Gorinov2-2/+4
2018-06-14Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2-0/+18
2018-06-14efi: Add a comment about duplicated ELF constantsSimon Glass1-0/+4
2018-06-14riscv: Add support for HI20 PE relocationsAlexander Graf1-0/+14
2018-06-13Merge git://git.denx.de/u-boot-x86Tom Rini2-5/+9
2018-06-13lib: Add hexdumpAlexey Brodkin4-14/+255
2018-06-13x86: efi: payload: Minor clean up on error message outputBin Meng1-3/+5
2018-06-13x86: efi: payload: Enforce toolchain to generate 64-bit EFI payload stub codesBin Meng1-2/+4
2018-06-03SPDX: Fixup tags from latest EFI PRTom Rini1-2/+1
2018-06-03efi_loader: Fix warning in raw/cols queryAlexander Graf1-1/+1
2018-06-03efi_loader: create handles from normal memoryHeinrich Schuchardt1-7/+6
2018-06-03efi_loader: efi_mem_carve_out should return s64Heinrich Schuchardt1-14/+18
2018-06-03efi_loader: avoid anonymous constants for AllocatePagesHeinrich Schuchardt1-3/+5
2018-06-03efi_selftest: check for buffer overflow in efi_get_variableIvan Gorinov1-1/+17
2018-06-03efi_selftest: imply FAT, FAT_WRITEHeinrich Schuchardt1-0/+2
2018-06-03efi_loader: DocBook comments for boot servicesHeinrich Schuchardt1-396/+436
2018-06-03efi: Update some comments related to smbios tablesSimon Glass1-1/+6
2018-06-03efi_selftest: test unaligned memory accessHeinrich Schuchardt2-0/+71
2018-06-03efi_selftest: test ReinstallProtocolInterfaceHeinrich Schuchardt1-3/+32
2018-06-03efi_loader: implement ReinstallProtocolInterfaceHeinrich Schuchardt1-23/+43
2018-06-03efi_loader: check interface when uninstalling protocolHeinrich Schuchardt1-0/+2
2018-06-03efi_selftest: correct efi_selftest_manageprotocolsHeinrich Schuchardt1-1/+1
2018-06-03efi_loader: fix off-by-one bug in efi_get_variableIvan Gorinov1-24/+16
2018-06-03efi_loader: avoid using unitialized values as console sizeHeinrich Schuchardt1-2/+12
2018-06-03efi_selftest: unit test for variable servicesHeinrich Schuchardt2-0/+181
2018-06-03efi_loader: adjust definitions of variable servicesHeinrich Schuchardt3-22/+22
2018-06-03efi_loader: always check parameters in efi_cout_query_mode()Heinrich Schuchardt1-42/+48
2018-06-03efi_selftest: updating the cursor positionHeinrich Schuchardt1-0/+78
2018-06-03efi_loader: updating the cursor positionHeinrich Schuchardt1-8/+19
2018-06-03efi_loader: remove unnecessary includeHeinrich Schuchardt4-4/+0
2018-06-03efi_loader: if EFI_LOADER is enabled, enable CFB_CONSOLE_ANSIHeinrich Schuchardt1-0/+1
2018-06-03efi_loader: correctly apply relocations from the .reloc sectionIvan Gorinov1-3/+11
2018-06-01Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini3-0/+273
2018-05-31scripts/dtc: Update to upstream version v1.4.6-9-gaadd0b65c987Rob Herring1-9/+9
2018-05-30mmc: Separate "mmc swrite" from fastbootAlex Kiernan3-0/+273
2018-05-29efi_loader: Enable RISC-V supportRick Chen2-4/+35
2018-05-29efi_loader: Use EFI_CACHELINE_SIZE in the image loader tooAlexander Graf2-8/+1
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