summaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)AuthorFilesLines
2023-08-27efi_loader: delete handle from events when a protocol is uninstalledIlias Apalodimas1-24/+65
2023-08-15efi_loader: fix efi_add_known_memory()Heinrich Schuchardt1-1/+1
2023-08-08arm_ffa: efi: introduce FF-A MM communicationAbdellatif El Khlifi2-6/+303
2023-08-03efi_loader: check uuid_str_to_bin return valueMasahisa Kojima1-2/+6
2023-08-03efi_loader: catch out of memory in file_openHeinrich Schuchardt1-0/+2
2023-08-03efi_loader: error handling in efi_disk_add_devHeinrich Schuchardt2-10/+17
2023-08-03efi_loader: memory leak efi_add_memory_map_pgHeinrich Schuchardt1-0/+2
2023-08-03efi_loader: out of memory in efi_mem_carve_outHeinrich Schuchardt1-0/+6
2023-08-03efi_loader: overflow in efi_allocate_pagesHeinrich Schuchardt1-1/+6
2023-08-03efi_loader: error handling in tcg2_hash_pe_image()Heinrich Schuchardt1-4/+2
2023-08-03efi_loader: out of memory in efi_add_memory_map_pgHeinrich Schuchardt1-0/+2
2023-08-03efi_loader: fix an IS_ERR() vs NULL checkDan Carpenter1-2/+1
2023-08-03efi_loader: capsule: enforce guid check in api and capsule_on_diskAKASHI Takahiro1-9/+8
2023-08-03efi_loader: Fix memory corruption on 32bit systemsDan Carpenter1-2/+3
2023-07-28efi_loader: fix uninitialized variable bug in efi_set_load_options()Dan Carpenter1-1/+1
2023-07-28efi_loader: make efi_delete_handle() follow the EFI specIlias Apalodimas2-7/+20
2023-07-28efi_loader: simplify dp_fill()Heinrich Schuchardt1-27/+18
2023-07-28efi_loader: device paths for special block devicesHeinrich Schuchardt1-93/+21
2023-07-25Revert "Merge branch '2023-07-24-introduce-FF-A-suppport'"Tom Rini2-296/+7
2023-07-24arm_ffa: efi: introduce FF-A MM communicationAbdellatif El Khlifi2-7/+296
2023-07-20efi_loader: support all uclasses in device pathHeinrich Schuchardt1-31/+25
2023-07-20efi_loader: fix dp_fill() for BLKMAP, HOST, VIRTIOHeinrich Schuchardt1-9/+3
2023-07-20efi_loader: make efi_remove_protocol() staticIlias Apalodimas1-3/+3
2023-07-20efi_loader: use efi_install_multiple_protocol_interfaces()Ilias Apalodimas1-4/+4
2023-07-20efi_loader: simplify efi_uninstall_protocol()Heinrich Schuchardt1-8/+1
2023-07-17Merge https://source.denx.de/u-boot/custodians/u-boot-x86Tom Rini1-14/+19
2023-07-17efi: Use the installed ACPI tablesSimon Glass1-14/+19
2023-07-15efi_loader: fix the return codes of UninstallProtocolIlias Apalodimas1-0/+2
2023-07-15efi_loader: check the status of disconnected driversIlias Apalodimas1-2/+8
2023-07-15efi_loader: reconnect drivers on failureIlias Apalodimas1-5/+26
2023-07-15Load option with short device path for boot varsRaymond Mao1-0/+6
2023-07-15Fix incorrect return code of boot option updateRaymond Mao1-2/+6
2023-07-15Move bootorder and bootoption apis to libRaymond Mao2-0/+400
2023-07-11Merge tag 'efi-2023-07-rc7' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2-2/+7
2023-07-09efi_loader: Increase default variable store size to 64KiBAlper Nebi Yasak1-2/+3
2023-07-09efi_loader: Avoid underflow when calculating remaining var store sizeAlper Nebi Yasak1-0/+4
2023-07-05Merge tag 'v2023.07-rc6' into nextTom Rini1-65/+26
2023-06-16efi_loader: simplify efi_disk_removeIlias Apalodimas1-65/+26
2023-06-12Merge tag v2023.07-rc4 into nextTom Rini3-75/+45
2023-06-08efi_loader: check lowest supported versionMasahisa Kojima1-1/+18
2023-06-08efi_loader: get lowest supported version from device treeMasahisa Kojima1-1/+49
2023-06-08efi_loader: versioning support in GetImageInfoMasahisa Kojima1-6/+35
2023-06-08efi_loader: store firmware version into FmpState variableMasahisa Kojima1-19/+145
2023-06-08efi_loader: add the number of image entries in efi_capsule_update_infoMasahisa Kojima1-3/+3
2023-06-02efi_loader: check return value of part_get_info()Heinrich Schuchardt1-1/+6
2023-06-01efi: Correct .efi rulesSimon Glass1-0/+3
2023-05-13efi_loader: fix efi_dp_from_file()Heinrich Schuchardt2-36/+16
2023-05-13efi_loader: simplify efi_dp_from_name()Heinrich Schuchardt1-10/+8
2023-05-13efi_loader: error code efi_dp_from_name()Heinrich Schuchardt1-1/+1
2023-05-13efi_loader: clean up efi_dp_from_fileHeinrich Schuchardt1-7/+9