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.115, mailfrom: hao.a.wu@intel.com) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by groups.io with SMTP; Mon, 08 Apr 2019 18:22:44 -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 fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Apr 2019 18:22:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,327,1549958400"; d="scan'208";a="147633984" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by FMSMGA003.fm.intel.com with ESMTP; 08 Apr 2019 18:22:44 -0700 Received: from fmsmsx112.amr.corp.intel.com (10.18.116.6) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 8 Apr 2019 18:22:44 -0700 Received: from shsmsx106.ccr.corp.intel.com (10.239.4.159) by FMSMSX112.amr.corp.intel.com (10.18.116.6) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 8 Apr 2019 18:22:44 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.92]) by SHSMSX106.ccr.corp.intel.com ([169.254.10.21]) with mapi id 14.03.0415.000; Tue, 9 Apr 2019 09:22:42 +0800 From: "Wu, Hao A" To: "devel@edk2.groups.io" , "Wu, Hao A" CC: "Kubacki, Michael A" , "Chiu, Chasel" , "Sinha, Ankit" , "Desimone, Nathaniel L" Subject: Re: [edk2-devel] [edk2-platforms/devel-MinPlatform][PATCH v1 0/6] Some cleanup for platforms under ClevoOpenBoardPkg & KabylakeOpenBoardPkg Thread-Topic: [edk2-devel] [edk2-platforms/devel-MinPlatform][PATCH v1 0/6] Some cleanup for platforms under ClevoOpenBoardPkg & KabylakeOpenBoardPkg Thread-Index: AQHU6qtS66/32hOKTEKOHK2lMzl5NqYzD96w Date: Tue, 9 Apr 2019 01:22:42 +0000 Message-ID: References: <15922FDDB25CFA89.18808@groups.io> In-Reply-To: <15922FDDB25CFA89.18808@groups.io> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: hao.a.wu@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Michael and Chasel, Thanks for the review. The series has been pushed at: a496938e7b..889da83ddf (devel-MinPlatform branch) Best Regards, Hao Wu > -----Original Message----- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Wu, Hao A > Sent: Thursday, April 04, 2019 1:57 PM > To: devel@edk2.groups.io > Cc: Wu, Hao A; Kubacki, Michael A; Chiu, Chasel; Sinha, Ankit; Desimone, > Nathaniel L > Subject: [edk2-devel] [edk2-platforms/devel-MinPlatform][PATCH v1 0/6] > Some cleanup for platforms under ClevoOpenBoardPkg & > KabylakeOpenBoardPkg >=20 > The series will do the below cleanups for platforms under > ClevoOpenBoardPkg and KabylakeOpenBoardPkg: >=20 > A) Remove unused PCD 'PcdUseHpetTimer'; > B) Remove the unnecessary consumption of the 8259-related PCDs; > C) Remove the unused duplicated Legacy8259 protocol GUID. >=20 >=20 > Test done for the series: > Build pass for N1xxWU & KabyLakeRvp3 platforms. >=20 > Cc: Michael A Kubacki > Cc: Chasel Chiu > Cc: Ankit Sinha > Cc: Nate DeSimone >=20 > Hao Wu (6): > ClevoOpenBoardPkg/N1xxWU: Remove unused PCD 'PcdUseHpetTimer' > ClevoOpenBoardPkg/N1xxWU: Remove the consume of 8259-related PCD > KabylakeOpenBoardPkg/KBLRvp3: Remove unused PCD 'PcdUseHpetTimer' > KabylakeOpenBoardPkg/KBLRvp3: Remove the consume of 8259-related > PCD > KabylakeSiliconPkg: Remove unused PCD 'PcdUseHpetTimer' > KabylakeSiliconPkg/SiPkg.dec: Remove Legacy8259 protocol GUID >=20 > Silicon/Intel/KabylakeSiliconPkg/SiPkg.dec = | 4 +--- > Platform/Intel/ClevoOpenBoardPkg/N1xxWU/OpenBoardPkgConfig.dsc > | 1 - > Platform/Intel/ClevoOpenBoardPkg/N1xxWU/OpenBoardPkgPcd.dsc > | 2 -- >=20 > Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgConfig > .dsc | 3 +-- >=20 > Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgPcd.ds > c | 5 +---- > Silicon/Intel/KabylakeSiliconPkg/KabylakeSiliconPkg.dsc = | 3 +-- > 6 files changed, 4 insertions(+), 14 deletions(-) >=20 > -- > 2.12.0.windows.1 >=20 >=20 >=20