summaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)Author
2026-03-14efi_vars: Implement SPI Flash storeShantur Rathore
2026-03-14efi_loader: avoid superfluous variable store writes on unchanged dataMichal Simek
2026-03-14efi_loader: avoid buffer overrun in efi_var_restore()Heinrich Schuchardt
2026-03-14efi_loader: export efi_ecpt_guidVincent Stehlé
2026-03-14efi_loader: require at least 128 KiB of stack spaceHeinrich Schuchardt
2026-03-09Merge tag 'v2026.04-rc4' into nextTom Rini
2026-02-27efi_loader: fix specific LoadImage() return codeVincent Stehlé
2026-02-23Merge tag 'v2026.04-rc3' into nextTom Rini
2026-02-17Merge patch series "treewide: Clean up usage of DECLARE_GLOBAL_DATA_PTR"Tom Rini
2026-02-17treewide: Clean up DECLARE_GLOBAL_DATA_PTR usagePeng Fan
2026-02-15efi_loader: Setup default location for UEFI Variables storingMichal Simek
2026-02-15efi_var: Unify read/write access helper functionMichal Simek
2026-02-15efi_var_file: refactor to move buffer functionsShantur Rathore
2026-02-15efi_loader: disk: Extend EFI_PARTITION_INFO_PROTOCOL to support MBRJavier Martinez Canillas
2026-02-15efi_loader: fix ecpt size computationVincent Stehlé
2026-02-15efi_loader: add missing EFI_CALL around tcg2 read_blocks callsVincent Stehlé
2026-02-11fwu: Pass bank state enum to fwu_state_machine_updates()Kory Maincent
2026-02-06efi_net: add missing EFI_CALL in efi_netVincent Stehlé
2026-02-06efi_loader: fix efi_debug_image_info_normal allocationVincent Stehlé
2026-02-06efi_loader: Improve EFI variable load messagePranav Tilak
2026-02-06efi_loader: fix use after free in efi_exit() with tcg2Vincent Stehlé
2026-01-02kbuild: Bump the build system to 6.1Sughosh Ganu
2025-12-24efi_loader: Trigger capsule updates with automatically generated boot optionsIlias Apalodimas
2025-12-08Merge tag 'v2026.01-rc4' into nextTom Rini
2025-12-06efi_loader: Fix a memory leak when retrieving device paths from boot varsIlias Apalodimas
2025-12-04tpm2: add sm3 256 hash supportHeiko Schocher
2025-11-15efi_loader: Assure fitImage from capsule is used from 8-byte aligned addressMarek Vasut
2025-11-15efi_loader: typo 'eventfor' in efi_ipconfig.cHeinrich Schuchardt
2025-11-06efi_loader: typo 'mange' in efi_net.cHeinrich Schuchardt
2025-10-26efi_loader: efi_console: support editable input fieldsCasey Connolly
2025-10-18efi_loader: dbginfodump: use guid definitionVincent Stehlé
2025-10-18efi_loader: Use ESRT_FW_TYPE_SYSTEMFIRMWARE instead of ESRT_FW_TYPE_UNKNOWNIlias Apalodimas
2025-10-18efi_loader: correctly check if the HTTP protocol is foundHeinrich Schuchardt
2025-10-18efi_loader: Prevent leak of memory from tmp_filesAndrew Goodbody
2025-10-14efi_loader: Improve disk image detection in efi_bootmgrJavier Tia
2025-09-27efi_loader: Cleanup UEFI Variables menu selectionMichal Simek
2025-08-30efi: Select also CMD_DHCP from EFI_HTTP_BOOTJan Kiszka
2025-08-30efi_loader: Make EFI_VARIABLES_PRESEED depend on !COMPILE_TESTTom Rini
2025-07-26efi_loader: add missing check in FMP.GetImageInfo()Heinrich Schuchardt
2025-07-26efi_loader: correct EFI_DEBUG_TABLE_ENTRY_SIZEHeinrich Schuchardt
2025-07-26efi_loader: efi_realloc() must check efi_alloc() return valueHeinrich Schuchardt
2025-07-26efi: Create a new CONFIG_EFISimon Glass
2025-07-26efi: Rename the lib/efi directorySimon Glass
2025-07-07Merge branch 'next'Tom Rini
2025-07-03efi_loader: add dbginfodump.efiHeinrich Schuchardt
2025-07-03efi: add EFI_DEBUG_IMAGE_INFO for debugYing-Chun Liu (PaulLiu)
2025-07-03lib: efi_loader: efi_memory.c: add efi_realloc() for realloc memoryYing-Chun Liu (PaulLiu)
2025-07-03efi: add EFI_DEBUG_IMAGE_INFO_TABLE for debugYing-Chun Liu (PaulLiu)
2025-07-03efi: add EFI_SYSTEM_TABLE_POINTER for debugYing-Chun Liu (PaulLiu)
2025-07-03efi_loader: Prevent free of uninitialised pointerAndrew Goodbody