From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.136; helo=mga12.intel.com; envelope-from=zhichao.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 199B42194EB7C for ; Mon, 1 Apr 2019 22:49:11 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Apr 2019 22:49:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,298,1549958400"; d="scan'208";a="139225705" Received: from gaozhic-mobl.ccr.corp.intel.com ([10.239.196.135]) by orsmga003.jf.intel.com with ESMTP; 01 Apr 2019 22:49:10 -0700 From: Zhichao Gao To: edk2-devel@lists.01.org Date: Tue, 2 Apr 2019 13:49:03 +0800 Message-Id: <20190402054905.19396-1-zhichao.gao@intel.com> X-Mailer: git-send-email 2.16.2.windows.1 Subject: [PATCH 0/2] Add event signal before and after ReadyToBoot X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Apr 2019 05:49:12 -0000 Add two event guids. And signal them immediately before and after the ReadyToBoot signal Event. Bret Barkelew (2): MdeModulePkg: Add event guids MdeModulePkg/UefiBootManagerlib: Add two event signals .../Include/Guid/EventPostReadyToBoot.h | 24 +++++++++++++++++++ .../Include/Guid/EventPreReadyToBoot.h | 24 +++++++++++++++++++ .../Library/UefiBootManagerLib/BmBoot.c | 2 ++ .../Library/UefiBootManagerLib/InternalBm.h | 4 +++- .../UefiBootManagerLib/UefiBootManagerLib.inf | 5 +++- MdeModulePkg/MdeModulePkg.dec | 6 +++++ 6 files changed, 63 insertions(+), 2 deletions(-) create mode 100644 MdeModulePkg/Include/Guid/EventPostReadyToBoot.h create mode 100644 MdeModulePkg/Include/Guid/EventPreReadyToBoot.h -- 2.21.0.windows.1