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.136, mailfrom: chasel.chiu@intel.com) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by groups.io with SMTP; Thu, 25 Apr 2019 20:41:31 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Apr 2019 20:41:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,396,1549958400"; d="scan'208";a="152484539" Received: from kmsmsx153.gar.corp.intel.com ([172.21.73.88]) by FMSMGA003.fm.intel.com with ESMTP; 25 Apr 2019 20:41:29 -0700 Received: from pgsmsx110.gar.corp.intel.com (10.221.44.111) by KMSMSX153.gar.corp.intel.com (172.21.73.88) with Microsoft SMTP Server (TLS) id 14.3.408.0; Fri, 26 Apr 2019 11:41:28 +0800 Received: from pgsmsx111.gar.corp.intel.com ([169.254.2.74]) by PGSMSX110.gar.corp.intel.com ([169.254.13.159]) with mapi id 14.03.0415.000; Fri, 26 Apr 2019 11:41:28 +0800 From: "Chiu, Chasel" To: "Bi, Dandan" , "devel@edk2.groups.io" CC: "Kubacki, Michael A" Subject: Re: [edk2-platforms/devel-MinPlatform] [patch 1/2] KabylakeOpenBoardPkg/KBLRvp3: Remove PcdFrameworkCompatibilitySupport usage Thread-Topic: [edk2-platforms/devel-MinPlatform] [patch 1/2] KabylakeOpenBoardPkg/KBLRvp3: Remove PcdFrameworkCompatibilitySupport usage Thread-Index: AQHU++C4hH6VHj6UJkOWvjbejL9GuaZNzAQg Date: Fri, 26 Apr 2019 03:41:27 +0000 Message-ID: <3C3EFB470A303B4AB093197B6777CCEC502F614C@PGSMSX111.gar.corp.intel.com> References: <20190426033212.9604-1-dandan.bi@intel.com> <20190426033212.9604-2-dandan.bi@intel.com> In-Reply-To: <20190426033212.9604-2-dandan.bi@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTE0MDllYjctNjhiYy00OWQxLWE1ZTUtZThhN2M0N2ViNTEyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiNE82NEkxVE5abXY3aWdZdndSUDRYYmh4OEJobE5DNGxxa1ZCTHJKNUNBXC9RMGpacU1SUlhNVXNRaXhkUEo4SlYifQ== x-ctpclassification: CTP_NT x-originating-ip: [172.30.20.206] MIME-Version: 1.0 Return-Path: chasel.chiu@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Chasel Chiu > -----Original Message----- > From: Bi, Dandan > Sent: Friday, April 26, 2019 11:32 AM > To: devel@edk2.groups.io > Cc: Chiu, Chasel ; Kubacki, Michael A > > Subject: [edk2-platforms/devel-MinPlatform] [patch 1/2] > KabylakeOpenBoardPkg/KBLRvp3: Remove > PcdFrameworkCompatibilitySupport usage >=20 > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1464 >=20 > Framework compatibility support is no needed and > PcdFrameworkCompatibilitySupport will be removed from edk2. > So remove the usage of this PCD in platforms firstly. >=20 > Cc: Chasel Chiu > Cc: Michael Kubacki > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Dandan Bi > --- > .../Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgPcd.dsc | 1 - > 1 file changed, 1 deletion(-) >=20 > diff --git > a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgPcd.ds > c > b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgPcd.ds > c > index 51d4e2ea46..c0d566db21 100644 > --- > a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgPcd.ds > c > +++ > b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgPcd.d > +++ sc > @@ -17,11 +17,10 @@ > # > # Pcd Section - list of all EDK II PCD Entries defined by this Platform = # > ################################################################ > ################ > [PcdsFeatureFlag.common] > - > gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport|TRU > E > gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmEnableBspElection|FALSE >=20 > gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreImageLoaderSearchTeSectionF > irst|FALSE > !if $(TARGET) =3D=3D RELEASE > gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE > !else > -- > 2.18.0.windows.1