Pull up following revision(s) (requested by jmcneill in ticket #686):

sys/arch/i386/stand/efiboot/efiboot.c: revision 1.12

Do not clear the screen before exiting boot services as this may cause an
undesired display mode switch. PR# 54615
This commit is contained in:
martin 2020-02-10 18:59:48 +00:00
parent f730f080fb
commit c4e8a29490
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: efiboot.c,v 1.10.2.1 2019/09/17 19:32:00 martin Exp $ */
/* $NetBSD: efiboot.c,v 1.10.2.2 2020/02/10 18:59:48 martin Exp $ */
/*-
* Copyright (c) 2016 Kimihiro Nonaka <nonaka@netbsd.org>
@ -112,8 +112,6 @@ efi_cleanup(void)
UINT32 DescriptorVersion;
size_t allocsz;
clearit();
memset(&btinfo_efi, 0, sizeof(btinfo_efi));
btinfo_efi.systblpa = (intptr_t)ST;
#ifdef __i386__ /* bootia32.efi */