From nobody Sun May 5 19:08:33 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+49361+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+49361+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1571771225; cv=none; d=zoho.com; s=zohoarc; b=Bhp3WuEn6KayLTZ7tzSR2CE6T5hN6PNWt+KnDfywTUWdnhUYaRyeK+fGYBMHppjIYaPV1ywF+y14vA+kwW96EjzS/YmKBWFgp0rxbZPMhVH5iYCVKYCP9IjETu3QULuhk3fwZqjWkoJWmZZMgNN2vrPq61avjBltPDAyeJM4HgQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1571771225; h=Content-Transfer-Encoding:Cc:Date:From:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To; bh=HplAZ4fFDK5Lu91b6kOJd45Bylq8CkrAZtquf/BcyuQ=; b=Tsda54cUfRTy8dMZc/UKM3C0NxJnKwKxBUkoxhpooM8jyZ142pN+mzb2VLOcq+vaZi7dOHm/AqWTWVPNX+sOprbG7RfyS+3xihwRN4KSy4fTU/dWtENV1cxtjadv8EZwKHC6ROJ8a9nO/ledNG+EqF+Pe6qqP7d5ambAqjd1fmE= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+49361+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1571771225626614.3891085132498; Tue, 22 Oct 2019 12:07:05 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id NFSRYY1788612x7o09uEtgdw; Tue, 22 Oct 2019 12:07:03 -0700 X-Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mx.groups.io with SMTP id smtpd.web11.1758.1571771223290985120 for ; Tue, 22 Oct 2019 12:07:03 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Oct 2019 12:07:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,217,1569308400"; d="scan'208";a="227837256" X-Received: from unknown (HELO mdkinney-MOBL2.amr.corp.intel.com) ([10.241.111.156]) by fmsmga002.fm.intel.com with ESMTP; 22 Oct 2019 12:07:02 -0700 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Sean Brogan , Eric Dong , Ray Ni , Laszlo Ersek Subject: [edk2-devel] [Patch] UefiCpuPkg: Add missing components to UefiCpuPkg.dsc Date: Tue, 22 Oct 2019 12:06:59 -0700 Message-Id: <20191022190659.26912-1-michael.d.kinney@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,michael.d.kinney@intel.com X-Gm-Message-State: MV4BwkYPzWo7vVzii9PuxVbax1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1571771223; bh=UrX5/GVfbtPDpzlCfu3SBWcyUiWdOT8M0R4Qw1S3o0U=; h=Cc:Date:From:Reply-To:Subject:To; b=ZVTXKkcl98njl3iINvAHOJ/W/rmXEQmfPMRuUVMDJQfUpxp2fWs5wATmIzNxN6raihO uRrKZIe0FmJln9nwWpDoGyn2dNFVP9PWkTqGxwCL+bCNuVpqh0NVVEytfYAVkDxkpTET5 xQYZnUIAvz+OH91ffFjJXMfIgIY6PAeMI0g= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" From: Sean Brogan https://bugzilla.tianocore.org/show_bug.cgi?id=3D2255 Update UefiCpuPkg.dsc to guarantee all libraries and modules are always built. Add the following components. * UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVector.inf * UefiCpuPkg/Library/CpuCommonFeaturesLib/CpuCommonFeaturesLib.inf ResetVector.inf is a binary INF, so no source builds are triggered from adding this line. However, a build with this component does verify the contents of the INF file. Cc: Eric Dong Cc: Ray Ni Cc: Laszlo Ersek Signed-off-by: Michael D Kinney Reviewed-by: Eric Dong Reviewed-by: Laszlo Ersek Reviewed-by: Ray Ni --- UefiCpuPkg/UefiCpuPkg.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UefiCpuPkg/UefiCpuPkg.dsc b/UefiCpuPkg/UefiCpuPkg.dsc index e7dfe30eda..d28cb5cccb 100644 --- a/UefiCpuPkg/UefiCpuPkg.dsc +++ b/UefiCpuPkg/UefiCpuPkg.dsc @@ -121,6 +121,7 @@ [Components.IA32, Components.X64] UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf + UefiCpuPkg/Library/CpuCommonFeaturesLib/CpuCommonFeaturesLib.inf UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.i= nf UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.inf @@ -146,6 +147,7 @@ [Components.IA32, Components.X64] SmmCpuFeaturesLib|UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeature= sLibStm.inf } UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.inf + UefiCpuPkg/ResetVector/Vtf0/Bin/ResetVector.inf =20 [BuildOptions] *_*_*_CC_FLAGS =3D -D DISABLE_NEW_DEPRECATED_INTERFACES --=20 2.21.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#49361): https://edk2.groups.io/g/devel/message/49361 Mute This Topic: https://groups.io/mt/36448030/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-