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.120, mailfrom: chasel.chiu@intel.com) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by groups.io with SMTP; Sun, 11 Aug 2019 20:22:18 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 20:22:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,375,1559545200"; d="scan'208";a="175766654" Received: from pgsmsx112-dag.png.intel.com (HELO PGSMSX112.gar.corp.intel.com) ([10.108.55.234]) by fmsmga008.fm.intel.com with ESMTP; 11 Aug 2019 20:22:16 -0700 Received: from pgsmsx111.gar.corp.intel.com ([169.254.2.22]) by PGSMSX112.gar.corp.intel.com ([169.254.3.46]) with mapi id 14.03.0439.000; Mon, 12 Aug 2019 11:22:16 +0800 From: "Chiu, Chasel" To: "Gao, Zhichao" , "devel@edk2.groups.io" CC: Ard Biesheuvel , Leif Lindholm , "Kinney, Michael D" , "Kubacki, Michael A" , "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: AQHVULrqCmxZRaC530Wga501I1H+Eab22Kcw Date: Mon, 12 Aug 2019 03:22:15 +0000 Message-ID: <3C3EFB470A303B4AB093197B6777CCEC5045B364@PGSMSX111.gar.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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMTcwNzkyM2ItNzcxMi00NWE2LTkzYmYtYWM0ZjQ1OTNkYWNkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiZTdFZitmM09rMEFTXC9SVVwvRlRPUjhPcTBhakxvQkhXaURzNjlGVVBtZkxjMklrOTAwV0JDYnN2azRUZURjUHJHIn0= x-ctpclassification: CTP_NT x-originating-ip: [172.30.20.206] MIME-Version: 1.0 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Chasel Chiu > -----Original Message----- > From: Gao, Zhichao > Sent: Monday, August 12, 2019 11:05 AM > 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.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/ResetUtilityLib.inf > + } >=20 > #UefiCpuPkg/CpuDxe/CpuDxe.inf >=20 > -- > 2.21.0.windows.1