aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2024-06-10efi_loader: move distro_efi_get_fdt_name()Heinrich Schuchardt2-0/+74
2024-06-10efi_loader: load device-tree specified in boot optionHeinrich Schuchardt1-0/+70
2024-06-10cmd: eficonfig: add support for setting fdtHeinrich Schuchardt1-0/+44
2024-06-10efi_loader: allow concatenation with contained end nodeHeinrich Schuchardt5-11/+17
2024-06-04Merge tag 'v2024.07-rc4' into nextTom Rini2-33/+55
2024-05-27tpm-v2: add support for mapping algorithm names to algosTim Harvey2-33/+55
2024-05-24Merge patch series "FWU: Add support for FWU metadata version 2"Tom Rini7-88/+607
2024-05-24fwu: mtd: obtain image information from version agnostic structureSughosh Ganu1-9/+5
2024-05-24fwu: mtd: get MTD partition specific info from driverSughosh Ganu1-6/+11
2024-05-24fwu: mtd: remove unused argument from function callSughosh Ganu1-3/+2
2024-05-24fwu: add config symbols for enabling FWU metadata versionsSughosh Ganu2-0/+16
2024-05-24capsule: fwu: transition the platform state on a successful updateSughosh Ganu1-5/+9
2024-05-24fwu: make changes to access version agnostic structure fieldsSughosh Ganu1-66/+138
2024-05-24fwu: metadata: add functions for handling version specific metadata fieldsSughosh Ganu2-0/+427
2024-05-22include: Move snprintf to stdio.hRaymond Mao4-2/+4
2024-05-22md5: Use typedef for MD5 contextRaymond Mao1-5/+5
2024-05-22efi_loader: remove redundant hash includesRaymond Mao2-4/+0
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