aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)Author
2023-09-22efi: Use the installed SMBIOS tablesSimon Glass
2023-09-22efi: x86: Correct the condition for installing ACPI tablesSimon Glass
2023-09-04Merge tag 'v2023.10-rc4' into nextTom Rini
2023-08-29scripts/Makefile.lib: Embed capsule public key in platform's dtbSughosh Ganu
2023-08-27efi_loader: delete handle from events when a protocol is uninstalledIlias Apalodimas
2023-08-15efi_loader: fix efi_add_known_memory()Heinrich Schuchardt
2023-08-08arm_ffa: efi: introduce FF-A MM communicationAbdellatif El Khlifi
2023-08-03efi_loader: check uuid_str_to_bin return valueMasahisa Kojima
2023-08-03efi_loader: catch out of memory in file_openHeinrich Schuchardt
2023-08-03efi_loader: error handling in efi_disk_add_devHeinrich Schuchardt
2023-08-03efi_loader: memory leak efi_add_memory_map_pgHeinrich Schuchardt
2023-08-03efi_loader: out of memory in efi_mem_carve_outHeinrich Schuchardt
2023-08-03efi_loader: overflow in efi_allocate_pagesHeinrich Schuchardt
2023-08-03efi_loader: error handling in tcg2_hash_pe_image()Heinrich Schuchardt
2023-08-03efi_loader: out of memory in efi_add_memory_map_pgHeinrich Schuchardt
2023-08-03efi_loader: fix an IS_ERR() vs NULL checkDan Carpenter
2023-08-03efi_loader: capsule: enforce guid check in api and capsule_on_diskAKASHI Takahiro
2023-08-03efi_loader: Fix memory corruption on 32bit systemsDan Carpenter
2023-07-28efi_loader: fix uninitialized variable bug in efi_set_load_options()Dan Carpenter
2023-07-28efi_loader: make efi_delete_handle() follow the EFI specIlias Apalodimas
2023-07-28efi_loader: simplify dp_fill()Heinrich Schuchardt
2023-07-28efi_loader: device paths for special block devicesHeinrich Schuchardt
2023-07-24Revert "Merge branch '2023-07-24-introduce-FF-A-suppport'"Tom Rini
2023-07-24arm_ffa: efi: introduce FF-A MM communicationAbdellatif El Khlifi
2023-07-20efi_loader: support all uclasses in device pathHeinrich Schuchardt
2023-07-20efi_loader: fix dp_fill() for BLKMAP, HOST, VIRTIOHeinrich Schuchardt
2023-07-20efi_loader: make efi_remove_protocol() staticIlias Apalodimas
2023-07-20efi_loader: use efi_install_multiple_protocol_interfaces()Ilias Apalodimas
2023-07-20efi_loader: simplify efi_uninstall_protocol()Heinrich Schuchardt
2023-07-17Merge https://source.denx.de/u-boot/custodians/u-boot-x86Tom Rini
2023-07-17efi: Use the installed ACPI tablesSimon Glass
2023-07-15efi_loader: fix the return codes of UninstallProtocolIlias Apalodimas
2023-07-15efi_loader: check the status of disconnected driversIlias Apalodimas
2023-07-15efi_loader: reconnect drivers on failureIlias Apalodimas
2023-07-15Load option with short device path for boot varsRaymond Mao
2023-07-15Fix incorrect return code of boot option updateRaymond Mao
2023-07-15Move bootorder and bootoption apis to libRaymond Mao
2023-07-11Merge tag 'efi-2023-07-rc7' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2023-07-09efi_loader: Increase default variable store size to 64KiBAlper Nebi Yasak
2023-07-09efi_loader: Avoid underflow when calculating remaining var store sizeAlper Nebi Yasak
2023-07-05Merge tag 'v2023.07-rc6' into nextTom Rini
2023-06-16efi_loader: simplify efi_disk_removeIlias Apalodimas
2023-06-12Merge tag v2023.07-rc4 into nextTom Rini
2023-06-08efi_loader: check lowest supported versionMasahisa Kojima
2023-06-08efi_loader: get lowest supported version from device treeMasahisa Kojima
2023-06-08efi_loader: versioning support in GetImageInfoMasahisa Kojima
2023-06-08efi_loader: store firmware version into FmpState variableMasahisa Kojima
2023-06-08efi_loader: add the number of image entries in efi_capsule_update_infoMasahisa Kojima
2023-06-02efi_loader: check return value of part_get_info()Heinrich Schuchardt
2023-05-31efi: Correct .efi rulesSimon Glass