summaryrefslogtreecommitdiffstats
path: root/sys/arch/amd64/stand/efi32/exec_i386.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Further cleanup of efi32/64.mlarkin2019-05-111-14/+2
| | | | | | Removes some code and files not needed by efi32 and efi64. ok guenther
* Refactor efiboot into 32 and 64 bit copies.mlarkin2019-05-111-0/+220
Make 2 separate efiboots, one for 32 bit and one for 64 bit to allow us to remove lots of #ifdef code. Needed to ease the development effort for random-VA linked kernels ok tedu, deraadt