From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.65; helo=mga03.intel.com; envelope-from=eric.dong@intel.com; receiver=edk2-devel@lists.01.org Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (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 C470C2035D0E0 for ; Mon, 6 Nov 2017 04:23:00 -0800 (PST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Nov 2017 04:26:58 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,352,1505804400"; d="scan'208";a="169881797" Received: from ydong10-win10.ccr.corp.intel.com ([10.239.158.64]) by orsmga005.jf.intel.com with ESMTP; 06 Nov 2017 04:26:57 -0800 From: Eric Dong To: edk2-devel@lists.01.org Cc: Liming Gao , Laszlo Ersek Date: Mon, 6 Nov 2017 20:26:54 +0800 Message-Id: <1509971214-9732-3-git-send-email-eric.dong@intel.com> X-Mailer: git-send-email 2.7.0.windows.1 In-Reply-To: <1509971214-9732-1-git-send-email-eric.dong@intel.com> References: <1509971214-9732-1-git-send-email-eric.dong@intel.com> Subject: [Patch 2/2] UefiCpuPkg/CpuFeaturesPei.inf: Add missed Depex Ppi. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Nov 2017 12:23:00 -0000 The gEfiPeiMpServicesPpiGuid Ppi is used by CpuFeaturesPei.inf during feature detection. Should be included in the [DepEx] section but actually not. This patch add it. Cc: Liming Gao Cc: Laszlo Ersek Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Eric Dong --- UefiCpuPkg/CpuFeatures/CpuFeaturesPei.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UefiCpuPkg/CpuFeatures/CpuFeaturesPei.inf b/UefiCpuPkg/CpuFeatures/CpuFeaturesPei.inf index e617c5b..ad3bab3 100644 --- a/UefiCpuPkg/CpuFeatures/CpuFeaturesPei.inf +++ b/UefiCpuPkg/CpuFeatures/CpuFeaturesPei.inf @@ -44,7 +44,7 @@ gUefiCpuPkgTokenSpaceGuid.PcdCpuFeaturesInitOnS3Resume ## CONSUMES [Depex] - TRUE + gEfiPeiMpServicesPpiGuid [UserExtensions.TianoCore."ExtraFiles"] CpuFeaturesPeiExtra.uni -- 2.7.0.windows.1