K 10 svn:author V 3 imp K 8 svn:date V 27 2017-08-26T18:29:24.186765Z K 7 svn:log V 368 Move efi_main into efi/loader Move the efi_main routine out of libefi into sys/boot/efi/loader. Since boot1 has its own efi_main routine, this effectively prevents boot1 from linking with libefi. By moving it out, we can share code better (though though some refactoring with boot1's efi_main and loader.efi's efi_main is definitely in order). Sponsored by: Netflix END