aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
13 hourstpm: Avoid code bloat when not using EFI_TCG2_PROTOCOLSimon Glass1-4/+0
5 daysefi_loader: fix the return values on efi_tcgIlias Apalodimas1-57/+69
5 daystpm: fix the return code, if the eventlog buffer is fullIlias Apalodimas1-1/+1
13 daystpm: measure DTB in PCR1 instead of PCR0Ilias Apalodimas1-1/+1
2024-06-10efi_loader: Fix capsule_esl.dtsi.in comment styleMichal Simek1-2/+2
2024-06-10efi_loader: Fix EFI_VARIABLE_APPEND_WRITE hash checkWeizhao Ouyang1-3/+3
2024-05-27tpm-v2: add support for mapping algorithm names to algosTim Harvey2-33/+55
2024-05-05rng: Introduce SPL_DM_RNGMarek Vasut1-1/+1
2024-05-01efi_loader: pass GUID by address to efi_dp_from_loHeinrich Schuchardt2-3/+3
2024-05-01efi_loader: fix description efi_dp_shortenHeinrich Schuchardt1-1/+1
2024-05-01efi_selftest: add tests for QueryVariableInfo at boottimeIlias Apalodimas2-8/+8
2024-05-01efi_selftest: add tests for QueryVariableInfo at runtimeIlias Apalodimas3-4/+107
2024-05-01efi_loader: enable QueryVariableInfo at runtime for file backed variablesIlias Apalodimas5-15/+39
2024-05-01efi_loader: address coverity report 492766 for dead codeIlias Apalodimas1-2/+0
2024-05-01efi_loader: do not install dtb if bootmgr failsHeinrich Schuchardt1-4/+10
2024-05-01efi_loader: improve error handling in try_load_entry()Heinrich Schuchardt1-49/+48
2024-05-01efi_loader: superfluous efi_restore_gd after EFI_CALLHeinrich Schuchardt1-2/+0
2024-04-22Merge patch series "Kconfig: some cleanups"Tom Rini3-11/+11
2024-04-22common: Convert *.c/h from UTF-8 to ASCII enconfingMichal Simek1-1/+1
2024-04-22Kconfig: Add missing quotes around default string valueMichal Simek1-1/+1
2024-04-22Kconfig: Add missing quotes around source fileMichal Simek1-9/+9
2024-04-20efi_selftest: add tests for setvariableRTIlias Apalodimas1-1/+207
2024-04-20efi_loader: add an EFI variable with the file contentsIlias Apalodimas6-63/+132
2024-04-20efi_loader: Add OS notifications for SetVariable at runtimeIlias Apalodimas1-3/+16
2024-04-20efi_loader: conditionally enable SetvariableRTIlias Apalodimas4-14/+136
2024-04-20efi_loader: use event callback for initrd deregistrationMasahisa Kojima2-32/+55
2024-04-20efi_loader: typo mstchingHeinrich Schuchardt1-1/+1
2024-04-13Fix references to trace docVincent Stehlé1-1/+1
2024-04-13efi_loader: using EFI_UNSUPPORTED for private authenticated variablesWeizhao Ouyang1-0/+1
2024-04-13efi_loader: 'EFI using ACPI tables at' should be debug messageHeinrich Schuchardt1-1/+1
2024-04-13efi_loader: eliminate duplicate runtime section definitionsHeinrich Schuchardt1-0/+1
2024-04-13efi_loader: move efi_var_collect to common functionsIlias Apalodimas3-65/+75
2024-04-12Merge patch series "zlib: Address CVE-2016-9841"Tom Rini6-141/+84
2024-04-12zlib: Remove incorrect ZLIB_VERSIONMichal Simek4-18/+7
2024-04-12zlib: Port fix for CVE-2016-9841 to U-BootMichal Simek1-88/+42
2024-04-12zlib: Rename write variable to wnext (window write index)Michal Simek3-22/+22
2024-04-12zlib: Rename this variable to here (current decoding table entry)Michal Simek1-14/+14
2024-04-10lib: add missing line breaks in debug messagesMaxim Moskalets1-4/+4
2024-04-08efi_loader: access __efi_runtime_rel_start/stop without &Ilias Apalodimas1-3/+3
2024-04-08efi_loader: access __efi_runtime_start/stop without &Ilias Apalodimas1-2/+2
2024-04-08efi_loader: move HOST_ARCH to version_autogenerated.hHeinrich Schuchardt1-2/+1
2024-04-08boot: enable booting via EFI boot manager by defaultHeinrich Schuchardt1-1/+0
2024-04-08efi_loader: Don't delete variable from memory if adding a new one failedIlias Apalodimas1-1/+2
2024-04-08efi_loader: handle EFI_VARIABLE_ENHANCED_AUTHENTICATED_ACCESSHeinrich Schuchardt1-2/+6
2024-04-08efi_loader: EFI_VARIABLE_READ_ONLY should be 32bitHeinrich Schuchardt1-2/+2
2024-04-08efi_loader: all variable attributes are 32bitHeinrich Schuchardt2-3/+3
2024-04-08efi_loader: fix append write behavior to non-existent variableMasahisa Kojima2-8/+66
2024-03-29Merge patch series "Clean up arm linker scripts"WIP/29Mar2024-next-ldsTom Rini1-0/+1
2024-03-29arm: fix __efi_runtime_rel_start/end definitionsIlias Apalodimas1-0/+1
2024-03-27smbios: fill wake-up typeHeinrich Schuchardt1-0/+1