summaryrefslogtreecommitdiffstats
path: root/sys/arch/amd64/stand/efi32/dev_i386.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor efiboot into 32 and 64 bit copies.mlarkin2019-05-111-0/+207
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