aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)AuthorFilesLines
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_loader: enable QueryVariableInfo at runtime for file backed variablesIlias Apalodimas4-12/+28
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 Rini1-1/+1
2024-04-22Kconfig: Add missing quotes around default string valueMichal Simek1-1/+1
2024-04-20efi_loader: add an EFI variable with the file contentsIlias Apalodimas5-62/+131
2024-04-20efi_loader: Add OS notifications for SetVariable at runtimeIlias Apalodimas1-3/+16
2024-04-20efi_loader: conditionally enable SetvariableRTIlias Apalodimas3-11/+125
2024-04-20efi_loader: use event callback for initrd deregistrationMasahisa Kojima2-32/+55
2024-04-20efi_loader: typo mstchingHeinrich Schuchardt1-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-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
2024-04-08efi_loader: move HOST_ARCH to version_autogenerated.hHeinrich Schuchardt1-2/+1
2024-04-08boot: enable booting via EFI boot manager by defaultHeinrich Schuchardt1-1/+0
2024-04-08efi_loader: Don't delete variable from memory if adding a new one failedIlias Apalodimas1-1/+2
2024-04-08efi_loader: handle EFI_VARIABLE_ENHANCED_AUTHENTICATED_ACCESSHeinrich Schuchardt1-2/+6
2024-04-08efi_loader: EFI_VARIABLE_READ_ONLY should be 32bitHeinrich Schuchardt1-2/+2
2024-04-08efi_loader: all variable attributes are 32bitHeinrich Schuchardt2-3/+3
2024-04-08efi_loader: fix append write behavior to non-existent variableMasahisa Kojima1-6/+20
2024-03-29Merge patch series "Clean up arm linker scripts"WIP/29Mar2024-next-ldsTom Rini1-0/+1
2024-03-29arm: fix __efi_runtime_rel_start/end definitionsIlias Apalodimas1-0/+1
2024-03-25Merge tag 'v2024.04-rc5' into nextWIP/25Mar2024-nextTom Rini1-5/+11
2024-03-21efi_loader: correct handling of EFI binary return codeHeinrich Schuchardt1-5/+11
2024-03-21lib/charset: Map Unicode code points to CP437 code points 1-31Janne Grunau1-1/+1
2024-03-19Merge tag 'u-boot-socfpga-next-20240319' of https://source.denx.de/u-boot/cus...WIP/19Mar2024-nextTom Rini1-4/+7
2024-03-13efi_loader: Don't carve out memory reservations too earlyMark Kettenis1-4/+7
2024-02-28efi_driver: provide SBI based runtime system resetHeinrich Schuchardt1-1/+1
2024-02-12efi_loader: simplify error message in efi_disk_create_raw()Heinrich Schuchardt1-1/+2
2024-02-02smbios: correctly name Structure Table Maximum Size fieldHeinrich Schuchardt2-5/+5
2024-01-29efi_loader: check efi_get_variable_int return valueMasahisa Kojima1-5/+5
2024-01-29efi_loader: replace find_smbios_table by library functionHeinrich Schuchardt1-18/+1
2024-01-29efi_loader: export efi_get_configuration_tableHeinrich Schuchardt1-3/+3
2024-01-26efi_loader: migrate SMBIOS 3.0 entry point structure for measurementMasahisa Kojima1-7/+12
2024-01-21efi_loader: return immediately in UCLASS_EFI_LOADER removalMasahisa Kojima1-6/+10
2024-01-21efi_loader: create common function to free struct efi_disk_objMasahisa Kojima1-7/+19
2024-01-21efi_loader: avoid pointer access after calling efi_delete_handleMasahisa Kojima1-6/+14
2024-01-21efi_loader: auto-generate removable media boot option firstMasahisa Kojima1-7/+26
2024-01-21efi_loader: auto-generate boot option for each blkio deviceMasahisa Kojima1-26/+75
2024-01-21efi_loader: rename check_disk_has_default_file functionMasahisa Kojima1-5/+8
2024-01-17Merge tag 'efi-2024-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini6-491/+511
2024-01-17efi_loader: rename BOOTEFI_BOOTMGR to EFI_BOOTMGRAKASHI Takahiro2-2/+2
2024-01-17efi_loader: split unrelated code from efi_bootmgr.cAKASHI Takahiro6-489/+509