summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | smbios: Allow a few values to come from sysinfoSimon Glass2021-02-061-3/+29
* | smbios: Add more options for the BIOS version stringSimon Glass2021-02-061-3/+55
* | smbios: Track the end of the string tableSimon Glass2021-02-061-17/+15
* | smbios: Drop the eos parameterSimon Glass2021-02-061-24/+36
* | smbios: Use a struct to keep track of contextSimon Glass2021-02-061-32/+55
* | smbios: Set BIOS release versionSimon Glass2021-02-061-2/+3
* | smbios: Move smbios_write_type to the C fileSimon Glass2021-02-061-0/+10
* | Merge tag 'efi-2021-04-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2021-02-044-53/+87
|\ \
| * | efi_loader: VenMedia device path nodeHeinrich Schuchardt2021-02-041-0/+15
| * | efi_selftest: use GUID to find ESP in dtbdumpHeinrich Schuchardt2021-02-041-33/+52
| * | efi_loader: install UEFI System Partition GUIDHeinrich Schuchardt2021-02-041-8/+7
| * | efi_loader: only check size if EFI_DT_APPLY_FIXUPSHeinrich Schuchardt2021-02-041-12/+13
| |/
* / fdtdec: Cast prior_stage_fdt_address with uintptr_tBin Meng2021-02-031-1/+1
|/
* Merge tag 'dm-pull-30jan21' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2021-01-311-0/+2
|\
| * binman: Print a debug message when binman selects a nodeSimon Glass2021-01-301-0/+2
* | efi_loader: switch to non-secure mode laterHeinrich Schuchardt2021-01-291-4/+0
* | efi_loader: correct block IO alignment checkHeinrich Schuchardt2021-01-291-4/+6
* | efi_selftest: test EFI_BLOCK_IO_PROTOCOL.Media->LastBlockHeinrich Schuchardt2021-01-291-1/+20
|/