aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2021-03-25efi_loader: fix memory type for memory reservation blockMark Kettenis1-1/+1
2021-03-25efi_loader: disable GRUB_ARM32_WORKAROUND on ARCH_SUNXIHeinrich Schuchardt1-1/+1
2021-03-19efi_loader: Uart device pathHeinrich Schuchardt2-9/+45
2021-03-19efi_loader: NULL dereference in EFI consoleHeinrich Schuchardt1-13/+38
2021-03-16efi: Fix compiler warningsSimon Glass2-4/+4
2021-03-16efi_selftest: Remove loadfile2 for initrd selftestsIlias Apalodimas2-222/+0
2021-03-16efi_selftest: illegal cast to pointer in initrddumpHeinrich Schuchardt1-1/+1
2021-03-16efi_loader: fix memory type for memory reservation blockMark Kettenis1-1/+1
2021-03-16efi_loader: disable GRUB_ARM32_WORKAROUND on ARCH_SUNXIHeinrich Schuchardt1-1/+1
2021-03-15Merge tag 'v2021.04-rc4' into nextTom Rini5-33/+96
2021-03-07lib/charset: UTF-8 stream conversionHeinrich Schuchardt1-9/+46
2021-03-07lib/charset: utf8_get() should return errorHeinrich Schuchardt1-9/+16
2021-03-07efi_loader: carve out utf_to_cp()Heinrich Schuchardt2-16/+31
2021-03-07efi_loader: move codepage 437 tableHeinrich Schuchardt2-1/+7
2021-03-07efi_loader: console size of vidconsoleHeinrich Schuchardt1-1/+1
2021-03-05lib: kconfig: Mention CONFIG_ADDR_MAP limitation in the helpBin Meng1-0/+2
2021-03-05lib: addr_map: Move address_map[] type to the header fileBin Meng1-5/+1
2021-03-03lib: Fix BINMAN_FDT dependencyBin Meng1-1/+1
2021-03-02tpm: Allow disabling platform hierarchy with TPM2Simon Glass1-0/+35
2021-03-02tpm: Add TPM2 support for write_lockSimon Glass2-1/+24
2021-03-02tpm: Add TPM2 support for read/write valuesSimon Glass2-2/+86
2021-03-02tpm: Add an implementation of define_spaceSimon Glass1-0/+47
2021-03-02tpm: Reduce duplication in a few functionsSimon Glass1-5/+8
2021-03-02tpm: Add a basic API implementation for TPMv2Simon Glass1-7/+77
2021-03-02tpm: Switch TPMv1 over to use the new APISimon Glass2-61/+55
2021-03-02tpm: Add an API that can support v1.2 and v2Simon Glass1-0/+215
2021-03-02tpm: Add debugging of request in tpm_sendrecv_command()Simon Glass1-2/+8
2021-02-26efi_loader: limit output length for VenHw, VenMediaHeinrich Schuchardt1-2/+4
2021-02-26efi_loader: ACPI tables must be in EfiACPIReclaimMemoryHeinrich Schuchardt1-2/+1
2021-02-24lib: sha512: include "compiler.h"Siew Chin Lim1-0/+1
2021-02-24lib: rsa: Add debug message on algo mismatchSean Anderson1-1/+4
2021-02-21efi_loader: multi part device paths to textHeinrich Schuchardt1-5/+12
2021-02-21efi_selftest: multi part device path to textHeinrich Schuchardt1-0/+65
2021-02-21efi_selftest: compiler flags for dtbdump.oHeinrich Schuchardt1-1/+1
2021-02-21Allow last block to be readJesper Schmitz Mouridsen1-2/+2
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini16-1/+16
2021-02-15Revert "fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup()"Tom Rini1-1/+1
2021-02-14efi_loader: fix get_last_capsule()Heinrich Schuchardt1-5/+13
2021-02-14efi_loader: '.' and '..' are directoriesHeinrich Schuchardt1-3/+1
2021-02-14efi_loader: don't load beyond VirtualSizeAsherah Connor1-1/+1
2021-02-06smbios: Allow a few values to come from sysinfoSimon Glass1-3/+29
2021-02-06smbios: Add more options for the BIOS version stringSimon Glass1-3/+55
2021-02-06smbios: Track the end of the string tableSimon Glass1-17/+15
2021-02-06smbios: Drop the eos parameterSimon Glass1-24/+36
2021-02-06smbios: Use a struct to keep track of contextSimon Glass1-32/+55
2021-02-06smbios: Set BIOS release versionSimon Glass1-2/+3
2021-02-06smbios: Move smbios_write_type to the C fileSimon Glass1-0/+10
2021-02-04Merge tag 'efi-2021-04-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/04Feb2021Tom Rini4-53/+87
2021-02-04efi_loader: VenMedia device path nodeHeinrich Schuchardt1-0/+15
2021-02-04efi_selftest: use GUID to find ESP in dtbdumpHeinrich Schuchardt1-33/+52