freebsd-dev/stand/efi/loader/arch
Kyle Evans e5a24fa137 stand: Remove unused i386 EFI MD bits
r328169 removed the copy of bootinfo that would've made this somewhat
functional. However, this is irrelevant- earlier work in r292338 was done to
exit boot services in the MI bi_load() rather than having N copies of the
GetMemoryMap/ExitBootServices dance.

i386 never quite caught up to that; ldr_enter was still being called but
the prereq for that, ldr_bootinfo, was no longer. As a consequence, this
ExitBootServices() was being called with a mapkey=0, clearly bogus, and
reportedly breaking the boot in some instances.

Reported by:	bcran
MFC after:	1 week
2019-02-26 03:37:12 +00:00
..
amd64
arm Prefer uintXX_t to u_intXX_t 2018-03-13 16:33:00 +00:00
arm64 Ensure we have a large enough stack for the lua loader 2018-08-27 11:14:49 +00:00
i386 stand: Remove unused i386 EFI MD bits 2019-02-26 03:37:12 +00:00