https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209821
--- Comment #67 from David Sebek <dase...@gmail.com> --- Created attachment 230798 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=230798&action=edit [PATCH] [releng/12.3] efi: loader: Inline copy_finish function in amd64 trampoline This is a simplified version of the previous patch (only includes essential changes). Rebased to FreeBSD 12.3 (releng/12.3). Patch description: Instead of calling the efi_copy_finish function from amd64_tramp, include the copy instructions in the trampoline code itself. This avoids boot hangs and restarts in the cases when the efi_copy_finish code happens to be located at a memory location that is overwritten during the copy process. -- You are receiving this mail because: You are on the CC list for the bug.