From nobody Fri May 10 09:07:44 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+93478+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+93478+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1662608946; cv=none; d=zohomail.com; s=zohoarc; b=B5NZiRCtZxrFXnJ+TrSWu3w3u7yEuD+HhTNjEcBnb3Gau3O/Lb1PtisQkw+2kxDjmw8vajP0eUeX7WciNW4jgFufI26DWMk8PYidy0/bmeDcAIpEhhU1uxGXHxecyUM9Ui0sYb4D712zvOMnmZnCoD6xXEoylI0vHCj891QHu+I= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1662608946; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=ftQio+hnnHRpjsK1WzxtobURwYRwLgLCy8AmbxBjL70=; b=mitLdHwI8+cFHZibC9JxiQRAwIHaChayW6FCrinK8Sf/2e1J/fMzRlM3Ol+pcjiYW3wljS2yKPFCh2zjUPQ/RHNK4e2HLS26jbBpJEjLq/Kp4isk7ImP4Y18wyYRerv9Ljq3B8Va9mECsGEbJFv5Ccl/wkVp7V+KpTxpmJBHwo8= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+93478+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1662608946742542.3346442534627; Wed, 7 Sep 2022 20:49:06 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id GGOSYY1788612xFUauClWMfD; Wed, 07 Sep 2022 20:49:06 -0700 X-Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mx.groups.io with SMTP id smtpd.web11.1256.1662608945189729796 for ; Wed, 07 Sep 2022 20:49:05 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10463"; a="295793839" X-IronPort-AV: E=Sophos;i="5.93,298,1654585200"; d="scan'208";a="295793839" X-Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Sep 2022 20:49:02 -0700 X-IronPort-AV: E=Sophos;i="5.93,298,1654585200"; d="scan'208";a="943170867" X-Received: from iworam-desk.amr.corp.intel.com ([10.24.80.243]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Sep 2022 20:49:01 -0700 From: "Isaac Oram" To: devel@edk2.groups.io Cc: Isaac Oram , Chasel Chiu , Nate DeSimone , Liming Gao , Eric Dong Subject: [edk2-devel][edk2-platforms][PATCH V1 1/2] MinPlatformPkg/Include: Add PEI DevicePathLib instance Date: Wed, 7 Sep 2022 20:48:48 -0700 Message-Id: In-Reply-To: References: MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: 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,isaac.w.oram@intel.com X-Gm-Message-State: gKvcalUC6Y7ziqcvnWeMqmsOx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1662608946; bh=dxtkARgN5kPydg5nwTbyi8WstgjsBl8ojUZ+bTr86C0=; h=Cc:Date:From:Reply-To:Subject:To; b=iv3SMN4pSjh+jNza9cAhSfsvgdsAPqeL8G7yiruPJ92bcPJ8711vW1NZbCOZR8IaLcY dTZaI5sWeb1c1F4jIXS3FYsY0gXTc9F2uqt+s9yASbJMgQ94ok9UGxttOiDxTMIUyLtr0 vfXMiagJj3g777xUpyFduM/BzM1hEiO+sDs= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1662608947517100004 Content-Type: text/plain; charset="utf-8" PEI DevicePathLib instance required by NvmExpressPei.inf due to recent change. Cc: Chasel Chiu Cc: Nate DeSimone Cc: Liming Gao Cc: Eric Dong Signed-off-by: Isaac Oram --- Platform/Intel/MinPlatformPkg/Include/Dsc/CorePeiLib.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/Intel/MinPlatformPkg/Include/Dsc/CorePeiLib.dsc b/Pla= tform/Intel/MinPlatformPkg/Include/Dsc/CorePeiLib.dsc index 9bac751eaf..4424ebaecc 100644 --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CorePeiLib.dsc +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CorePeiLib.dsc @@ -27,6 +27,7 @@ MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAlloc= ationLib.inf ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiRepor= tStatusCodeLib.inf ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExt= ractGuidedSectionLib.inf + DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibBase.inf LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiC= puExceptionHandlerLib.inf =20 --=20 2.36.1.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 (#93478): https://edk2.groups.io/g/devel/message/93478 Mute This Topic: https://groups.io/mt/93541698/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- From nobody Fri May 10 09:07:44 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+93476+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+93476+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1662608947; cv=none; d=zohomail.com; s=zohoarc; b=Pe1y1AOijGp1VpQm/JDNeQPlfjjY86chB4YTV791DUPBnlR9hdly6zPJlbkluIs07UZ0OVjG4TXzBPXQIAAhCQXXjQNIRsKUHkjii87PpSXTFi4VkcehHE+BlkSj2HBBtQxl8VGIhRm+3jkmcBkVfe8pLsj5eenYRXBXFe+vxuY= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1662608947; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=gJll1gCzJQbXgAkmmgRcMo89aCVQgVJJYI1P3fELWYk=; b=W/3sziT+DgsqWv7KVr9r4td0NRhXoQgo3aiBzdp4HX+ZDWCJqOuHX3ide4LLpPgRb60wkjWyz9wZOQQrhOVLRUeO4nhLBXJRVK1jSFr1tYuRYrP7CuV/9FrOsSYx2j15YdYLfcXeLlvG/R2pFl5cyXIe/Cut92CAxjZ5EsfA7ck= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+93476+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1662608947009838.6100320289013; Wed, 7 Sep 2022 20:49:07 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id aE5KYY1788612xVcQXlkzaGM; Wed, 07 Sep 2022 20:49:05 -0700 X-Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mx.groups.io with SMTP id smtpd.web10.1311.1662608944402959208 for ; Wed, 07 Sep 2022 20:49:04 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10463"; a="295793840" X-IronPort-AV: E=Sophos;i="5.93,298,1654585200"; d="scan'208";a="295793840" X-Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Sep 2022 20:49:02 -0700 X-IronPort-AV: E=Sophos;i="5.93,298,1654585200"; d="scan'208";a="943170874" X-Received: from iworam-desk.amr.corp.intel.com ([10.24.80.243]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Sep 2022 20:49:02 -0700 From: "Isaac Oram" To: devel@edk2.groups.io Cc: Isaac Oram , Sai Chaganty , Nate DeSimone Subject: [edk2-devel][edk2-platforms][PATCH V1 2/2] PlatformPayloadFeaturePkg/Build: Use MinPlatform PCD include Date: Wed, 7 Sep 2022 20:48:49 -0700 Message-Id: <0bc5d3b1e661578428910b1d60faa115b19a500d.1662608678.git.isaac.w.oram@intel.com> In-Reply-To: References: MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: 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,isaac.w.oram@intel.com X-Gm-Message-State: VzrileIeDpz3jv3KIgLFtlHPx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1662608945; bh=Lrs7qyUvQaKAuy70WtwzzlFvJRms8vO3/xKZjQY42RU=; h=Cc:Date:From:Reply-To:Subject:To; b=XXySKBuAGbMLVFX8SYhGJNfgTEOIuBBbD2sFoczBHEZyYhUSF7Pd26eSk3F5b9QIY4h U2P/6uO/b1xdhhcO9wbl1wy43kCYLx7XSarCGJCHej8E144Daog7YHIp2NlLdQ8Ab8Pk0 DUMhJPVjOZKpu/h1hzlCg3/FBlO0qHfBfQI= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1662608947518100005 Content-Type: text/plain; charset="utf-8" Fix build issue from removed PCD and use MinPlatformFeaturesPcd.dsc.inc. Cc: Sai Chaganty Cc: Nate DeSimone Signed-off-by: Isaac Oram --- .../PlatformPayloadFeaturePkg.dsc | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/Features/Intel/PlatformPayloadFeaturePkg/PlatformPayloadFeatur= ePkg.dsc b/Features/Intel/PlatformPayloadFeaturePkg/PlatformPayloadFeatureP= kg.dsc index 1b79e0039b..e36e5d6e1e 100644 --- a/Features/Intel/PlatformPayloadFeaturePkg/PlatformPayloadFeaturePkg.dsc +++ b/Features/Intel/PlatformPayloadFeaturePkg/PlatformPayloadFeaturePkg.dsc @@ -48,16 +48,13 @@ # ##########################################################################= ###### =20 -# -# Since there are no 32b libraries or components in this package, these PC= D are specified for 64b only -# -[PcdsFeatureFlag] # - # PCD needed for MinPlatform build includes + # MinPlatform common include for required feature PCD + # These PCD must be set before the core include files, CoreCommonLib, + # CorePeiLib, and CoreDxeLib. + # Optional MinPlatformPkg features should be enabled after this # - gMinPlatformPkgTokenSpaceGuid.PcdSmiHandlerProfileEnable = |FALSE - gMinPlatformPkgTokenSpaceGuid.PcdUefiSecureBootEnable = |FALSE - gMinPlatformPkgTokenSpaceGuid.PcdPerformanceEnable = |FALSE + !include MinPlatformPkg/Include/Dsc/MinPlatformFeaturesPcd.dsc.inc =20 [PcdsPatchableInModule] gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x7 --=20 2.36.1.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 (#93476): https://edk2.groups.io/g/devel/message/93476 Mute This Topic: https://groups.io/mt/93541696/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-