aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-06-18smbios: only look for a SYSINFO udevice if SYSINFO support is enabledQuentin Schulz
2024-06-14cmd: move ELF load and boot to lib/elf.cMaxim Moskalets
2024-06-14Merge patch series "efi_loader: select BLK not depends on BLK"Tom Rini
2024-06-14efi_loader: select BLK not depends on BLKTom Rini
2024-06-10efi_loader: rename struct efi_initrd_dp to efi_lo_dp_prefixHeinrich Schuchardt
2024-06-10efi_loader: load distro dtb in bootmgrHeinrich Schuchardt
2024-06-10efi_loader: export efi_load_image_from_pathHeinrich Schuchardt
2024-06-10efi_loader: return binary from efi_dp_from_lo()Heinrich Schuchardt
2024-06-10efi_loader: move distro_efi_get_fdt_name()Heinrich Schuchardt
2024-06-10efi_loader: load device-tree specified in boot optionHeinrich Schuchardt
2024-06-10cmd: eficonfig: add support for setting fdtHeinrich Schuchardt
2024-06-10efi_loader: allow concatenation with contained end nodeHeinrich Schuchardt
2024-06-04Merge tag 'v2024.07-rc4' into nextTom Rini
2024-05-27tpm-v2: add support for mapping algorithm names to algosTim Harvey
2024-05-24Merge patch series "FWU: Add support for FWU metadata version 2"Tom Rini
2024-05-24fwu: mtd: obtain image information from version agnostic structureSughosh Ganu
2024-05-24fwu: mtd: get MTD partition specific info from driverSughosh Ganu
2024-05-24fwu: mtd: remove unused argument from function callSughosh Ganu
2024-05-24fwu: add config symbols for enabling FWU metadata versionsSughosh Ganu
2024-05-24capsule: fwu: transition the platform state on a successful updateSughosh Ganu
2024-05-24fwu: make changes to access version agnostic structure fieldsSughosh Ganu
2024-05-24fwu: metadata: add functions for handling version specific metadata fieldsSughosh Ganu
2024-05-22include: Move snprintf to stdio.hRaymond Mao
2024-05-22md5: Use typedef for MD5 contextRaymond Mao
2024-05-22efi_loader: remove redundant hash includesRaymond Mao
2024-05-05rng: Introduce SPL_DM_RNGMarek Vasut
2024-05-01efi_loader: pass GUID by address to efi_dp_from_loHeinrich Schuchardt
2024-05-01efi_loader: fix description efi_dp_shortenHeinrich Schuchardt
2024-05-01efi_selftest: add tests for QueryVariableInfo at boottimeIlias Apalodimas
2024-05-01efi_selftest: add tests for QueryVariableInfo at runtimeIlias Apalodimas
2024-05-01efi_loader: enable QueryVariableInfo at runtime for file backed variablesIlias Apalodimas
2024-05-01efi_loader: address coverity report 492766 for dead codeIlias Apalodimas
2024-05-01efi_loader: do not install dtb if bootmgr failsHeinrich Schuchardt
2024-05-01efi_loader: improve error handling in try_load_entry()Heinrich Schuchardt
2024-05-01efi_loader: superfluous efi_restore_gd after EFI_CALLHeinrich Schuchardt
2024-04-22Merge patch series "Kconfig: some cleanups"Tom Rini
2024-04-22common: Convert *.c/h from UTF-8 to ASCII enconfingMichal Simek
2024-04-22Kconfig: Add missing quotes around default string valueMichal Simek
2024-04-22Kconfig: Add missing quotes around source fileMichal Simek
2024-04-20efi_selftest: add tests for setvariableRTIlias Apalodimas
2024-04-20efi_loader: add an EFI variable with the file contentsIlias Apalodimas
2024-04-20efi_loader: Add OS notifications for SetVariable at runtimeIlias Apalodimas
2024-04-20efi_loader: conditionally enable SetvariableRTIlias Apalodimas
2024-04-20efi_loader: use event callback for initrd deregistrationMasahisa Kojima
2024-04-20efi_loader: typo mstchingHeinrich Schuchardt
2024-04-13Fix references to trace docVincent Stehlé
2024-04-13efi_loader: using EFI_UNSUPPORTED for private authenticated variablesWeizhao Ouyang
2024-04-13efi_loader: 'EFI using ACPI tables at' should be debug messageHeinrich Schuchardt
2024-04-13efi_loader: eliminate duplicate runtime section definitionsHeinrich Schuchardt
2024-04-13efi_loader: move efi_var_collect to common functionsIlias Apalodimas