summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* binman: Show a message when changing subnodesSimon Glass2021-03-271-2/+2
* smbios: Allow writing to the coreboot version stringSimon Glass2021-03-272-4/+38
* efi_loader: Clean up file size calculationsIlias Apalodimas2021-03-251-15/+1
* efi_selfest: redefine enum efi_test_phaseHeinrich Schuchardt2021-03-252-6/+7
* efi_loader: Add an S-CRTM even for firmware versionIlias Apalodimas2021-03-251-0/+35
* efi_loader: EFI TCG2 free efi memory on protocol failureIlias Apalodimas2021-03-251-8/+32
* efi: ESRT creation testsJose Marinho2021-03-252-0/+293
* efi: Add ESRT to the EFI system tableJose Marinho2021-03-256-4/+535
* efi_loader: Replace config option for initrd loadingIlias Apalodimas2021-03-253-98/+140
* efi_loader: Add helper functions for EFIIlias Apalodimas2021-03-254-0/+171
* efi_loader: Add device path related functions for initrd via Boot####Ilias Apalodimas2021-03-251-5/+105
* efi_loader: Uart device pathHeinrich Schuchardt2021-03-252-9/+45
* efi_loader: NULL dereference in EFI consoleHeinrich Schuchardt2021-03-251-13/+38
* efi: Fix compiler warningsSimon Glass2021-03-252-4/+4
* efi_selftest: Remove loadfile2 for initrd selftestsIlias Apalodimas2021-03-252-222/+0
* efi_selftest: illegal cast to pointer in initrddumpHeinrich Schuchardt2021-03-251-1/+1
* efi_loader: fix memory type for memory reservation blockMark Kettenis2021-03-251-1/+1
* efi_loader: disable GRUB_ARM32_WORKAROUND on ARCH_SUNXIHeinrich Schuchardt2021-03-251-1/+1
* Merge tag 'v2021.04-rc4' into nextTom Rini2021-03-155-33/+96
|\
| * lib/charset: UTF-8 stream conversionHeinrich Schuchardt2021-03-071-9/+46
| * lib/charset: utf8_get() should return errorHeinrich Schuchardt2021-03-071-9/+16
| * efi_loader: carve out utf_to_cp()Heinrich Schuchardt2021-03-072-16/+31
| * efi_loader: move codepage 437 tableHeinrich Schuchardt2021-03-072-1/+7
| * efi_loader: console size of vidconsoleHeinrich Schuchardt2021-03-071-1/+1
| * lib: kconfig: Mention CONFIG_ADDR_MAP limitation in the helpBin Meng2021-03-051-0/+2
| * lib: addr_map: Move address_map[] type to the header fileBin Meng2021-03-051-5/+1
| * lib: Fix BINMAN_FDT dependencyBin Meng2021-03-031-1/+1
* | tpm: Allow disabling platform hierarchy with TPM2Simon Glass2021-03-021-0/+35
* | tpm: Add TPM2 support for write_lockSimon Glass2021-03-022-1/+24
* | tpm: Add TPM2 support for read/write valuesSimon Glass2021-03-022-2/+86
* | tpm: Add an implementation of define_spaceSimon Glass2021-03-021-0/+47
* | tpm: Reduce duplication in a few functionsSimon Glass2021-03-021-5/+8
* | tpm: Add a basic API implementation for TPMv2Simon Glass2021-03-021-7/+77
* | tpm: Switch TPMv1 over to use the new APISimon Glass2021-03-022-61/+55
* | tpm: Add an API that can support v1.2 and v2Simon Glass2021-03-021-0/+215
* | tpm: Add debugging of request in tpm_sendrecv_command()Simon Glass2021-03-021-2/+8
|/
* efi_loader: limit output length for VenHw, VenMediaHeinrich Schuchardt2021-02-261-2/+4
* efi_loader: ACPI tables must be in EfiACPIReclaimMemoryHeinrich Schuchardt2021-02-261-2/+1
* lib: sha512: include "compiler.h"Siew Chin Lim2021-02-241-0/+1
* lib: rsa: Add debug message on algo mismatchSean Anderson2021-02-241-1/+4
* efi_loader: multi part device paths to textHeinrich Schuchardt2021-02-211-5/+12
* efi_selftest: multi part device path to textHeinrich Schuchardt2021-02-211-0/+65
* efi_selftest: compiler flags for dtbdump.oHeinrich Schuchardt2021-02-211-1/+1
* Allow last block to be readJesper Schmitz Mouridsen2021-02-211-2/+2
* Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini2021-02-1516-1/+16
|\
| * common: Drop asm/global_data.h from common headerSimon Glass2021-02-0216-1/+16
* | Revert "fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup()"Tom Rini2021-02-151-1/+1
* | efi_loader: fix get_last_capsule()Heinrich Schuchardt2021-02-141-5/+13
* | efi_loader: '.' and '..' are directoriesHeinrich Schuchardt2021-02-141-3/+1
* | efi_loader: don't load beyond VirtualSizeAsherah Connor2021-02-141-1/+1