From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.20, mailfrom: michael.a.kubacki@intel.com) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by groups.io with SMTP; Mon, 12 Aug 2019 18:57:14 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Aug 2019 18:57:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,379,1559545200"; d="scan'208";a="181040077" Received: from orsmsx102.amr.corp.intel.com ([10.22.225.129]) by orsmga006.jf.intel.com with ESMTP; 12 Aug 2019 18:57:14 -0700 Received: from orsmsx114.amr.corp.intel.com (10.22.240.10) by ORSMSX102.amr.corp.intel.com (10.22.225.129) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 12 Aug 2019 18:57:13 -0700 Received: from orsmsx122.amr.corp.intel.com ([169.254.11.68]) by ORSMSX114.amr.corp.intel.com ([169.254.8.237]) with mapi id 14.03.0439.000; Mon, 12 Aug 2019 18:57:13 -0700 From: "Kubacki, Michael A" To: "devel@edk2.groups.io" , "Gao, Zhichao" CC: Ard Biesheuvel , Leif Lindholm , "Kinney, Michael D" , "Chiu, Chasel" , "Desimone, Nathaniel L" , "Gao, Liming" Subject: Re: [edk2-devel][edk2-platfoms][PATCH v2 06/22] Platform/CoreDxeInclude.dsc: Add ResetUtilityLib to dsc file Thread-Topic: [edk2-devel][edk2-platfoms][PATCH v2 06/22] Platform/CoreDxeInclude.dsc: Add ResetUtilityLib to dsc file Thread-Index: AQHVULrm5SgissK2UE2KbUNybxV/fqb4Uzjw Date: Tue, 13 Aug 2019 01:57:12 +0000 Message-ID: <49AB4ACB9627B8468F29D589A27B745588A42D23@ORSMSX122.amr.corp.intel.com> References: <20190812030539.16060-1-zhichao.gao@intel.com> <20190812030539.16060-7-zhichao.gao@intel.com> In-Reply-To: <20190812030539.16060-7-zhichao.gao@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiM2Q2MjlmN2EtMDBjYi00YjQ3LTk5OWEtZDI4MzgxNWJjNDMxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiSEZycDdiMURvaUVzOHJsM25IcnpKdjZjZUdLRlBWcE5zTXZ6dk43Z09vN3B4Mk9GOVpyN1BRdjBsd09sbjYycSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.22.254.140] MIME-Version: 1.0 Return-Path: michael.a.kubacki@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Kubacki > -----Original Message----- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Ga= o, > Zhichao > Sent: Sunday, August 11, 2019 8:05 PM > To: devel@edk2.groups.io > Cc: Ard Biesheuvel ; Leif Lindholm > ; Kinney, Michael D ; > Kubacki, Michael A ; Chiu, Chasel > ; Desimone, Nathaniel L > ; Gao, Liming > Subject: [edk2-devel][edk2-platfoms][PATCH v2 06/22] > Platform/CoreDxeInclude.dsc: Add ResetUtilityLib to dsc file >=20 > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1772 >=20 > ResetUtilityLib would be consumed by CapsuleRuntimeDxe. > So add it for the platform dsc file. >=20 > Cc: Ard Biesheuvel > Cc: Leif Lindholm > Cc: Michael D Kinney > Cc: Michael Kubacki > Cc: Chasel Chiu > Cc: Nate DeSimone > Cc: Liming Gao > Signed-off-by: Zhichao Gao > --- > Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) >=20 > diff --git a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.ds= c > b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc > index f0e578f8cceb..9d043953b327 100644 > --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc > +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc > @@ -58,7 +58,10 @@ > !endif > } >=20 > - MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf > + MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf { > + > + ResetUtilityLib|MdeModulePkg/Library/ResetUtilityLib/ResetUtility= Lib.inf > + } >=20 > #UefiCpuPkg/CpuDxe/CpuDxe.inf >=20 > -- > 2.21.0.windows.1 >=20 >=20 >=20