| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-06 | efi_client: efi_store_memory_map() must return int | Heinrich Schuchardt | |
| The type efi_status_t is not compatible with the return type int. Let efi_store_memory_map() return -EFAULT instead of a truncated EFI error code. Acked-by: Ilias Apalodimas <[email protected]> Signed-off-by: Heinrich Schuchardt <[email protected]> | |||
| 2025-07-26 | efi: Rename the lib/efi directory | Simon Glass | |
| This directory was created when U-Boot gained the ability to run as an EFI app in 2015. Since then the EFI-loader feature has been added. The code in lib/efi is not actually used by the loader, so the name is confusing. Rename the directory to efi_client to indicate that it includes files just for U-Boot being a client of EFI, i.e. the EFI app and stub. Signed-off-by: Simon Glass <[email protected]> | |||
