mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
40c2db9d6734b2fd7a56b489c2e072a89ffa270d
Our long-standing policy for EFI platforms is that we support invoking binary executables only via the LoadImage() and StartImage() boot services calls, so that all security policy decisions are delegated to the platform firmware. Most binary executable formats that we support are BIOS-only and cannot in any case be linked in to an EFI executable. The only cross-platform format is the generic Linux kernel image format as used for RISC-V (and potentially also for AArch64). Mark all files associated with direct loading of a kernel binary as explicitly forbidden for UEFI Secure Boot. Signed-off-by: Michael Brown <mcb30@ipxe.org>
iPXE README File Quick start guide: cd src make For any more detailed instructions, see http://ipxe.org
Languages
C
97.2%
Assembly
1.5%
Perl
0.6%
Makefile
0.4%
Python
0.2%