Date: Fri, 07 Jan 2022 21:46:48 +0000 From: bugzilla-noreply@freebsd.org To: amd64@FreeBSD.org Subject: [Bug 209821] UEFI - installation media hangs when booting on ASUS P6P67 DELUXE Message-ID: <bug-209821-17361-Uu9zwhlyIm@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-209821-17361@https.bugs.freebsd.org/bugzilla/> References: <bug-209821-17361@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209821 --- Comment #67 from David Sebek <dasebek@gmail.com> --- Created attachment 230798 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D230798&action= =3Dedit [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. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209821-17361-Uu9zwhlyIm>