From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.43, mailfrom: nathaniel.l.desimone@intel.com) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by groups.io with SMTP; Mon, 12 Aug 2019 18:47:43 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Aug 2019 18:47:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,379,1559545200"; d="scan'208";a="183736455" Received: from orsmsx107.amr.corp.intel.com ([10.22.240.5]) by FMSMGA003.fm.intel.com with ESMTP; 12 Aug 2019 18:47:43 -0700 Received: from orsmsx114.amr.corp.intel.com ([169.254.8.96]) by ORSMSX107.amr.corp.intel.com ([169.254.1.186]) with mapi id 14.03.0439.000; Mon, 12 Aug 2019 18:47:42 -0700 From: "Nate DeSimone" To: "devel@edk2.groups.io" , "Gao, Zhichao" CC: Ard Biesheuvel , Leif Lindholm , "Kinney, Michael D" , "Kubacki, Michael A" , "Chiu, Chasel" , "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: AQHVULrmxk3g1t2UH0KJutYEOMs006b4UAfQ Date: Tue, 13 Aug 2019 01:47:42 +0000 Message-ID: <02A34F284D1DA44BB705E61F7180EF0AAEDFBB1E@ORSMSX114.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: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMWYyODQwYWEtZTg5Yi00ODA2LWIwN2MtZDQxZGMwNzVlYTVjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiSGFSaU5kVVJMaTc2ZkMwYXpIXC9qQjBzMXlDNmxsRTh3NExHMXhsUXN2ZXIxTWJcLzVzeCtFSVJmVUtETHluNStGIn0= x-ctpclassification: CTP_NT x-originating-ip: [10.22.254.139] MIME-Version: 1.0 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Nate DeSimone -----Original Message----- From: devel@edk2.groups.io On Behalf Of Gao, Zhicha= o Sent: Sunday, August 11, 2019 8:05 PM To: devel@edk2.groups.io Cc: Ard Biesheuvel ; Leif Lindholm ; Kinney, Michael D ; Kubacki, Mi= chael A ; Chiu, Chasel = ; Desimone, Nathaniel L ; Gao, Liming Subject: [edk2-devel][edk2-platfoms][PATCH v2 06/22] Platform/CoreDxeInclu= de.dsc: Add ResetUtilityLib to dsc file REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1772 ResetUtilityLib would be consumed by CapsuleRuntimeDxe. So add it for the platform dsc file. 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(-) diff --git a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreDxeInclude.dsc = 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/ResetUtilityLi= b.inf + } =20 #UefiCpuPkg/CpuDxe/CpuDxe.inf =20 --=20 2.21.0.windows.1