summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_bootbin.c
AgeCommit message (Expand)Author
2025-03-10efi_loader: efi_net: Add device path cacheAdriano Cordova
2025-01-26bootmeth_efi: Support PXE bootingSimon Glass
2025-01-26efi_loader: Pass in the required parameters from EFI bootmethSimon Glass
2025-01-26efi_loader: Move the fallback code from efi_run_image()Simon Glass
2025-01-26efi_loader: Add a version of efi_binary_run() with more parametersSimon Glass
2025-01-26efi_loader: Update efi_run_image() to accept image and device pathSimon Glass
2025-01-17efi_loader: Make efi_run_image() staticSimon Glass
2025-01-17efi_loader: Refactor device and image paths into a functionSimon Glass
2024-12-04efi_loader: net: set EFI bootdevice device path to HTTP when loaded from wgetAdriano Cordova
2024-11-09efi_loader: Change efi_dp_from_mem() to use sizeMoritz Fischer
2024-10-31lib: efi_loader: Fix efi_dp_from_mem() callsMoritz Fischer
2024-06-10efi_loader: allow concatenation with contained end nodeHeinrich Schuchardt
2024-03-21efi_loader: correct handling of EFI binary return codeHeinrich Schuchardt
2024-01-17efi_loader: split unrelated code from efi_bootmgr.cAKASHI Takahiro