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; Wed, 03 Apr 2019 22:57:30 -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 fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Apr 2019 22:57:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,306,1549958400"; d="scan'208";a="139998277" Received: from shwdeopenpsi014.ccr.corp.intel.com ([10.239.9.8]) by fmsmga007.fm.intel.com with ESMTP; 03 Apr 2019 22:57:28 -0700 From: "Wu, Hao A" To: devel@edk2.groups.io Cc: Hao Wu , Michael A Kubacki , Chasel Chiu , Ankit Sinha , Nate DeSimone Subject: [edk2-platforms/devel-MinPlatform][PATCH v1 0/6] Some cleanup for platforms under ClevoOpenBoardPkg & KabylakeOpenBoardPkg Date: Thu, 4 Apr 2019 13:57:22 +0800 Message-Id: <20190404055728.9368-1-hao.a.wu@intel.com> X-Mailer: git-send-email 2.12.0.windows.1 The series will do the below cleanups for platforms under ClevoOpenBoardPkg and KabylakeOpenBoardPkg: A) Remove unused PCD 'PcdUseHpetTimer'; B) Remove the unnecessary consumption of the 8259-related PCDs; C) Remove the unused duplicated Legacy8259 protocol GUID. Test done for the series: Build pass for N1xxWU & KabyLakeRvp3 platforms. Cc: Michael A Kubacki Cc: Chasel Chiu Cc: Ankit Sinha Cc: Nate DeSimone 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 Silicon/Intel/KabylakeSiliconPkg/SiPkg.dec | 4 +--- Platform/Intel/ClevoOpenBoardPkg/N1xxWU/OpenBoardPkgConfig.dsc | 1 - Platform/Intel/ClevoOpenBoardPkg/N1xxWU/OpenBoardPkgPcd.dsc | 2 -- Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgConfig.dsc | 3 +-- Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgPcd.dsc | 5 +---- Silicon/Intel/KabylakeSiliconPkg/KabylakeSiliconPkg.dsc | 3 +-- 6 files changed, 4 insertions(+), 14 deletions(-) -- 2.12.0.windows.1