From nobody Wed Apr 24 08:48:32 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+45398+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+45398+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565590969; cv=none; d=zoho.com; s=zohoarc; b=nM8cWfXGjW3wDpBRYzGLrQuv8IBVOYDbraTUAtYt2P4uteECeHrtxg860gEYFuJz3CSwuBADUhJKMYuTYdGtPpq6vHTuRnPDbwIZWuwHcJpFx6wDGpBGyo9oPhhePWhFq7LlSfR4ClXzbsWxNFnog51GdXoikh6Ie9FmFtw0eS8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565590969; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=d6kKJsPXBLy1D0Cgt8ivwC+FLJIWy5Gkk9Rh+hsvIqc=; b=AIbgrTX0ecriNKQndrcKGnUjuZaqEL1p8dFL8mKnBN/aRjQiP2ImDs1vCKcdXlMuIGO7upcVnFWj5mqbtfZtbvT7T3sNvaC3Y7mNu7Y7hbusznvFpJv9AzI/wQf4tp25FznoWCZx7nIwG0LMGMbMi/0Rl8+JtPWJz0Y4Hy0Ht6M= 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+45398+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 1565590969102117.09859602496874; Sun, 11 Aug 2019 23:22:49 -0700 (PDT) Return-Path: X-Received: from mga05.intel.com (mga05.intel.com []) by groups.io with SMTP; Sun, 11 Aug 2019 23:22:48 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 23:22:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,376,1559545200"; d="scan'208";a="187327377" X-Received: from shenglei-dev.ccr.corp.intel.com ([10.239.158.52]) by orsmga002.jf.intel.com with ESMTP; 11 Aug 2019 23:22:47 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Jian J Wang , Hao A Wu Subject: [edk2-devel] [PATCH v2 1/3] MdeModulePkg: Add missing header files in INF files Date: Mon, 12 Aug 2019 14:22:41 +0800 Message-Id: <20190812062243.14472-2-shenglei.zhang@intel.com> In-Reply-To: <20190812062243.14472-1-shenglei.zhang@intel.com> References: <20190812062243.14472-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=1565590968; bh=VarFmnr9S/zHdmETiVY2PEdn6GDhpK4yfboO/3RlI0w=; h=Cc:Date:From:Reply-To:Subject:To; b=P24ioMpI/JU5YmbK2Mh6XxQ6P0Q4UIeRgcDnhDxWPZHzsHTcxTqgG43gpk4/V8SXK/K gc/EeU+fKWr1iJ9XqL10uO2UFy/AftlwucfH/cSwqmzLzwP6NB+RtjdBGCqwolrfyet0b fndnm8SWDhOR2/4TSjJ6jtQuMDAs7rKVdN8= 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 generating warning message when building them. Cc: Jian J Wang Cc: Hao A Wu Signed-off-by: Shenglei Zhang Reviewed-by: Hao A Wu --- v2: Add "Common/CommonHeader.h" in CapsuleX64.inf. MdeModulePkg/Universal/CapsulePei/CapsulePei.inf | 3 ++- MdeModulePkg/Universal/CapsulePei/CapsuleX64.inf | 1 + MdeModulePkg/Universal/EbcDxe/EbcDebuggerConfig.inf | 9 ++++++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/MdeModulePkg/Universal/CapsulePei/CapsulePei.inf b/MdeModulePk= g/Universal/CapsulePei/CapsulePei.inf index 786c41163304..e5078c79863c 100644 --- a/MdeModulePkg/Universal/CapsulePei/CapsulePei.inf +++ b/MdeModulePkg/Universal/CapsulePei/CapsulePei.inf @@ -6,7 +6,7 @@ # This external input must be validated carefully to avoid security issue= like # buffer overflow, integer overflow. # -# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
+# Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.
# Copyright (c) 2017, AMD Incorporated. All rights reserved.
# # SPDX-License-Identifier: BSD-2-Clause-Patent @@ -33,6 +33,7 @@ [Sources] UefiCapsule.c Capsule.h Common/CapsuleCoalesce.c + Common/CommonHeader.h =20 [Packages] MdePkg/MdePkg.dec diff --git a/MdeModulePkg/Universal/CapsulePei/CapsuleX64.inf b/MdeModulePk= g/Universal/CapsulePei/CapsuleX64.inf index 95e5f68c9892..35d2535a5b48 100644 --- a/MdeModulePkg/Universal/CapsulePei/CapsuleX64.inf +++ b/MdeModulePkg/Universal/CapsulePei/CapsuleX64.inf @@ -33,6 +33,7 @@ [Sources] X64/X64Entry.c X64/PageFaultHandler.nasm Common/CapsuleCoalesce.c + Common/CommonHeader.h =20 [Packages] MdePkg/MdePkg.dec diff --git a/MdeModulePkg/Universal/EbcDxe/EbcDebuggerConfig.inf b/MdeModul= ePkg/Universal/EbcDxe/EbcDebuggerConfig.inf index af002bd98e99..22cf64d9507a 100644 --- a/MdeModulePkg/Universal/EbcDxe/EbcDebuggerConfig.inf +++ b/MdeModulePkg/Universal/EbcDxe/EbcDebuggerConfig.inf @@ -1,7 +1,7 @@ ## @file # EBC Debugger configuration application. # -# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.
+# Copyright (c) 2007 - 2019, Intel Corporation. All rights reserved.
# # SPDX-License-Identifier: BSD-2-Clause-Patent # @@ -28,6 +28,13 @@ [Sources] EbcDebugger/EdbCommon.h EbcDebugger/EdbSupportString.c EbcDebugger/EdbSupport.h + EbcDebugger/EdbCommand.h + EbcDebugger/EdbHook.h + EbcDebugger/Edb.h + EbcDebugger/EdbDisasmSupport.h + EbcDebugger/EdbDisasm.h + EbcDebugger/EdbSymbol.h + EbcDebuggerHook.h =20 [Packages] MdePkg/MdePkg.dec --=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 (#45398): https://edk2.groups.io/g/devel/message/45398 Mute This Topic: https://groups.io/mt/32838103/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 Wed Apr 24 08:48:32 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+45399+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+45399+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565590971; cv=none; d=zoho.com; s=zohoarc; b=nqdQseqqsQ+GU5bYI9ZfKsuDTClDp+XAh+29p/vEk+LXpQH/lpOEEBwmJi5QPHirAX+m7AqCe2ZlJ43ZR0thPkICt3ZeCoBfF81NS5Eb1SCTFpHgjtC4ukZWJamCofvdC/dXbOKZ+h/ppqAI2MFuu0DnkDYEb8oSUxRCMx+Qt3A= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565590971; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=Fu9/S+qw1KGDuYTTLNJdcyUijwD0jTkYhXJxRBSBUQ4=; b=iG6cXhXhQ9VOOaE2CDCIEM4ktnxOAEzuvG3vuuredgyEYTigmvg3Uv1S35Nxw0a8owOvMrtCSA2xiux3B9wgOjEnLTDTRYNc4+deZFO0dfCnznqIBjsfuMoHS0K4Z9/8LAphu9ykY5am9n4+3hLyWdSSpxvlrkQ3ii4uWfkLiCw= 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+45399+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 1565590971814872.0034261956229; Sun, 11 Aug 2019 23:22:51 -0700 (PDT) Return-Path: X-Received: from mga05.intel.com (mga05.intel.com []) by groups.io with SMTP; Sun, 11 Aug 2019 23:22:51 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 23:22:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,376,1559545200"; d="scan'208";a="187327410" X-Received: from shenglei-dev.ccr.corp.intel.com ([10.239.158.52]) by orsmga002.jf.intel.com with ESMTP; 11 Aug 2019 23:22:49 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Jaben Carsey , Ray Ni , Zhichao Gao Subject: [edk2-devel] [PATCH v2 2/3] ShellPkg/UefiShellAcpiViewCommandLib: Add missing header files in INF Date: Mon, 12 Aug 2019 14:22:42 +0800 Message-Id: <20190812062243.14472-3-shenglei.zhang@intel.com> In-Reply-To: <20190812062243.14472-1-shenglei.zhang@intel.com> References: <20190812062243.14472-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=1565590971; bh=cxpYXO23tx8Y2ypkfqhK2E02ttVrI5TzJVpZKyzJ/O4=; h=Cc:Date:From:Reply-To:Subject:To; b=os+g31nlkEi/j7cWojKbsCKErf7nz+Q/Jxzk48LoAYlgnmhpNI/t4nuTnnjirEdwfWu BAe3SaHN29r3MpVDfsVSMnad7Foi4v1xqf2KZN6JM6lamIsbXT4b5p4s6HZgI9+IfJhIV 22yWs/MGKPkrx9JbCglx+ZziJe5ddCHe3hk= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" MadtParser.h and PpttParser.h are actually used but missing INF file, which will generate warning message when building this package. Cc: Jaben Carsey Cc: Ray Ni Cc: Zhichao Gao Signed-off-by: Shenglei Zhang Reviewed-by: Zhichao Gao Reviewed-by: Jaben Carsey --- .../UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiView= CommandLib.inf b/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpi= ViewCommandLib.inf index e06e2082a197..1e2fa52b00a3 100644 --- a/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommand= Lib.inf +++ b/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommand= Lib.inf @@ -43,6 +43,8 @@ [Sources.common] Parsers/Srat/SratParser.c Parsers/Ssdt/SsdtParser.c Parsers/Xsdt/XsdtParser.c + Parsers/Madt/MadtParser.h + Parsers/Pptt/PpttParser.h =20 [Packages] MdePkg/MdePkg.dec --=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 (#45399): https://edk2.groups.io/g/devel/message/45399 Mute This Topic: https://groups.io/mt/32838105/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 Wed Apr 24 08:48:32 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+45400+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+45400+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565590972; cv=none; d=zoho.com; s=zohoarc; b=BxGs/4KK8yf3oCspxoBbXHMsUkTM0SsyDX90Fb7cuVozlzqasS/ZDJxyqejm1SJdFhua6VKA8TyhnmZBIwQY/C9AqP7HCXzTAmZNXKHcqovsctCuoxGi03Dq8X3mQWceMkNOpHVZZew4gYHbozgH6XsOes1iR3FA0aq5ECv+H94= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565590972; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=vo1Hy34GH1VGNMW8qmSTN0EQO9Khj7ePUCwny3q27T8=; b=lzJ0fKQ94ZdkIeFhMlSOYy+FIQ1axxHRVnQzG+bnoJUm5yH/RIj5UC1uDxnA51tQ1EHzgaY3wJH8DyYM1pq8i86Tn58kZ9XLbPGkTN9PzzW4u61GNbKij8E9EUi+QD26OHBa4oYO7hSU/Hg+GCHKlSI1FdvpyH3u5Ts6LsvFB8Q= 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+45400+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 1565590972819842.9089037495479; Sun, 11 Aug 2019 23:22:52 -0700 (PDT) Return-Path: X-Received: from mga05.intel.com (mga05.intel.com []) by groups.io with SMTP; Sun, 11 Aug 2019 23:22:52 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Aug 2019 23:22:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,376,1559545200"; d="scan'208";a="187327416" X-Received: from shenglei-dev.ccr.corp.intel.com ([10.239.158.52]) by orsmga002.jf.intel.com with ESMTP; 11 Aug 2019 23:22:50 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone , Star Zeng Subject: [edk2-devel] [PATCH v2 3/3] IntelFsp2Pkg/FspSecCore: Add missing header file in INF file Date: Mon, 12 Aug 2019 14:22:43 +0800 Message-Id: <20190812062243.14472-4-shenglei.zhang@intel.com> In-Reply-To: <20190812062243.14472-1-shenglei.zhang@intel.com> References: <20190812062243.14472-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=1565590972; bh=GYzA+pc3qzRC/0WY5Eyc8apV1eSKY3inRrpbCNnnHSs=; h=Cc:Date:From:Reply-To:Subject:To; b=fzkL1PFzf1JvdWxmGCoIXBOzWrbT+u8u0CI1RhoF76etLMvIBfLSGnPOaX5V438ZafW CRHjqzNWgPOHWM8byrQ/xEIZ84UCDYWNT5OXYh+R5oQ6crdOSdHEU2rO9CMqklT8i3Ps4 cgXpDOA0Q3D+AkVNdb9O6Hub9uu3+H4gLSk= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" SecFsp.h is used but missing inf file, which will cause generating warning message. Cc: Chasel Chiu Cc: Nate DeSimone Cc: Star Zeng Signed-off-by: Shenglei Zhang Reviewed-by: Chasel Chiu Reviewed-by: Star Zeng Reviewed-by: Nate DeSimone --- IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf b/IntelFsp2Pkg/FspSecC= ore/FspSecCoreS.inf index 3de09b5b4921..17924b118c83 100644 --- a/IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf +++ b/IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf @@ -1,7 +1,7 @@ ## @file # Sec Core for FSP # -# Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.
+# Copyright (c) 2016 - 2019, Intel Corporation. All rights reserved.
# # SPDX-License-Identifier: BSD-2-Clause-Patent # @@ -22,6 +22,7 @@ [Defines] =20 [Sources] SecFspApiChk.c + SecFsp.h =20 [Sources.IA32] Ia32/Stack.nasm --=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 (#45400): https://edk2.groups.io/g/devel/message/45400 Mute This Topic: https://groups.io/mt/32838106/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-