From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 79B24AC0502 for ; Wed, 11 Oct 2023 01:48:45 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=KBKamVzB4rhB2NZvwQM/zICF2mzeEVHD2JcOkKn53fU=; c=relaxed/simple; d=groups.io; h=From:To:Cc:References:In-Reply-To:Subject:Date:Message-ID:MIME-Version:Thread-Index:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type:Content-Transfer-Encoding:Content-Language; s=20140610; t=1696988923; v=1; b=q4WIUo8pEDseBz39qoGoOt6TEgxtXg8eJ1WM3MJiv1/vaDKRgmVCnMVrJSKOob4qSShyxp3O cGJB6QWBG7H1uViuYVdwLWou2pS8zScW4zQMRGgTLII2un9+zxlxvBv7jVQVhuljstQj9sGaF6e yuRxRAnbQmHRMWYHlKO5WBTs= X-Received: by 127.0.0.2 with SMTP id IOjsYY7687511xnwddhxWdsz; Tue, 10 Oct 2023 18:48:43 -0700 X-Received: from zrleap.intel-email.com (zrleap.intel-email.com [114.80.218.36]) by mx.groups.io with SMTP id smtpd.web10.7720.1696988921552958298 for ; Tue, 10 Oct 2023 18:48:43 -0700 X-Received: from zrleap.intel-email.com (localhost [127.0.0.1]) by zrleap.intel-email.com (Postfix) with ESMTP id 8A769A32E085 for ; Wed, 11 Oct 2023 09:48:36 +0800 (CST) X-Received: from localhost (localhost [127.0.0.1]) by zrleap.intel-email.com (Postfix) with ESMTP id D890EA32E0BC for ; Wed, 11 Oct 2023 09:48:35 +0800 (CST) X-Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by zrleap.intel-email.com (Postfix) with SMTP id 0280BA32E02F for ; Wed, 11 Oct 2023 09:48:32 +0800 (CST) X-Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP(SSL) for ; Wed, 11 Oct 2023 09:48:13 +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 via groups.io" To: , Cc: "'Michael D Kinney'" , "'Zhiguang Liu'" , "'Jian J Wang'" , "'Dandan Bi'" , "'Debkumar De'" , "'Catharine West'" References: <20231010001856.1567-1-kuqin12@gmail.com> In-Reply-To: <20231010001856.1567-1-kuqin12@gmail.com> Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1BBVENIIHYyIDAvNF0gSW1wbGVtZW50IERlbGF5ZWQgRGlzcGF0Y2ggcGVyIFBJIHYxLjg=?= Date: Wed, 11 Oct 2023 09:48:13 +0800 Message-ID: <001b01d9fbe5$00079600$0016c200$@byosoft.com.cn> MIME-Version: 1.0 Thread-Index: AQFm4qkzNStARp+jCoVTSBjm94AZQbEqBHeQ Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,gaoliming@byosoft.com.cn List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: QOQKinMYjQyQHeVmuSeAFIwOx7686176AA= Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=q4WIUo8p; dmarc=none; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io Kun: Thanks for your update. I have no other comments. Reviewed-by: Liming Ga= o Thanks Liming > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: devel@edk2.groups.io =B4=FA=B1= =ED Kun Qin > =B7=A2=CB=CD=CA=B1=BC=E4: 2023=C4=EA10=D4=C210=C8=D5 8:19 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: Michael D Kinney ; Liming Gao > ; Zhiguang Liu ; Jian J > Wang ; Dandan Bi ; > Debkumar De ; Catharine West > > =D6=F7=CC=E2: [edk2-devel] [PATCH v2 0/4] Implement Delayed Dispatch per = PI v1.8 >=20 > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4496 >=20 > This patch series is a follow-up of previous submission: > https://edk2.groups.io/g/devel/message/107111 >=20 > The main changes between v1 and v2 patches are: > - Fixed function documentation > - Removed GUID declaration internal to PEI core > - Removed max entry PCD declaration and use macro instead >=20 > Patch branch: https://github.com/kuqin12/edk2/tree/Delayed_Dispatch_v3 >=20 > Cc: Michael D Kinney > Cc: Liming Gao > Cc: Zhiguang Liu > Cc: Jian J Wang > Cc: Dandan Bi > Cc: Debkumar De > Cc: Catharine West >=20 > Kun Qin (4): > MdePkg: DelayedDispatch: Correct PPI descriptions > MdePkg: DelayedDispatch: Added WaitOnEvent interface > MdeModulePkg: PeiMain: Introduce implementation of delayed dispatch > MdeModulePkg: PeiMain: Updated dispatcher for delayed dispatch >=20 > MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c | 371 > +++++++++++++++++++- > MdeModulePkg/Core/Pei/PeiMain/PeiMain.c | 3 + > MdeModulePkg/Core/Pei/PeiMain.h | 76 ++++ > MdeModulePkg/Core/Pei/PeiMain.inf | 5 + > MdeModulePkg/MdeModulePkg.dec | 8 + > MdePkg/Include/Ppi/DelayedDispatch.h | 41 ++- > 6 files changed, 494 insertions(+), 10 deletions(-) >=20 > -- > 2.42.0.windows.2 >=20 >=20 >=20 >=20 >=20 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#109504): https://edk2.groups.io/g/devel/message/109504 Mute This Topic: https://groups.io/mt/101889001/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-