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 6766E740038 for ; Tue, 10 Oct 2023 00:19:03 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=VBTxHA8sCiiPVFdM0+F9+gXvYXY0gqysGfYRDTWhFVA=; c=relaxed/simple; d=groups.io; h=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=1696897142; v=1; b=gEb+8bwFJc4LT9LUWKLY/VP9OdDQP+0rpSJKbAkqeuSqgF3CkG/ME9n+uXe1iOwZ83GWLhcN viwGFmzt1CvnXOb9+CKwFVfhCISkgAW2D54dUlwySuNuQ2chshVb63w2ZflBhe0EVLw2fihjx8y Nv0eaAQY/G5d6wOaKo8JOjc8= X-Received: by 127.0.0.2 with SMTP id qHM3YY7687511xCrr9z1nDCE; Mon, 09 Oct 2023 17:19:02 -0700 X-Received: from mail-pl1-f174.google.com (mail-pl1-f174.google.com [209.85.214.174]) by mx.groups.io with SMTP id smtpd.web10.80015.1696897141474890022 for ; Mon, 09 Oct 2023 17:19:01 -0700 X-Received: by mail-pl1-f174.google.com with SMTP id d9443c01a7336-1c7373cff01so44816805ad.1 for ; Mon, 09 Oct 2023 17:19:01 -0700 (PDT) X-Gm-Message-State: ahOqdBA3pQ6ino5EbGkbHVl9x7686176AA= X-Google-Smtp-Source: AGHT+IH1pvGeCtsrW8q7dKO7nV8HL4c6v6EcL7cEYygJXIcktDe5eTkew3p117PQThCjIbaQX/m61w== X-Received: by 2002:a17:902:d50c:b0:1c8:75d9:f7dc with SMTP id b12-20020a170902d50c00b001c875d9f7dcmr18629329plg.28.1696897140511; Mon, 09 Oct 2023 17:19:00 -0700 (PDT) X-Received: from MININT-0U7P5GU.redmond.corp.microsoft.com ([2001:4898:80e8:3:ad0d:fa50:c6ca:fefc]) by smtp.gmail.com with ESMTPSA id a12-20020a170902ee8c00b001acae9734c0sm10214809pld.266.2023.10.09.17.18.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 09 Oct 2023 17:18:59 -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 v2 0/4] Implement Delayed Dispatch per PI v1.8 Date: Mon, 9 Oct 2023 17:18:51 -0700 Message-ID: <20231010001856.1567-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=gEb+8bwF; 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 This patch series is a follow-up of previous submission: https://edk2.groups.io/g/devel/message/107111 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 Patch branch: https://github.com/kuqin12/edk2/tree/Delayed_Dispatch_v3 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 | 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(-) -- 2.42.0.windows.2 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#109466): https://edk2.groups.io/g/devel/message/109466 Mute This Topic: https://groups.io/mt/101865807/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-