From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mx.groups.io with SMTP id smtpd.web11.365.1578362755537962172 for ; Mon, 06 Jan 2020 18:05:55 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.43, mailfrom: ray.ni@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Jan 2020 18:05:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,404,1571727600"; d="scan'208";a="395203806" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga005.jf.intel.com with ESMTP; 06 Jan 2020 18:05:54 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 6 Jan 2020 18:05:54 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.197]) by shsmsx102.ccr.corp.intel.com ([169.254.2.202]) with mapi id 14.03.0439.000; Tue, 7 Jan 2020 10:05:52 +0800 From: "Ni, Ray" To: Ard Biesheuvel , "devel@edk2.groups.io" CC: "Ma, Maurice" , "Dong, Guo" , "You, Benjamin" , "Gao, Liming" , "Wu, Hao A" , "lersek@redhat.com" Subject: Re: [PATCH 0/5] remove EnterS3WithImmediateWake () from ResetSystemLib Thread-Topic: [PATCH 0/5] remove EnterS3WithImmediateWake () from ResetSystemLib Thread-Index: AQHVxKPUB2HSwJY7n0yBeArifI1WzKfec/CA Date: Tue, 7 Jan 2020 02:05:51 +0000 Deferred-Delivery: Tue, 7 Jan 2020 02:04:00 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5C3DBD34@SHSMSX104.ccr.corp.intel.com> References: <20200106151310.12322-1-ard.biesheuvel@linaro.org> In-Reply-To: <20200106151310.12322-1-ard.biesheuvel@linaro.org> Accept-Language: en-US, zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: ray.ni@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Ray Ni > -----Original Message----- > From: Ard Biesheuvel > Sent: Monday, January 6, 2020 11:13 PM > To: devel@edk2.groups.io > Cc: Ma, Maurice ; Dong, Guo > ; You, Benjamin ; Ni, Ray > ; Gao, Liming ; Wu, Hao A > ; lersek@redhat.com; Ard Biesheuvel > > Subject: [PATCH 0/5] remove EnterS3WithImmediateWake () from > ResetSystemLib >=20 > After a refactor of the capsule update support, > EnterS3WithImmediateWake() > was left without any callers in the tree, so remove the declaration and t= he > various definitions. >=20 > Ard Biesheuvel (5): > MdeModulePkg: remove EnterS3WithImmediateWake () from > ResetSystemLib > PcAtChipsetPkg: remove EnterS3WithImmediateWake () from > ResetSystemLib > UefiPayloadPkg: remove EnterS3WithImmediateWake () from > ResetSystemLib > OvmfPkg: remove EnterS3WithImmediateWake () from ResetSystemLib > ArmVirtPkg: remove EnterS3WithImmediateWake () from ResetSystemLib >=20 > MdeModulePkg/Include/Library/ResetSystemLib.h = | 11 -------- > --- >=20 > ArmVirtPkg/Library/ArmVirtPsciResetSystemLib/ArmVirtPsciResetSystemLib. > c | 14 -------------- >=20 > MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.c > | 14 -------------- > MdeModulePkg/Library/DxeResetSystemLib/DxeResetSystemLib.c = | > 13 ------------- > MdeModulePkg/Library/PeiResetSystemLib/PeiResetSystemLib.c = | > 13 ------------- > MdeModulePkg/Library/RuntimeResetSystemLib/RuntimeResetSystemLib.c > | 13 ------------- > OvmfPkg/Library/ResetSystemLib/ResetSystemLib.c = | 18 -------- > ---------- > PcAtChipsetPkg/Library/ResetSystemLib/ResetSystemLib.c = | 17 ---- > ------------- > UefiPayloadPkg/Library/ResetSystemLib/ResetSystemLib.c = | 18 ---- > -------------- > 9 files changed, 131 deletions(-) >=20 > -- > 2.20.1