From nobody Sat May 4 18:34:23 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+46137+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+46137+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1566374474; cv=none; d=zoho.com; s=zohoarc; b=amVHCHPpuO9B+p/ZvkhWFeM+S8bvKuIcD2XHwdwPl/891EAhpw1m/d4QpymBP54NT4FGRHLkg3trQmheQ444eS9gO6dbfNDebZyQre/+s2mILJYkSGnxoniykLH3f78SC+hOiiuj+8eHdKuluF6cxExwbXE3fItm1Wi0bgK/rJs= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1566374474; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=g5nlaLJkbxrwMmDUgJRhdM54b29EXQTFVN2OFqYxuX0=; b=lxpZ6GI82AUjcUuVZKBF5wLFe7hGyz7F4cH6Tj8z0J83hqBVqHWmDGqU2G/51wda2sBitdO4wjFC6oe7W3I2EksdhoNaeqhK3WaezygPFq0v2aAsfTTJhqQq9jNVqD++gOLa8mDPg2Ke88EWUpirKhbE+Op9HVCG8sbn0+/OL90= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+46137+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 156637447449712.781395213302972; Wed, 21 Aug 2019 01:01:14 -0700 (PDT) Return-Path: X-Received: from mga12.intel.com (mga12.intel.com []) by groups.io with SMTP; Wed, 21 Aug 2019 01:01:13 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Aug 2019 01:01:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,412,1559545200"; d="scan'208";a="183463561" X-Received: from shenglei-dev.ccr.corp.intel.com ([10.239.158.52]) by orsmga006.jf.intel.com with ESMTP; 21 Aug 2019 01:01:11 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Michael Kubacki , Sai Chaganty , Liming Gao Subject: [edk2-devel] [edk2-platform PATCH 1/2] Platform/SmbiosBasicDxe: Add a missing header file in INF Date: Wed, 21 Aug 2019 16:01:07 +0800 Message-Id: <20190821080108.1736-2-shenglei.zhang@intel.com> In-Reply-To: <20190821080108.1736-1-shenglei.zhang@intel.com> References: <20190821080108.1736-1-shenglei.zhang@intel.com> Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,shenglei.zhang@intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1566374474; bh=PuxYM1VgTAS+24uKQtCs9kpTtiLWUf/a67tASFhFO2Q=; h=Cc:Date:From:Reply-To:Subject:To; b=pFlw1nd6XwKpBVvzbtqxWGzmeDiSjy0QosZtzMPevD1iGG9ccwsmgkuoqlvMxt3JvI6 A/UpuJ09vUKXye+PX0OvPkrjf7lwfCeZX4K+RwIVrUOvuzSUxKWUCkr99ZFWc5sJPJ3SI SBPUDJWSu+8wcV1SipcwPPesNxTsbpl3Kwo= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" The header file is used but missing in INF,which causes warning message when building them. https://bugzilla.tianocore.org/show_bug.cgi?id=3D2037 Cc: Michael Kubacki Cc: Sai Chaganty Cc: Liming Gao Signed-off-by: Shenglei Zhang Reviewed-by: Michael Kubacki --- .../AdvancedFeaturePkg/Smbios/SmbiosBasicDxe/SmbiosBasicDxe.inf | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/Intel/AdvancedFeaturePkg/Smbios/SmbiosBasicDxe/Smbios= BasicDxe.inf b/Platform/Intel/AdvancedFeaturePkg/Smbios/SmbiosBasicDxe/Smbi= osBasicDxe.inf index 69e930dd..bbac1d5c 100644 --- a/Platform/Intel/AdvancedFeaturePkg/Smbios/SmbiosBasicDxe/SmbiosBasicDx= e.inf +++ b/Platform/Intel/AdvancedFeaturePkg/Smbios/SmbiosBasicDxe/SmbiosBasicDx= e.inf @@ -23,6 +23,7 @@ =20 [Sources] SmbiosBasicEntryPoint.c + SmbiosBasic.h Type0BiosVendorFunction.c Type1SystemManufacturerFunction.c Type2BaseBoardManufacturerFunction.c --=20 2.18.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#46137): https://edk2.groups.io/g/devel/message/46137 Mute This Topic: https://groups.io/mt/32976202/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Sat May 4 18:34:23 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+46138+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+46138+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1566374477; cv=none; d=zoho.com; s=zohoarc; b=EqTSooiTOH8I06omSpKwGfSMaB84JcHdj6+CPi7xmsC4x8dn7cXup2ke1mLLJVcNzWKMsxbQN9v/63CVJsHWBWfFAAC8KhQbuz2AEaD2nRYNOc1RoOmyVu2ofJAEO8IiRiQcHZ2R2S6Gk5bOIuZFMwu5uqNlHuDapLw+CSCrNTY= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1566374477; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=UWU4LQQQ+aRavmSYT7XFcX9V8c9/mwhXnDGuideK4cw=; b=BNVsQhrbtE1ZRy4zK5e59NFJcM47hyF7maar4fkEo99kXJm0lm7u/DbpN4qT/EjZu+nuMo9ChB4pqP4Sm17MWbGlBeNc9fgTLqsgGdpw9uyIa7IbG6yZ7HQG1VyIVzZTHYIU4WKYP7CBxbvl0gMe9OlKW83kZiQgOuHZEM3pgqk= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+46138+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1566374477172871.1186944199563; Wed, 21 Aug 2019 01:01:17 -0700 (PDT) Return-Path: X-Received: from mga12.intel.com (mga12.intel.com []) by groups.io with SMTP; Wed, 21 Aug 2019 01:01:16 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Aug 2019 01:01:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,412,1559545200"; d="scan'208";a="183463579" X-Received: from shenglei-dev.ccr.corp.intel.com ([10.239.158.52]) by orsmga006.jf.intel.com with ESMTP; 21 Aug 2019 01:01:14 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Michael Kubacki , Chasel Chiu , Nate DeSimone , Liming Gao Subject: [edk2-devel] [edk2-platform PATCH 2/2] Platform/MinPlatformPkg: Add missing header files in INF files Date: Wed, 21 Aug 2019 16:01:08 +0800 Message-Id: <20190821080108.1736-3-shenglei.zhang@intel.com> In-Reply-To: <20190821080108.1736-1-shenglei.zhang@intel.com> References: <20190821080108.1736-1-shenglei.zhang@intel.com> Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,shenglei.zhang@intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1566374476; bh=KO7stTP+JfUBpRvt+wWbBHuiurifF10goIK6/+2rehQ=; h=Cc:Date:From:Reply-To:Subject:To; b=iXGUiBGWxAN6jdoVweaSRgDPwRRYWkl95jsEZNO/mA6ePMsQg9Hg7514wW/4RcNnew6 U8e9sKvy3POFBjdaDaA91N0PHliQc9/QSrD06n+yfIFfRvkSgkJSyzkp3vOckypZcsUtQ xKpeVNkNrHS9OtYdmzMDt3eDprua60tazlo= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" The header files are used but missing in INF,which causes warning message when building them. https://bugzilla.tianocore.org/show_bug.cgi?id=3D2037 Cc: Michael Kubacki Cc: Chasel Chiu Cc: Nate DeSimone Cc: Liming Gao Signed-off-by: Shenglei Zhang Reviewed-by: Michael Kubacki Reviewed-by: Nate DeSimone --- .../MinPlatformPkg/Flash/SpiFvbService/SpiFvbServiceSmm.inf | 1 + .../SecFspWrapperPlatformSecLib/SecFspWrapperPlatformSecLib.inf | 1 + .../Hsti/HstiIbvPlatformDxe/HstiIbvPlatformDxe.inf | 1 + .../Library/PeiHobVariableLibFce/PeiHobVariableLibFce.inf | 2 ++ .../PeiHobVariableLibFce/PeiHobVariableLibFceOptSize.inf | 2 ++ .../Test/Library/TestPointCheckLib/DxeTestPointCheckLib.inf | 1 + .../Test/Library/TestPointCheckLib/SmmTestPointCheckLib.inf | 1 + 7 files changed, 9 insertions(+) diff --git a/Platform/Intel/MinPlatformPkg/Flash/SpiFvbService/SpiFvbServic= eSmm.inf b/Platform/Intel/MinPlatformPkg/Flash/SpiFvbService/SpiFvbServiceS= mm.inf index cca7de94..4c5202f9 100644 --- a/Platform/Intel/MinPlatformPkg/Flash/SpiFvbService/SpiFvbServiceSmm.inf +++ b/Platform/Intel/MinPlatformPkg/Flash/SpiFvbService/SpiFvbServiceSmm.inf @@ -50,6 +50,7 @@ [Sources] Common/SpiFvbServiceCommon.c Common/FvbInfo.c + Common/SpiFvbServiceCommon.h Smm/SpiFvbServiceSmm.c =20 [Protocols] diff --git a/Platform/Intel/MinPlatformPkg/FspWrapper/Library/SecFspWrapper= PlatformSecLib/SecFspWrapperPlatformSecLib.inf b/Platform/Intel/MinPlatform= Pkg/FspWrapper/Library/SecFspWrapperPlatformSecLib/SecFspWrapperPlatformSec= Lib.inf index 5d77e9e4..3f5a63f2 100644 --- a/Platform/Intel/MinPlatformPkg/FspWrapper/Library/SecFspWrapperPlatfor= mSecLib/SecFspWrapperPlatformSecLib.inf +++ b/Platform/Intel/MinPlatformPkg/FspWrapper/Library/SecFspWrapperPlatfor= mSecLib/SecFspWrapperPlatformSecLib.inf @@ -41,6 +41,7 @@ SecGetPerformance.c SecTempRamDone.c PlatformInit.c + FsptCoreUpd.h =20 [Sources.IA32] Ia32/SecEntry.nasm diff --git a/Platform/Intel/MinPlatformPkg/Hsti/HstiIbvPlatformDxe/HstiIbvP= latformDxe.inf b/Platform/Intel/MinPlatformPkg/Hsti/HstiIbvPlatformDxe/Hsti= IbvPlatformDxe.inf index 64814528..172280e8 100644 --- a/Platform/Intel/MinPlatformPkg/Hsti/HstiIbvPlatformDxe/HstiIbvPlatform= Dxe.inf +++ b/Platform/Intel/MinPlatformPkg/Hsti/HstiIbvPlatformDxe/HstiIbvPlatform= Dxe.inf @@ -23,6 +23,7 @@ SecureBootBypass.c ExternalDeviceDmaProtection.c MorSupport.c + HstiIbvPlatformDxe.h =20 [Packages] MdePkg/MdePkg.dec diff --git a/Platform/Intel/MinPlatformPkg/Library/PeiHobVariableLibFce/Pei= HobVariableLibFce.inf b/Platform/Intel/MinPlatformPkg/Library/PeiHobVariabl= eLibFce/PeiHobVariableLibFce.inf index fd80c611..ad8882fe 100644 --- a/Platform/Intel/MinPlatformPkg/Library/PeiHobVariableLibFce/PeiHobVari= ableLibFce.inf +++ b/Platform/Intel/MinPlatformPkg/Library/PeiHobVariableLibFce/PeiHobVari= ableLibFce.inf @@ -37,6 +37,8 @@ [Sources] PeiHobVariableLibFce.c InternalCommonLib.c + Variable.h + Fce.h =20 [Ppis] gEfiPeiMemoryDiscoveredPpiGuid ## NOTIFY diff --git a/Platform/Intel/MinPlatformPkg/Library/PeiHobVariableLibFce/Pei= HobVariableLibFceOptSize.inf b/Platform/Intel/MinPlatformPkg/Library/PeiHob= VariableLibFce/PeiHobVariableLibFceOptSize.inf index 82d81c98..e1a76715 100644 --- a/Platform/Intel/MinPlatformPkg/Library/PeiHobVariableLibFce/PeiHobVari= ableLibFceOptSize.inf +++ b/Platform/Intel/MinPlatformPkg/Library/PeiHobVariableLibFce/PeiHobVari= ableLibFceOptSize.inf @@ -36,6 +36,8 @@ [Sources] PeiHobVariableLibFceOptSize.c InternalCommonLib.c + Variable.h + Fce.h =20 [Ppis] gEfiPeiMemoryDiscoveredPpiGuid ## NOTIFY diff --git a/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLib/D= xeTestPointCheckLib.inf b/Platform/Intel/MinPlatformPkg/Test/Library/TestPo= intCheckLib/DxeTestPointCheckLib.inf index 62fceffb..76e193dc 100644 --- a/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLib/DxeTestP= ointCheckLib.inf +++ b/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLib/DxeTestP= ointCheckLib.inf @@ -68,6 +68,7 @@ DxeCheckTcgMor.c DxeCheckDmaProtection.c TestPointHelp.c + TestPointInternal.h =20 [Guids] gEfiMemoryAttributesTableGuid diff --git a/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLib/S= mmTestPointCheckLib.inf b/Platform/Intel/MinPlatformPkg/Test/Library/TestPo= intCheckLib/SmmTestPointCheckLib.inf index 6007fbc9..03d027ec 100644 --- a/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLib/SmmTestP= ointCheckLib.inf +++ b/Platform/Intel/MinPlatformPkg/Test/Library/TestPointCheckLib/SmmTestP= ointCheckLib.inf @@ -45,6 +45,7 @@ DxeCheckLoadedImage.c DxeCheckGcd.c TestPointHelp.c + TestPointInternal.h =20 [Pcd] gMinPlatformPkgTokenSpaceGuid.PcdTestPointIbvPlatformFeature --=20 2.18.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#46138): https://edk2.groups.io/g/devel/message/46138 Mute This Topic: https://groups.io/mt/32976203/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-