From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.120; helo=mga04.intel.com; envelope-from=star.zeng@intel.com; receiver=edk2-devel@lists.01.org Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id E0936211A43A8 for ; Fri, 14 Dec 2018 02:42:52 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Dec 2018 02:42:52 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,352,1539673200"; d="scan'208";a="259449499" Received: from shwdeopenpsi068.ccr.corp.intel.com ([10.239.158.46]) by orsmga004.jf.intel.com with ESMTP; 14 Dec 2018 02:42:51 -0800 From: Star Zeng To: edk2-devel@lists.01.org Cc: Star Zeng Date: Fri, 14 Dec 2018 18:42:47 +0800 Message-Id: <1544784169-37492-1-git-send-email-star.zeng@intel.com> X-Mailer: git-send-email 2.7.0.windows.1 Subject: [edk2-platforms PATCH 0/2] Remove PcdPeiCoreMaxXXX PCDs X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Dec 2018 10:42:53 -0000 REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1405 https://lists.01.org/pipermail/edk2-devel/2018-December/033985.html is going to remove PcdPeiCoreMaxFvSupported, PcdPeiCoreMaxPeimPerFv and PcdPeiCoreMaxPpiSupported in edk2 Repo, this patch series is to update edk2-platforms Repo accordingly, these patches will be pushed after [PATCH 4/7] and before [PATCH 7/7] at https://lists.01.org/pipermail/edk2-devel/2018-December/033985.html after code review. Star Zeng (2): KabylakeOpenBoardPkg: Remove PcdPeiCoreMaxXXX PCDs' statement PurleyOpenBoardPkg: Remove PcdPeiCoreMaxXXX PCDs' statement .../Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkgPcd.dsc | 7 +------ .../Intel/PurleyOpenBoardPkg/BoardMtOlympus/PlatformPkgPcd.dsc | 2 -- 2 files changed, 1 insertion(+), 8 deletions(-) -- 2.7.0.windows.1