From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from walk.intel-email.com (walk.intel-email.com [101.227.64.242]) by mx.groups.io with SMTP id smtpd.web11.3588.1670375315044671395 for ; Tue, 06 Dec 2022 17:08:35 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@byosoft.com.cn header.s=cloud-union header.b=EUJ5YsUC; spf=pass (domain: byosoft.com.cn, ip: 101.227.64.242, mailfrom: gaoliming@byosoft.com.cn) Received: from walk.intel-email.com (localhost [127.0.0.1]) by walk.intel-email.com (Postfix) with ESMTP id CF1A9CD1F807 for ; Wed, 7 Dec 2022 09:08:32 +0800 (CST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=byosoft.com.cn; s=cloud-union; t=1670375312; bh=heYpc74BeJmPwGlSiPgPeVfSkL2nsNw3crydrvkHhxs=; h=From:To:Cc:References:In-Reply-To:Subject:Date; b=EUJ5YsUC3vcInOYPTqeHgL1ztIpX4CX0H9bQjijyzeY+l0/V3F/3PCI93uv/D4GtT EpxYMQcesWAd29WX6w+UCGuksn8yRswqQGI6Fyzf+lXBGEyq+ivGqukzvucge3pJ98 1ydPP0o+wuFeizvG1iF+S7bZpUMR2GSfqhBqJ5s4= Received: from localhost (localhost [127.0.0.1]) by walk.intel-email.com (Postfix) with ESMTP id CBE29CD1F676 for ; Wed, 7 Dec 2022 09:08:32 +0800 (CST) Received: from walk.intel-email.com (localhost [127.0.0.1]) by walk.intel-email.com (Postfix) with ESMTP id 9E315CD1F672 for ; Wed, 7 Dec 2022 09:08:32 +0800 (CST) Authentication-Results: walk.intel-email.com; none Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by walk.intel-email.com (Postfix) with SMTP id 32091CD1F658 for ; Wed, 7 Dec 2022 09:08:30 +0800 (CST) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Wed, 07 Dec 2022 09:08:24 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-Originating-IP: 58.246.60.130 X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: "'Kinney, Michael D'" , , Cc: "'Liu, Zhiguang'" , "'Bi, Dandan'" References: <20221108202815.1487-1-robert@ami.com> In-Reply-To: Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMl1bUEFUQ0ggMC8yXSBBZGQgRXZlbnRzIGludHJvZHVjZWQgaW4gVUVGSSAyLjk=?= Date: Wed, 7 Dec 2022 09:08:26 +0800 Message-ID: <039701d909d8$692db790$3b8926b0$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQFo7wLZiDMt6Xdjld89K0w2UDKQFAF5igdRrzYGGQA= Sender: "gaoliming" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Robert: EFI_EVENT_GROUP_AFTER_READY_TO_BOOT should be trig in Edk2\MdeModulePkg\L= ibrary\UefiBootManagerLib like ReadyToBoot event.=20 Thanks Liming > -----=E9=82=AE=E4=BB=B6=E5=8E=9F=E4=BB=B6----- > =E5=8F=91=E4=BB=B6=E4=BA=BA: Kinney, Michael D > =E5=8F=91=E9=80=81=E6=97=B6=E9=97=B4: 2022=E5=B9=B411=E6=9C=889=E6=97=A5 = 6:45 > =E6=94=B6=E4=BB=B6=E4=BA=BA: devel@edk2.groups.io; robert@ami.com; Kinney= , Michael D > > =E6=8A=84=E9=80=81: Gao, Liming ; Liu, Zhiguang > ; Bi, Dandan > =E4=B8=BB=E9=A2=98: RE: [edk2][PATCH 0/2] Add Events introduced in UEFI 2= .9 >=20 > Hi Robert, >=20 > I do not see the signal of the after exit boot services event. >=20 > Thanks, >=20 > Mike >=20 > > -----Original Message----- > > From: devel@edk2.groups.io On Behalf Of Robert > Phelps via groups.io > > Sent: Tuesday, November 8, 2022 12:28 PM > > To: devel@edk2.groups.io > > Cc: Kinney, Michael D ; Gao, Liming > ; Liu, Zhiguang > > ; Bi, Dandan > > Subject: [edk2-devel] [edk2][PATCH 0/2] Add Events introduced in UEFI 2= .9 > > > > The following patches contain the new definitions for new events that > > were added in UEFI 2.9: Before Exit Boot Services and After Ready to > > Boot. The second patch adds the call to signal the Before Exit Boot > > Services Event in DxeMain.c and the addition of the GUID in the INF > > file DxeMain.inf. > > > > > > Cc: Michael D Kinney [mdkinney] > > Cc: Liming Gao [lgao4] > > Cc: Zhiguang Liu [LiuZhiguang001] > > Cc: Dandan Bi [dandanbi] > > Signed-off-by: Robert Phelps > > > > Robert Phelps (2): > > MdePkg: Add New Event Definitions from UEFI 2.9 > > MdeModulePkg: Added call to signal New Event > > > > MdeModulePkg/Core/Dxe/DxeMain.inf | 1 + > > MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c | 2 ++ > > MdePkg/Include/Guid/EventGroup.h | 10 ++++++++++ > > MdePkg/MdePkg.dec | 6 ++++++ > > 4 files changed, 19 insertions(+) > > > > -- > > 2.36.1.windows.1 > > -The information contained in this message may be confidential and > proprietary to American Megatrends (AMI). This communication > > is intended to be read only by the individual or entity to whom it is > addressed or by their designee. If the reader of this > > message is not the intended recipient, you are on notice that any > distribution of this message, in any form, is strictly > > prohibited. Please promptly notify the sender by reply e-mail or by > telephone at 770-246-8600, and then delete or destroy all > > copies of the transmission. > > > > > >=20 > >