aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)Author
2024-06-10efi_loader: Fix EFI_VARIABLE_APPEND_WRITE hash checkWeizhao Ouyang
2024-05-27tpm-v2: add support for mapping algorithm names to algosTim Harvey
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
2024-02-12efi_loader: simplify error message in efi_disk_create_raw()Heinrich Schuchardt
2024-02-02smbios: correctly name Structure Table Maximum Size fieldHeinrich Schuchardt
2024-01-29efi_loader: check efi_get_variable_int return valueMasahisa Kojima
2024-01-29efi_loader: replace find_smbios_table by library functionHeinrich Schuchardt
2024-01-29efi_loader: export efi_get_configuration_tableHeinrich Schuchardt
2024-01-26efi_loader: migrate SMBIOS 3.0 entry point structure for measurementMasahisa Kojima
2024-01-21efi_loader: return immediately in UCLASS_EFI_LOADER removalMasahisa Kojima
2024-01-21efi_loader: create common function to free struct efi_disk_objMasahisa Kojima
2024-01-21efi_loader: avoid pointer access after calling efi_delete_handleMasahisa Kojima
2024-01-21efi_loader: auto-generate removable media boot option firstMasahisa Kojima
2024-01-21efi_loader: auto-generate boot option for each blkio deviceMasahisa Kojima
2024-01-21efi_loader: rename check_disk_has_default_file functionMasahisa Kojima
2024-01-17Merge tag 'efi-2024-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini