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 <[email protected]> Cc: Liming Gao <[email protected]> Cc: Zhiguang Liu <[email protected]> Cc: Jian J Wang <[email protected]> Cc: Dandan Bi <[email protected]> Cc: Debkumar De <[email protected]> Cc: Catharine West <[email protected]> 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/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
