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.115; helo=mga14.intel.com; envelope-from=star.zeng@intel.com; receiver=edk2-devel@lists.01.org Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (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 C2AA521128703 for ; Mon, 4 Jun 2018 20:33:38 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Jun 2018 20:33:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,477,1520924400"; d="scan'208";a="46459890" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga007.jf.intel.com with ESMTP; 04 Jun 2018 20:33:38 -0700 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 4 Jun 2018 20:33:37 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 4 Jun 2018 20:33:36 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.223]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.116]) with mapi id 14.03.0319.002; Tue, 5 Jun 2018 11:33:34 +0800 From: "Zeng, Star" To: "Ni, Ruiyu" , "edk2-devel@lists.01.org" CC: "Zeng, Star" Thread-Topic: [edk2] [PATCH v2 0/3] Fix bugs in core ResetSystem software stack Thread-Index: AQHT+8rYHMJwXQOIgUGenlGGOLkyMqRRBCaw Date: Tue, 5 Jun 2018 03:33:34 +0000 Message-ID: <0C09AFA07DD0434D9E2A0C6AEB0483103BB53381@shsmsx102.ccr.corp.intel.com> References: <20180604061024.18468-1-ruiyu.ni@intel.com> In-Reply-To: <20180604061024.18468-1-ruiyu.ni@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH v2 0/3] Fix bugs in core ResetSystem software stack X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 03:33:39 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Star Zeng -----Original Message----- From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Ruiy= u Ni Sent: Monday, June 4, 2018 2:10 PM To: edk2-devel@lists.01.org Subject: [edk2] [PATCH v2 0/3] Fix bugs in core ResetSystem software stack v2: Fix the comments in 2/3 to solve Laszlo's concern. Change DxeResetSystemLib to disallow to be linked by runtime/smm drivers. =20 Ruiyu Ni (3): MdePkg/UefiRuntimeLib: Do not allow to be linked by DXE driver MdeModulePkg/DxeResetSystemLib: Avoid depending on UefiRuntimeLib MdeModulePkg: Make sure ResetSystemRuntimeDxe uses ResetSystemLibNull MdeModulePkg/Library/DxeResetSystemLib/DxeResetSystemLib.c | 10 +++++---= -- MdeModulePkg/Library/DxeResetSystemLib/DxeResetSystemLib.inf | 5 ++--- MdeModulePkg/MdeModulePkg.dsc | 5 ++++- MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf | 4 ++-- 4 files changed, 13 insertions(+), 11 deletions(-) --=20 2.16.1.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel