From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: redhat.com, ip: 209.132.183.28, mailfrom: lersek@redhat.com) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by groups.io with SMTP; Mon, 12 Aug 2019 06:56:14 -0700 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 833EF314253B; Mon, 12 Aug 2019 13:56:13 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-247.ams2.redhat.com [10.36.116.247]) by smtp.corp.redhat.com (Postfix) with ESMTP id 8934A29377; Mon, 12 Aug 2019 13:56:11 +0000 (UTC) Subject: Re: [PATCH v4 08/15] OvmfPkg/OvmfPkgIa32X64.dsc: Add ResetUtilityLib to dsc file To: Zhichao Gao , devel@edk2.groups.io Cc: Jordan Justen , Ard Biesheuvel , Liming Gao References: <20190812030758.10324-1-zhichao.gao@intel.com> <20190812030758.10324-9-zhichao.gao@intel.com> From: "Laszlo Ersek" Message-ID: <2f29843e-3756-ea1a-f8cb-8a3d03ba804b@redhat.com> Date: Mon, 12 Aug 2019 15:56:10 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20190812030758.10324-9-zhichao.gao@intel.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.49]); Mon, 12 Aug 2019 13:56:13 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 08/12/19 05:07, Zhichao Gao wrote: > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1772 > > ResetUtilityLib would be consumed by CapsuleRuntimeDxe. > So add it for the platform dsc file. > > Cc: Jordan Justen > Cc: Laszlo Ersek > Cc: Ard Biesheuvel > Cc: Liming Gao > Signed-off-by: Zhichao Gao > --- > OvmfPkg/OvmfPkgIa32X64.dsc | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/OvmfPkg/OvmfPkgIa32X64.dsc b/OvmfPkg/OvmfPkgIa32X64.dsc > index f163aa267132..a9f69eab8c06 100644 > --- a/OvmfPkg/OvmfPkgIa32X64.dsc > +++ b/OvmfPkg/OvmfPkgIa32X64.dsc > @@ -189,6 +189,7 @@ [LibraryClasses] > !endif > VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf > > + ResetUtilityLib|MdeModulePkg/Library/ResetUtilityLib/ResetUtilityLib.inf > > # > # Network libraries > This patch is inconsistent with the other two OvmfPkg patches (different amounts of whitespace are introduced). However, rather than adapting the whitespace here, please do the following instead, in all three OVMF DSC files: please resolve the ResetUtilityLib class just under the "ResetSystemLib" class. (That one belongs to [LibraryClasses] too.) Thanks, Laszlo