Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support loading files via the EFI_LOAD_FILE protocol #1

Open
xypron opened this issue May 5, 2019 · 2 comments
Open

support loading files via the EFI_LOAD_FILE protocol #1

xypron opened this issue May 5, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request patch Patch provided

Comments

@xypron
Copy link
Member

xypron commented May 5, 2019

iPXE installs an EFI_LOAD_FILE_PROTOCOL. When loading a file via PXE it expects that LoadImage() uses this protocol for devices without simple file protocol.

Supporting the protocol is part of the UEFI SCT for LoadImage().

Implementation is missing in U-Boot v2019.07-rc1

@xypron xypron added the enhancement New feature or request label May 5, 2019
@xypron xypron self-assigned this May 5, 2019
@xypron
Copy link
Member Author

xypron commented May 6, 2019

Depending on the value of BootPolicy LoadImage should try the EFI_LOAD2_FILE protocol too.

@xypron
Copy link
Member Author

xypron commented Dec 28, 2020

Implementation merged in to U-Boot next branch. To appear in v2021.04

@xypron xypron added the patch Patch provided label Dec 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request patch Patch provided
Projects
None yet
Development

No branches or pull requests

1 participant