From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from zrleap.intel-email.com (zrleap.intel-email.com [114.80.218.36]) by mx.groups.io with SMTP id smtpd.web11.100693.1680613117925145246 for ; Tue, 04 Apr 2023 05:58:38 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@byosoft.com.cn header.s=cloud-union header.b=ZgEFZsR6; spf=pass (domain: byosoft.com.cn, ip: 114.80.218.36, mailfrom: gaoliming@byosoft.com.cn) Received: from zrleap.intel-email.com (localhost [127.0.0.1]) by zrleap.intel-email.com (Postfix) with ESMTP id 79E65A32E041 for ; Tue, 4 Apr 2023 20:58:34 +0800 (CST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=byosoft.com.cn; s=cloud-union; t=1680613114; bh=Gi3RRQAEs2f/LX78oJj4mjwF83/4IXAfIWT687EgPBY=; h=From:To:Cc:References:In-Reply-To:Subject:Date; b=ZgEFZsR6dD+ca9h6xWo8IYbrUgajqC6WJbyuRPMgNvaj2vUo1rgidynK3p9ZuVWJy uKXxV9imPVIRoeJ+UUqNtvtp2bgkkEd+jNlcyPF5CYwJpRh0jW1W9tF/jXWZTDXhoX 4C18kCuU2588SDaVphDDS9C6+WTUJPoHnHstfMDE= Received: from localhost (localhost [127.0.0.1]) by zrleap.intel-email.com (Postfix) with ESMTP id E901EA32E028 for ; Tue, 4 Apr 2023 20:58:33 +0800 (CST) Received: from zrleap.intel-email.com (localhost [127.0.0.1]) by zrleap.intel-email.com (Postfix) with ESMTP id 8D595A32DFD3 for ; Tue, 4 Apr 2023 20:58:33 +0800 (CST) Authentication-Results: zrleap.intel-email.com; none Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by zrleap.intel-email.com (Postfix) with SMTP id 27947A32DFC4 for ; Tue, 4 Apr 2023 20:58:29 +0800 (CST) Received: from DESKTOPS6D0PVI ([114.92.84.63]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Tue, 04 Apr 2023 20:58:28 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-Originating-IP: 114.92.84.63 X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: , Cc: "'Jian J Wang'" , "'Michael D Kinney'" , "'Dandan Bi'" References: <20230301045524.1044-1-nathaniel.l.desimone@intel.com> <20230301045524.1044-7-nathaniel.l.desimone@intel.com> In-Reply-To: <20230301045524.1044-7-nathaniel.l.desimone@intel.com> Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1BBVENIIHYxXSBNZGVNb2R1bGVQa2c6IEZpeCBtaXNzcGVsbGluZw==?= Date: Tue, 4 Apr 2023 20:58:29 +0800 Message-ID: <004801d966f5$27759be0$7660d3a0$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQKIP4Df/p97vDI5pWb6ku5M8D9LlwEplT3MrbQejPA= Sender: "gaoliming" Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Reviewed-by: Liming Gao > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: devel@edk2.groups.io =B4=FA=B1= =ED Nate > DeSimone > =B7=A2=CB=CD=CA=B1=BC=E4: 2023=C4=EA3=D4=C21=C8=D5 12:55 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: Nate DeSimone ; Jian J Wang > ; Liming Gao ; Michael > D Kinney ; Dandan Bi > =D6=F7=CC=E2: [edk2-devel] [PATCH v1] MdeModulePkg: Fix misspelling >=20 > From: Nate DeSimone >=20 > confroms should be conforms. >=20 > Signed-off-by: Nate DeSimone > Cc: Jian J Wang > Cc: Liming Gao > Cc: Michael D Kinney > Cc: Dandan Bi > --- > MdeModulePkg/Core/DxeIplPeim/Ia32/DxeLoadFunc.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/MdeModulePkg/Core/DxeIplPeim/Ia32/DxeLoadFunc.c > b/MdeModulePkg/Core/DxeIplPeim/Ia32/DxeLoadFunc.c > index fdeaaa39d8..77fb6b8ff9 100644 > --- a/MdeModulePkg/Core/DxeIplPeim/Ia32/DxeLoadFunc.c > +++ b/MdeModulePkg/Core/DxeIplPeim/Ia32/DxeLoadFunc.c > @@ -1,7 +1,7 @@ > /** @file > Ia32-specific functionality for DxeLoad. >=20 > -Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
> +Copyright (c) 2006 - 2023, Intel Corporation. All rights reserved.
> Copyright (c) 2017, AMD Incorporated. All rights reserved.
>=20 > SPDX-License-Identifier: BSD-2-Clause-Patent > @@ -279,7 +279,7 @@ HandOffToDxeCore ( > if (FeaturePcdGet (PcdDxeIplSwitchToLongMode)) { > // > // Compute the top of the stack we were allocated, which is used to > load X64 dxe core. > - // Pre-allocate a 32 bytes which confroms to x64 calling convention. > + // Pre-allocate a 32 bytes which conforms to x64 calling convention. > // > // The first four parameters to a function are passed in rcx, rdx, r= 8 and > r9. > // Any further parameters are pushed on the stack. Furthermore, spac= e > (4 * 8bytes) for the > -- > 2.30.2 >=20 >=20 >=20 >=20 >=20