summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-06-18avb2.0: integrate avb 2.0 into the build systemIgor Opaniuk
2018-06-18avb2.0: add Android Verified Boot 2.0 libraryIgor Opaniuk
2018-06-17efi: stub: Pass EFI GOP information to U-Boot payloadBin Meng
2018-06-17x86: use EFI calling convention for efi_main on x86_64Ivan Gorinov
2018-06-14Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini
2018-06-14efi: Add a comment about duplicated ELF constantsSimon Glass
2018-06-14riscv: Add support for HI20 PE relocationsAlexander Graf
2018-06-13Merge git://git.denx.de/u-boot-x86Tom Rini
2018-06-13lib: Add hexdumpAlexey Brodkin
2018-06-13x86: efi: payload: Minor clean up on error message outputBin Meng
2018-06-13x86: efi: payload: Enforce toolchain to generate 64-bit EFI payload stub codesBin Meng
2018-06-03SPDX: Fixup tags from latest EFI PRTom Rini
2018-06-03efi_loader: Fix warning in raw/cols queryAlexander Graf
2018-06-03efi_loader: create handles from normal memoryHeinrich Schuchardt
2018-06-03efi_loader: efi_mem_carve_out should return s64Heinrich Schuchardt
2018-06-03efi_loader: avoid anonymous constants for AllocatePagesHeinrich Schuchardt
2018-06-03efi_selftest: check for buffer overflow in efi_get_variableIvan Gorinov
2018-06-03efi_selftest: imply FAT, FAT_WRITEHeinrich Schuchardt
2018-06-03efi_loader: DocBook comments for boot servicesHeinrich Schuchardt
2018-06-03efi: Update some comments related to smbios tablesSimon Glass
2018-06-03efi_selftest: test unaligned memory accessHeinrich Schuchardt
2018-06-03efi_selftest: test ReinstallProtocolInterfaceHeinrich Schuchardt
2018-06-03efi_loader: implement ReinstallProtocolInterfaceHeinrich Schuchardt
2018-06-03efi_loader: check interface when uninstalling protocolHeinrich Schuchardt
2018-06-03efi_selftest: correct efi_selftest_manageprotocolsHeinrich Schuchardt
2018-06-03efi_loader: fix off-by-one bug in efi_get_variableIvan Gorinov
2018-06-03efi_loader: avoid using unitialized values as console sizeHeinrich Schuchardt
2018-06-03efi_selftest: unit test for variable servicesHeinrich Schuchardt
2018-06-03efi_loader: adjust definitions of variable servicesHeinrich Schuchardt
2018-06-03efi_loader: always check parameters in efi_cout_query_mode()Heinrich Schuchardt
2018-06-03efi_selftest: updating the cursor positionHeinrich Schuchardt
2018-06-03efi_loader: updating the cursor positionHeinrich Schuchardt
2018-06-03efi_loader: remove unnecessary includeHeinrich Schuchardt
2018-06-03efi_loader: if EFI_LOADER is enabled, enable CFB_CONSOLE_ANSIHeinrich Schuchardt
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