summaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)Author
2024-06-10efi_loader: Fix capsule_esl.dtsi.in comment styleMichal Simek
2024-06-10efi_loader: Fix EFI_VARIABLE_APPEND_WRITE hash checkWeizhao Ouyang
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-24capsule: fwu: transition the platform state on a successful updateSughosh Ganu
2024-05-22efi_loader: remove redundant hash includesRaymond Mao
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_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-22Kconfig: Add missing quotes around default string valueMichal Simek
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-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
2024-04-08efi_loader: access __efi_runtime_rel_start/stop without &Ilias Apalodimas
2024-04-08efi_loader: access __efi_runtime_start/stop without &Ilias Apalodimas
2024-04-08efi_loader: move HOST_ARCH to version_autogenerated.hHeinrich Schuchardt
2024-04-08boot: enable booting via EFI boot manager by defaultHeinrich Schuchardt
2024-04-08efi_loader: Don't delete variable from memory if adding a new one failedIlias Apalodimas
2024-04-08efi_loader: handle EFI_VARIABLE_ENHANCED_AUTHENTICATED_ACCESSHeinrich Schuchardt
2024-04-08efi_loader: EFI_VARIABLE_READ_ONLY should be 32bitHeinrich Schuchardt
2024-04-08efi_loader: all variable attributes are 32bitHeinrich Schuchardt
2024-04-08efi_loader: fix append write behavior to non-existent variableMasahisa Kojima
2024-03-29Merge patch series "Clean up arm linker scripts"Tom Rini
2024-03-29arm: fix __efi_runtime_rel_start/end definitionsIlias Apalodimas
2024-03-25Merge tag 'v2024.04-rc5' into nextTom Rini
2024-03-21efi_loader: correct handling of EFI binary return codeHeinrich Schuchardt
2024-03-21lib/charset: Map Unicode code points to CP437 code points 1-31Janne Grunau
2024-03-19Merge tag 'u-boot-socfpga-next-20240319' of https://source.denx.de/u-boot/cus...Tom Rini
2024-03-13efi_loader: Don't carve out memory reservations too earlyMark Kettenis
2024-02-28efi_driver: provide SBI based runtime system resetHeinrich Schuchardt