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 9FA2E20355611 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:56 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,352,1505804400"; d="scan'208";a="169881781" Received: from ydong10-win10.ccr.corp.intel.com ([10.239.158.64]) by orsmga005.jf.intel.com with ESMTP; 06 Nov 2017 04:26:56 -0800 From: Eric Dong To: edk2-devel@lists.01.org Date: Mon, 6 Nov 2017 20:26:52 +0800 Message-Id: <1509971214-9732-1-git-send-email-eric.dong@intel.com> X-Mailer: git-send-email 2.7.0.windows.1 Subject: [Patch 0/2] Add missed Depex Protocol/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 Protocol/Ppi used in the drivers but the it not add them in the dependence section, it may cause driver assert. This patch series add the missed Protocol/Ppi. Eric Dong (2): UefiCpuPkg/CpuFeaturesDxe.inf: Add missed Depex protocol. UefiCpuPkg/CpuFeaturesPei.inf: Add missed Depex Ppi. UefiCpuPkg/CpuFeatures/CpuFeaturesDxe.inf | 2 +- UefiCpuPkg/CpuFeatures/CpuFeaturesPei.inf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- 2.7.0.windows.1