From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mx.groups.io with SMTP id smtpd.web10.6166.1662861149839653141 for ; Sat, 10 Sep 2022 18:52:30 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=PfTiEXyd; spf=pass (domain: intel.com, ip: 192.55.52.43, 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=1662861149; x=1694397149; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=PDOfDndDNPwmQCMJ0pE6Zvz0WEyZ9VHPB52MCPQOu0s=; b=PfTiEXydIPWcJxB0/DSp0u3aZmvukiOyT7nsiwu/Q1OKp9o/h8ga0rTy Psq00h+0GYcTqqil3MjcUtJ3YomVtXk2Nd9Us5rDpn5Q2hhqi3ur48MqR 8EXFXCRcWU+a+UC3NQtxRVYJKsUENZCMBVx+9ABwtY1k2lSQzacZKgoIU 7Bm6TwI7yQQad3yGC+36R1/MurvRiQkTRpFCHqoaG+GH6VXQKN6ijwb6Y 3qf7jXBXiBsfxwL/V0yDcp2dLE2GtdaEtElnsiW3nJU2j2oUgqdVpyxp5 ISXlXHk7xyc2VLh2EP7l3W47hzpa+bhGFp7lgUDZFCz5c0nQhoeWs8SuN Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10466"; a="383981493" X-IronPort-AV: E=Sophos;i="5.93,307,1654585200"; d="scan'208";a="383981493" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Sep 2022 18:52:28 -0700 X-IronPort-AV: E=Sophos;i="5.93,307,1654585200"; d="scan'208";a="791199288" Received: from iworam-desk.amr.corp.intel.com ([10.24.80.243]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Sep 2022 18:52:28 -0700 From: "Isaac Oram" To: devel@edk2.groups.io Cc: Isaac Oram , Chasel Chiu , Nate DeSimone , Liming Gao , Eric Dong Subject: [edk2-devel][edk2-platforms][PATCH V2 0/3] These commits fix some small build issues from various changes. Date: Sat, 10 Sep 2022 18:52:15 -0700 Message-Id: X-Mailer: git-send-email 2.36.1.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: Chasel Chiu Cc: Nate DeSimone Cc: Liming Gao Cc: Eric Dong Signed-off-by: Isaac Oram Isaac Oram (3): MinPlatformPkg/Include: Add PEI DevicePathLib instance PlatformPayloadFeaturePkg/Build: Use MinPlatform PCD include Platform/Intel: Fix missing package issue .../PlatformPayloadFeaturePkg.dsc | 13 +++++-------- .../Features/Tbt/TbtInit/Smm/TbtSmm.inf | 2 +- .../Features/Tbt/TbtInit/Smm/TbtSmm.inf | 1 + .../BasePlatformHookLib/BasePlatformHookLib.inf | 1 + .../BasePlatformHookLib/BasePlatformHookLib.inf | 1 + .../Intel/MinPlatformPkg/Include/Dsc/CorePeiLib.dsc | 1 + .../Features/Tbt/TbtInit/Smm/TbtSmm.inf | 2 +- 7 files changed, 11 insertions(+), 10 deletions(-) -- 2.36.1.windows.1