aboutsummaryrefslogtreecommitdiff
path: root/stand/efi/loader_ia32
Commit message (Collapse)AuthorAgeFilesLines
* stand: Add support for 64-bit machines with 32-bit UEFI implementationsAhmad Khalifa2024-09-201-0/+6
Some machines have 64-bit capable cpus but are stuck on 32-bit uefi firmware. Add support for them by building a new "loader_ia32" with LOADER_DEFAULT_INTERP along with the 64-bit one. The loader can be disabled using MK_LOADER_IA32. Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1098