From nobody Sun May 5 14:37:47 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+41202+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+41202+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1558511122; cv=none; d=zoho.com; s=zohoarc; b=Ci3VGN/iR1ZelTU3kDAyJkEm2B1qkIB7DVEgjnIWd9kUJOlhJJplVcvcDoVkNWQLXtoLYFXJkDsLyFdMyVRZlVA8YPtgmd3f2ndoQhuYRN74aJ5OZ7C8Xu2bRSXcm9Yzv8xbnn5KKBDK6TDC3Rk7gfrUrrqstYy3M090PAVfdW8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1558511122; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=hdpMN8qjXpRGDN8po3Vw9iwUThZ24XwbNAD12B/nrIY=; b=imqgsDCKU7uKFu7nBuUESg6lq0loMxVJvQjH3xfKkX/yRg3/1W/CMxbIhPzY+iqLjZIJbQMfesc0Vbi1nj+DdWQPemv6nSFHJIGfrTdyrJ4qdgfB6lYwZGAqKDrxcfIiPz9HNPva7yIIpnxotzvAgdKBxxvPiYdYeB8VwuQ1SKs= 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+41202+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 1558511122846677.6424620884666; Wed, 22 May 2019 00:45:22 -0700 (PDT) Return-Path: X-Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by groups.io with SMTP; Wed, 22 May 2019 00:45:22 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 May 2019 00:45:21 -0700 X-ExtLoop1: 1 X-Received: from tiano-tengfens.ccr.corp.intel.com ([10.239.9.110]) by orsmga002.jf.intel.com with ESMTP; 22 May 2019 00:45:20 -0700 From: "Sun, Tengfen" To: devel@edk2.groups.io Cc: jiewen.yao@intel.com, liming.gao@intel.com, tengfen.sun@intel.com, chris.wu@intel.com Subject: [edk2-devel] [PATCH 1/2] [staging/HBFA PATCH]: UefiHostUnitTestCasePkg: Remove PcdFrameworkCompatibilitySupport Date: Wed, 22 May 2019 15:43:21 +0800 Message-Id: <20190522074322.13252-2-tengfen.sun@intel.com> In-Reply-To: <20190522074322.13252-1-tengfen.sun@intel.com> References: <20190522074322.13252-1-tengfen.sun@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,tengfen.sun@intel.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1558511122; bh=Gf+kNGCnnQ67UmJE8djqqrd4UmBE51m0xiShW/BGvR0=; h=Cc:Date:From:Reply-To:Subject:To; b=TEo2FnWgbE4p5LXchJvKeBK+3BEBiz7+aifZHRFfPdS6xy9rnOSwEhkNs59c1r0AP2M M2d7a2AuS9elbSwATNFeVmN+fBdx8m4Myh+W8PFwr2B5f0Kv/MtLAjcpRGzydD9cbS7Kl JmwvQAm98JjNrV/0TrBcw+jWIRopwn4WW24= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" To be consistent with edk2, remove PcdFrameworkCompatibilitySupport Signed-off-by: Tengfen Sun --- .../TestCase/FatPkg/FatPei/Override/FatPei.inf | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/HBFA/UefiHostUnitTestCasePkg/TestCase/FatPkg/FatPei/Override/F= atPei.inf b/HBFA/UefiHostUnitTestCasePkg/TestCase/FatPkg/FatPei/Override/Fa= tPei.inf index 515648ec6ed3..636a267a068f 100644 --- a/HBFA/UefiHostUnitTestCasePkg/TestCase/FatPkg/FatPei/Override/FatPei.i= nf +++ b/HBFA/UefiHostUnitTestCasePkg/TestCase/FatPkg/FatPei/Override/FatPei.i= nf @@ -60,15 +60,11 @@ gEfiPeiVirtualBlockIo2PpiGuid ## SOMETIMES_CONSUMES PPI_= NOTIFY gEfiPeiDeviceRecoveryModulePpiGuid ## SOMETIMES_PRODUCES =20 - -[FeaturePcd] - gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport = ## CONSUMES - [Pcd] gEfiMdeModulePkgTokenSpaceGuid.PcdRecoveryFileName ## CONSUMES =20 [Depex] - gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid + gEfiPeiMemoryDiscoveredPpiGuid =20 [UserExtensions.TianoCore."ExtraFiles"] FatPeiExtra.uni --=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 (#41202): https://edk2.groups.io/g/devel/message/41202 Mute This Topic: https://groups.io/mt/31717687/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 Sun May 5 14:37:47 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+41203+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+41203+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1558511125; cv=none; d=zoho.com; s=zohoarc; b=Zm6pRJ6mcP5NojEIq6vOqzSItwogf2En34SvBXZvk9aQB9uMr1cxME7U48/znfGZP014T4z8L0IJZv4Dv5OqDC2hghUGxd24k8/zsZUII2xO8EgYmUo/H4H/eLvH6VbSwG0xNo19pjT8tXJvxbdXpVwHTPolKqhX/hcDGM4ZoSo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1558511125; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=ABDVXZXwAp6OLFIdnKFrlrJwLss8gdEfhmxsjAw9sNI=; b=NsFTveQdBYAtzibeo+eptjkpntpoXa1b1u1mEx7wPLI8tShlFCp2YrPAlW5iAW2eWFGlplI/g0ir+z9idXbH+oROzZPEsxtc/0rwi60uMuxvb0QFk5nPdbulSN9jl/nFlJuCu15VaRtS1zphPvWE7fH+wja9Odfq7Bf/IW9Ykj8= 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+41203+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 1558511125053638.8166098376082; Wed, 22 May 2019 00:45:25 -0700 (PDT) Return-Path: X-Received: from mga06.intel.com (mga06.intel.com []) by groups.io with SMTP; Wed, 22 May 2019 00:45:24 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 May 2019 00:45:24 -0700 X-ExtLoop1: 1 X-Received: from tiano-tengfens.ccr.corp.intel.com ([10.239.9.110]) by orsmga002.jf.intel.com with ESMTP; 22 May 2019 00:45:22 -0700 From: "Sun, Tengfen" To: devel@edk2.groups.io Cc: jiewen.yao@intel.com, liming.gao@intel.com, tengfen.sun@intel.com, chris.wu@intel.com Subject: [edk2-devel] [PATCH 2/2] [staging/HBFA PATCH]: UefiHostFuzzTestCasePkg: Remove PcdFrameworkCompatibilitySupport Date: Wed, 22 May 2019 15:43:22 +0800 Message-Id: <20190522074322.13252-3-tengfen.sun@intel.com> In-Reply-To: <20190522074322.13252-1-tengfen.sun@intel.com> References: <20190522074322.13252-1-tengfen.sun@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,tengfen.sun@intel.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1558511124; bh=bZst1Ck3N3HKnZWaNaQ68dokStGYkSvEwD0pPOtb9A0=; h=Cc:Date:From:Reply-To:Subject:To; b=E3K3fTJWGbzBo9lkxAj6yjNTJGfmAyso0LIpeMcKxqY1Nl7IJHb1WRv0eMlre8qrKnb 7fgdHQ0o4Ma383hnwh1V3d1Kv8hjlF1qZx7hSZG2qa0J9OqznTZ3I5F2ZRFWizsEjdE8j o+DH4EPGHYwrKbtVmiY6uZLio5S9WTY6TAw= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" To be consistent with edk2, remove PcdFrameworkCompatibilitySupport Signed-off-by: Tengfen Sun --- .../TestCase/FatPkg/FatPei/Override/FatPei.inf | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/HBFA/UefiHostFuzzTestCasePkg/TestCase/FatPkg/FatPei/Override/F= atPei.inf b/HBFA/UefiHostFuzzTestCasePkg/TestCase/FatPkg/FatPei/Override/Fa= tPei.inf index 515648ec6ed3..636a267a068f 100644 --- a/HBFA/UefiHostFuzzTestCasePkg/TestCase/FatPkg/FatPei/Override/FatPei.i= nf +++ b/HBFA/UefiHostFuzzTestCasePkg/TestCase/FatPkg/FatPei/Override/FatPei.i= nf @@ -60,15 +60,11 @@ gEfiPeiVirtualBlockIo2PpiGuid ## SOMETIMES_CONSUMES PPI_= NOTIFY gEfiPeiDeviceRecoveryModulePpiGuid ## SOMETIMES_PRODUCES =20 - -[FeaturePcd] - gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport = ## CONSUMES - [Pcd] gEfiMdeModulePkgTokenSpaceGuid.PcdRecoveryFileName ## CONSUMES =20 [Depex] - gEfiPeiMemoryDiscoveredPpiGuid AND gEfiPeiBootInRecoveryModePpiGuid + gEfiPeiMemoryDiscoveredPpiGuid =20 [UserExtensions.TianoCore."ExtraFiles"] FatPeiExtra.uni --=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 (#41203): https://edk2.groups.io/g/devel/message/41203 Mute This Topic: https://groups.io/mt/31717688/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-