summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-04-05Merge branch 'next'Tom Rini
2021-03-31efi_loader: typo 'devide path'Heinrich Schuchardt
2021-03-31efi_loader: Uart device path missing breakHeinrich Schuchardt
2021-03-27bloblist: Make BLOBLIST_TABLES depend on BLOBLISTSimon Glass
2021-03-27binman: Show a message when changing subnodesSimon Glass
2021-03-27smbios: Allow writing to the coreboot version stringSimon Glass
2021-03-25efi_loader: Clean up file size calculationsIlias Apalodimas
2021-03-25efi_selfest: redefine enum efi_test_phaseHeinrich Schuchardt
2021-03-25efi_loader: Add an S-CRTM even for firmware versionIlias Apalodimas
2021-03-25efi_loader: EFI TCG2 free efi memory on protocol failureIlias Apalodimas
2021-03-25efi: ESRT creation testsJose Marinho
2021-03-25efi: Add ESRT to the EFI system tableJose Marinho
2021-03-25efi_loader: Replace config option for initrd loadingIlias Apalodimas
2021-03-25efi_loader: Add helper functions for EFIIlias Apalodimas
2021-03-25efi_loader: Add device path related functions for initrd via Boot####Ilias Apalodimas
2021-03-25efi_loader: Uart device pathHeinrich Schuchardt
2021-03-25efi_loader: NULL dereference in EFI consoleHeinrich Schuchardt
2021-03-25efi: Fix compiler warningsSimon Glass
2021-03-25efi_selftest: Remove loadfile2 for initrd selftestsIlias Apalodimas
2021-03-25efi_selftest: illegal cast to pointer in initrddumpHeinrich Schuchardt
2021-03-25efi_loader: fix memory type for memory reservation blockMark Kettenis
2021-03-25efi_loader: disable GRUB_ARM32_WORKAROUND on ARCH_SUNXIHeinrich Schuchardt
2021-03-19efi_loader: Uart device pathHeinrich Schuchardt
2021-03-19efi_loader: NULL dereference in EFI consoleHeinrich Schuchardt
2021-03-16efi: Fix compiler warningsSimon Glass
2021-03-16efi_selftest: Remove loadfile2 for initrd selftestsIlias Apalodimas
2021-03-16efi_selftest: illegal cast to pointer in initrddumpHeinrich Schuchardt
2021-03-16efi_loader: fix memory type for memory reservation blockMark Kettenis
2021-03-16efi_loader: disable GRUB_ARM32_WORKAROUND on ARCH_SUNXIHeinrich Schuchardt
2021-03-15Merge tag 'v2021.04-rc4' into nextTom Rini
2021-03-07lib/charset: UTF-8 stream conversionHeinrich Schuchardt
2021-03-07lib/charset: utf8_get() should return errorHeinrich Schuchardt
2021-03-07efi_loader: carve out utf_to_cp()Heinrich Schuchardt
2021-03-07efi_loader: move codepage 437 tableHeinrich Schuchardt
2021-03-07efi_loader: console size of vidconsoleHeinrich Schuchardt
2021-03-05lib: kconfig: Mention CONFIG_ADDR_MAP limitation in the helpBin Meng
2021-03-05lib: addr_map: Move address_map[] type to the header fileBin Meng
2021-03-03lib: Fix BINMAN_FDT dependencyBin Meng
2021-03-02tpm: Allow disabling platform hierarchy with TPM2Simon Glass
2021-03-02tpm: Add TPM2 support for write_lockSimon Glass
2021-03-02tpm: Add TPM2 support for read/write valuesSimon Glass
2021-03-02tpm: Add an implementation of define_spaceSimon Glass
2021-03-02tpm: Reduce duplication in a few functionsSimon Glass
2021-03-02tpm: Add a basic API implementation for TPMv2Simon Glass
2021-03-02tpm: Switch TPMv1 over to use the new APISimon Glass
2021-03-02tpm: Add an API that can support v1.2 and v2Simon Glass
2021-03-02tpm: Add debugging of request in tpm_sendrecv_command()Simon Glass
2021-02-26efi_loader: limit output length for VenHw, VenMediaHeinrich Schuchardt
2021-02-26efi_loader: ACPI tables must be in EfiACPIReclaimMemoryHeinrich Schuchardt
2021-02-24lib: sha512: include "compiler.h"Siew Chin Lim