From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mx.groups.io with SMTP id smtpd.web08.961.1652379962473513390 for ; Thu, 12 May 2022 11:26:03 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=HT5o/GDY; spf=pass (domain: intel.com, ip: 134.134.136.126, mailfrom: isaac.w.oram@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1652379962; x=1683915962; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Q3bMS8WTgBJ6q8vW+IVTC48QAMo0OznbCOPbC9f36BY=; b=HT5o/GDYynHyNjTnOoi3ERSvsLHT0KATuYgEuRGKjd4DOCkVh9wl1qpZ nForv0VtWWUa2UfCI8DHz6CQGO1Ez90d3o1hQNBd+lvjxZeNpzOsz+IOz eiLWtPGz1RDfw29xfEPAznjyl592sFwgO9NNkc79HzuAlssF1Vz0LWGVj v8NGkkeNRoP09KDRK02iYx8TGSbkhpKSM+Q944Ve41BMpmnJvVLe1Qtl5 jCHt+w4JiaKPL83KkqnaWGyvc8VACsIVijdrOaetVJ/0uD4j3S67HSPGK FwiXyrb//Jw+BiYcMTtJg3q9KQpuZyHJu5JbAo03VK4IbCyeY5xh2sUN7 g==; X-IronPort-AV: E=McAfee;i="6400,9594,10345"; a="252150509" X-IronPort-AV: E=Sophos;i="5.91,220,1647327600"; d="scan'208";a="252150509" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2022 11:25:51 -0700 X-IronPort-AV: E=Sophos;i="5.91,220,1647327600"; d="scan'208";a="712044101" Received: from iworam-desk.amr.corp.intel.com ([10.24.80.243]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2022 11:25:51 -0700 From: "Oram, Isaac W" To: devel@edk2.groups.io Cc: Nate DeSimone , Chasel Chiu Subject: [edk2-devel][edk2-platforms][PATCH V1 1/1] WhitleyOpenBoardPkg/PeiUbaPlatLib: Add missing PPI consumed Date: Thu, 12 May 2022 11:25:42 -0700 Message-Id: X-Mailer: git-send-email 2.36.1.windows.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit gEfiPeiSmbus2PpiGuid used but missing GUID in the INF file Cc: Nate DeSimone Cc: Chasel Chiu Signed-off-by: Isaac Oram --- .../WhitleyOpenBoardPkg/Library/PeiUbaPlatLib/PeiUbaPlatLib.inf | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/Intel/WhitleyOpenBoardPkg/Library/PeiUbaPlatLib/PeiUbaPlatLib.inf b/Platform/Intel/WhitleyOpenBoardPkg/Library/PeiUbaPlatLib/PeiUbaPlatLib.inf index 5e911ba790..7154e72e73 100644 --- a/Platform/Intel/WhitleyOpenBoardPkg/Library/PeiUbaPlatLib/PeiUbaPlatLib.inf +++ b/Platform/Intel/WhitleyOpenBoardPkg/Library/PeiUbaPlatLib/PeiUbaPlatLib.inf @@ -54,6 +54,7 @@ [Ppis] gUbaConfigDatabasePpiGuid gDynamicSiLibraryPpiGuid ## ALWAYS_CONSUMES + gEfiPeiSmbus2PpiGuid ## ALWAYS_CONSUMES [Depex] gUbaConfigDatabasePpiGuid AND -- 2.36.1.windows.1