Skip to content
Snippets Groups Projects
Commit 0e074d12 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt
Browse files

efi_loader: carve out efi_load_image_from_file()


efi_load_image_from_file() should read via either of:

* EFI_SIMPLE_FILE_SYSTEM_PROTOCOL
* EFI_LOAD_FILE_PROTOCOL
* EFI_LOAD_FILE2_PROTOCOL

To make the code readable carve out a function to load the image via the
file system protocol.

Signed-off-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
parent c06c55b1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment