From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (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 97A3F21B02B8E for ; Thu, 29 Jun 2017 01:30:51 -0700 (PDT) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP; 29 Jun 2017 01:32:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,279,1496127600"; d="scan'208";a="872956476" Received: from ray-dev.ccr.corp.intel.com ([10.239.9.28]) by FMSMGA003.fm.intel.com with ESMTP; 29 Jun 2017 01:32:23 -0700 From: Ruiyu Ni To: edk2-devel@lists.01.org Date: Thu, 29 Jun 2017 16:32:18 +0800 Message-Id: <20170629083221.485184-1-ruiyu.ni@intel.com> X-Mailer: git-send-email 2.12.2.windows.2 Subject: [PATCH 0/3] MdeModulePkg/ResetSystem: Implement ResetNotification protocol X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jun 2017 08:30:51 -0000 Ruiyu Ni (3): MdePkg: Add ResetNotification protocol definition MdeModulePkg/ResetSystem: Remove unnecessary global variable MdeModulePkg/ResetSystem: Implement ResetNotification protocol .../Universal/ResetSystemRuntimeDxe/ResetSystem.c | 146 +++++++++++++++++++-- .../Universal/ResetSystemRuntimeDxe/ResetSystem.h | 21 ++- .../ResetSystemRuntimeDxe.inf | 5 +- MdePkg/Include/Protocol/ResetNotification.h | 86 ++++++++++++ MdePkg/MdePkg.dec | 3 + 5 files changed, 247 insertions(+), 14 deletions(-) create mode 100644 MdePkg/Include/Protocol/ResetNotification.h -- 2.12.2.windows.2