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 687F2740039 for ; Thu, 20 Jul 2023 21:07:36 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=ZNG6PTfWTUnfS+/Sl+LGunv6dyyaD3n2U4qoRVZfPLQ=; c=relaxed/simple; d=groups.io; h=X-Received:X-Received:X-Received:X-Gm-Message-State:X-Google-Smtp-Source:X-Received:X-Received:From:To:Cc:Subject:Date:Message-ID:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1689887255; v=1; b=tdHQecYXy6PLwQalB95Jbbwpg82H52Wv5WAGHN8Ak5SRCJz854SVnez2v2cFYChLlAijjr5i kftlFY8fYgw7NRJnonYvrdEWr+d9yVpAr3JW96LupMLIBheYJvRm3CF5gapR4i7OvN7JBKgqp2b CoVLXq2yzNatMBdaVlJPR2mM= X-Received: by 127.0.0.2 with SMTP id r9gkYY7687511xT0akb0MIKr; Thu, 20 Jul 2023 14:07:35 -0700 X-Received: from mail-pf1-f179.google.com (mail-pf1-f179.google.com [209.85.210.179]) by mx.groups.io with SMTP id smtpd.web11.1805.1689887254564089314 for ; Thu, 20 Jul 2023 14:07:34 -0700 X-Received: by mail-pf1-f179.google.com with SMTP id d2e1a72fcca58-6686ef86110so857566b3a.2 for ; Thu, 20 Jul 2023 14:07:34 -0700 (PDT) X-Gm-Message-State: uNwwuYf59iPNC3zjFukox0zix7686176AA= X-Google-Smtp-Source: APBJJlEDa4+BIA2UO/W0rTWJRJFNVezNU3ONsPtnzaA3Ib6Euv7cI1noTU+Hdw/fq1y7DpQ6NaZdMw== X-Received: by 2002:a05:6a20:4411:b0:137:514a:9835 with SMTP id ce17-20020a056a20441100b00137514a9835mr91975pzb.9.1689887253651; Thu, 20 Jul 2023 14:07:33 -0700 (PDT) X-Received: from MININT-0U7P5GU.redmond.corp.microsoft.com ([2001:4898:80e8:37:e07c:3f9b:2f13:3c64]) by smtp.gmail.com with ESMTPSA id d1-20020a170902aa8100b001b9ecee9f81sm1855943plr.129.2023.07.20.14.07.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 20 Jul 2023 14:07:33 -0700 (PDT) From: "Kun Qin" To: devel@edk2.groups.io Cc: Michael D Kinney , Liming Gao , Zhiguang Liu , Jian J Wang , Dandan Bi , Debkumar De , Catharine West Subject: [edk2-devel] [PATCH v1 0/4] Implement Delayed Dispatch per PI v1.8 Date: Thu, 20 Jul 2023 14:07:24 -0700 Message-ID: <20230720210729.774-1-kuqin12@gmail.com> MIME-Version: 1.0 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,kuqin12@gmail.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=tdHQecYX; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=gmail.com (policy=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 REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4496 PI spec v1.8 has introduced some corrections and a new interface for delayed dispatch for the PPI. This patch series has ported the implementation from Project MU. Patch branch: https://github.com/kuqin12/edk2/tree/Delayed_Dispatch_V2 Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Cc: Jian J Wang Cc: Dandan Bi Cc: Debkumar De Cc: Catharine West 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 MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c | 358 +++++++++++++++++++- MdeModulePkg/Core/Pei/PeiMain/PeiMain.c | 3 + MdeModulePkg/Core/Pei/PeiMain.h | 76 +++++ MdeModulePkg/Core/Pei/PeiMain.inf | 7 + MdeModulePkg/MdeModulePkg.dec | 15 + MdePkg/Include/Ppi/DelayedDispatch.h | 39 ++- 6 files changed, 489 insertions(+), 9 deletions(-) -- 2.41.0.windows.2 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#107111): https://edk2.groups.io/g/devel/message/107111 Mute This Topic: https://groups.io/mt/100264775/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-