rhboot / shim

UEFI shim loader
Other
816 stars 284 forks source link

[RFC] Loader protocol with support for device path resolution and loading executables #656

Open kukrimate opened 2 months ago

kukrimate commented 2 months ago

This rebases the current loader protocol work on main and adds support for loading executables if only a device path is provided. Currently the EFI_SIMPLE_FILE_SYSTEM_PROTOCOL and EFI_LOAD_FILE2_PROTOCOL are supported, which should be sufficient for most users.