From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.24, mailfrom: chasel.chiu@intel.com) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by groups.io with SMTP; Sun, 07 Apr 2019 22:34:45 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Apr 2019 22:34:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,324,1549958400"; d="scan'208";a="140901668" Received: from kmsmsx157.gar.corp.intel.com ([172.21.138.134]) by fmsmga007.fm.intel.com with ESMTP; 07 Apr 2019 22:34:44 -0700 Received: from pgsmsx111.gar.corp.intel.com ([169.254.2.74]) by kmsmsx157.gar.corp.intel.com ([169.254.5.17]) with mapi id 14.03.0415.000; Mon, 8 Apr 2019 13:34:34 +0800 From: "Chiu, Chasel" To: "Wu, Hao A" , "devel@edk2.groups.io" CC: "Kubacki, Michael A" Subject: Re: [edk2-platforms/devel-MinPlatform][PATCH v1 3/6] KabylakeOpenBoardPkg/KBLRvp3: Remove unused PCD 'PcdUseHpetTimer' Thread-Topic: [edk2-platforms/devel-MinPlatform][PATCH v1 3/6] KabylakeOpenBoardPkg/KBLRvp3: Remove unused PCD 'PcdUseHpetTimer' Thread-Index: AQHU6qtcZCiFJJBXEkuImogXjPmhraYxxBmA Date: Mon, 8 Apr 2019 05:34:34 +0000 Message-ID: <3C3EFB470A303B4AB093197B6777CCEC502B7C41@PGSMSX111.gar.corp.intel.com> References: <20190404055728.9368-1-hao.a.wu@intel.com> <20190404055728.9368-4-hao.a.wu@intel.com> In-Reply-To: <20190404055728.9368-4-hao.a.wu@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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYWVjMmU4Y2ItNThkYy00NjNlLTkyNzYtMTZlODc4MDdlMmU3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiYnk1ZXVJUnlHUXFwRUdoK1hvSlRWMFl0Q1gwSm0rK0VuS0Q1XC9iSkJ3SHFpUHNUYzQ5Q2gyNGdcL2szYjdoM0NOIn0= x-ctpclassification: CTP_NT x-originating-ip: [172.30.20.205] MIME-Version: 1.0 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Chasel Chiu > -----Original Message----- > From: Wu, Hao A > Sent: Thursday, April 4, 2019 1:57 PM > To: devel@edk2.groups.io > Cc: Wu, Hao A ; Chiu, Chasel ; > Kubacki, Michael A > Subject: [edk2-platforms/devel-MinPlatform][PATCH v1 3/6] > KabylakeOpenBoardPkg/KBLRvp3: Remove unused PCD 'PcdUseHpetTimer' >=20 > For KabylakeRvp3, it is using the HPET timer unconditionally. The PCD > 'PcdUseHpetTimer' is not being used. >=20 > This commit will remove the usage of the above PCD in package DSC files. >=20 > Cc: Chasel Chiu > Cc: Michael Kubacki > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Hao Wu > --- >=20 > Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgConfig.d > sc | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) >=20 > diff --git > a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgConfig > .dsc > b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgConfig > .dsc > index bb06ff5a2a..f3d082ce41 100644 > --- > a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgConfig > .dsc > +++ > b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgConfi > +++ g.dsc > @@ -1,7 +1,7 @@ > ## @file > # Platform configuration file. > # > -# Copyright (c) 2017, Intel Corporation. All rights reserved.
> +# Copyright (c) 2017 - 2019, Intel Corporation. All rights > +reserved.
> # > # This program and the accompanying materials are licensed and made avai= lable > under # the terms and conditions of the BSD License which accompanies th= is > distribution. > @@ -111,7 +111,6 @@ [PcdsFeatureFlag] > gSiPkgTokenSpaceGuid.PcdSmmVariableEnable|TRUE > gSiPkgTokenSpaceGuid.PcdSoftwareGuardEnable|TRUE > gSiPkgTokenSpaceGuid.PcdSsaFlagEnable|FALSE > - gSiPkgTokenSpaceGuid.PcdUseHpetTimer|TRUE # TRUE= - > HPET / FALSE - 8254 timer is used. > gSiPkgTokenSpaceGuid.PcdOcWdtEnable|TRUE > gSiPkgTokenSpaceGuid.PcdSiCatalogDebugEnable|FALSE >=20 > -- > 2.12.0.windows.1