From nobody Tue May 7 11:39:51 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+45131+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+45131+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565245506; cv=none; d=zoho.com; s=zohoarc; b=Euym5qAPWfCvcilp60GKwJzQrg4iPyJ+lX7whBzBbErCg4KqSPEX4ssuVdyfteN9/BrSYap7DywsTNeusjh0QZC0n+D74Du9etXgzPGRU0r3ibdGKiW7lK4nqGYOVHWw18SrSlA/tfpS+tO1NGF8CtPRMvoRDNWODgRJSpxvm4Y= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565245506; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=Y9+z8DA5QhvPzEozpMlAs3zNp/+nEwx3fatvHJdafvM=; b=bMehODbaB1e/u9MDRV+mLPpKpPIAVKGrXos0jNZJ4vzwzazvGcvlI3OVUiETIpnY2ke9ay7N8/KOALrRim5Cj3OZOeLmSpQiUx+Ytheq9CdzMhwLrChbOH2/NGkCg9lZ6bkQ5BbORJ3kt9N9ohnLjYGBSSm7LWObBmFZzygsPjU= 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+45131+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 156524550605648.78790758518028; Wed, 7 Aug 2019 23:25:06 -0700 (PDT) Return-Path: X-Received: from mga06.intel.com (mga06.intel.com []) by groups.io with SMTP; Wed, 07 Aug 2019 23:25:04 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Aug 2019 23:25:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,360,1559545200"; d="scan'208";a="177216732" X-Received: from shenglei-dev.ccr.corp.intel.com ([10.239.158.52]) by orsmga003.jf.intel.com with ESMTP; 07 Aug 2019 23:25:03 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Jian J Wang , Hao A Wu , Liming Gao Subject: [edk2-devel] [PATCH 1/3] MdeModulePkg: Add missing header files in INF files Date: Thu, 8 Aug 2019 14:24:54 +0800 Message-Id: <20190808062456.6116-2-shenglei.zhang@intel.com> In-Reply-To: <20190808062456.6116-1-shenglei.zhang@intel.com> References: <20190808062456.6116-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=1565245505; bh=k3aB/k0Q59ERAjGNbyvBuXShFNvI31y/2oBLhSbfNHI=; h=Cc:Date:From:Reply-To:Subject:To; b=FWxIOYjSDlU9j85IkaCVWtdogs1QNRm8V3JtgtmT8Ht7hQNYiPGIvfkg53Ry9R2A1f8 lR7bDCuSlo+R8XhNKsQ948nknwpWaW+0XRo718eHZr/Ac2Tp7oHHiocxNSDO3mVuyENzk IEdUvCx0VWhXEDnxcHFHvHSKo/iq75kMejM= 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 Cc: Liming Gao Signed-off-by: Shenglei Zhang --- MdeModulePkg/Universal/CapsulePei/CapsulePei.inf | 1 + MdeModulePkg/Universal/EbcDxe/EbcDebuggerConfig.inf | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/MdeModulePkg/Universal/CapsulePei/CapsulePei.inf b/MdeModulePk= g/Universal/CapsulePei/CapsulePei.inf index 786c41163304..adf9f1502d69 100644 --- a/MdeModulePkg/Universal/CapsulePei/CapsulePei.inf +++ b/MdeModulePkg/Universal/CapsulePei/CapsulePei.inf @@ -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/EbcDxe/EbcDebuggerConfig.inf b/MdeModul= ePkg/Universal/EbcDxe/EbcDebuggerConfig.inf index af002bd98e99..2a4e256063a6 100644 --- a/MdeModulePkg/Universal/EbcDxe/EbcDebuggerConfig.inf +++ b/MdeModulePkg/Universal/EbcDxe/EbcDebuggerConfig.inf @@ -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 (#45131): https://edk2.groups.io/g/devel/message/45131 Mute This Topic: https://groups.io/mt/32796055/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 Tue May 7 11:39:51 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+45132+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+45132+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565245507; cv=none; d=zoho.com; s=zohoarc; b=EztpIaKUfE+HiI8DwUWQEtlBPC0ampQJEGoHDaam5WlAeEJfs+RrYbmF6MIOacW1wo/bTWtVD8llB30y87XbaAxggzBYxMPRn0Zz/svapTb+SKnhDKWE+Dx9UJqUmUGBbQ0RS2+FuUmxiS4KvsT/6bAVpzDJyYYrR+FLLQ0LWHE= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565245507; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=ta0I19nsoH23/Wgau0Hz7e8NGKKksDnLST0ntdcadLQ=; b=Z3d9oJCpYCOEz4CBwb1ORmF1JX8f96TCf/3xLtpTPl39qCTDHaKaZ3Xd+DsP4bMwO+9ZbAVQSsXh5yQKvZ45CK91nP29Dq7Q7OVa19IOOzzxVnX5oW2RmHiLkuwxn5WNObist9MXLD84/lLyYDodjYSKyKZT5Wc86VO449dgYIk= 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+45132+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 1565245507581435.5942681098285; Wed, 7 Aug 2019 23:25:07 -0700 (PDT) Return-Path: X-Received: from mga06.intel.com (mga06.intel.com []) by groups.io with SMTP; Wed, 07 Aug 2019 23:25:06 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Aug 2019 23:25:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,360,1559545200"; d="scan'208";a="177216768" X-Received: from shenglei-dev.ccr.corp.intel.com ([10.239.158.52]) by orsmga003.jf.intel.com with ESMTP; 07 Aug 2019 23:25:05 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Jaben Carsey , Ray Ni , Zhichao Gao Subject: [edk2-devel] [PATCH 2/3] ShellPkg/UefiShellAcpiViewCommandLib: Add missing header files in INF Date: Thu, 8 Aug 2019 14:24:55 +0800 Message-Id: <20190808062456.6116-3-shenglei.zhang@intel.com> In-Reply-To: <20190808062456.6116-1-shenglei.zhang@intel.com> References: <20190808062456.6116-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=1565245507; bh=on+M2tnXGaqw4GxF1EJYZMf055JAcirl2xWMXECSXaE=; h=Cc:Date:From:Reply-To:Subject:To; b=TaNM1oWpMexte9k31z1AviiCIqtYdmzVhcwgzg3COIAtQY/umXi0y56t/aQXOQybwQo UmXXbwL2SDiF+B41cNuVb5qO6QWYo7dRJyVePqJAXpHJSHS3xEVUrzfsqHkqELWAUVOUS 1ra0t1szrsWiNp/zkySyNDIRkNAth8xX4f8= 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: Jaben Carsey Reviewed-by: Zhichao Gao --- .../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 (#45132): https://edk2.groups.io/g/devel/message/45132 Mute This Topic: https://groups.io/mt/32796056/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 Tue May 7 11:39:51 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+45134+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+45134+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1565245509; cv=none; d=zoho.com; s=zohoarc; b=T2BvmsuF0S0cVMUwUzDzsYagSdi6FC9WWxs2kBA6W1zjgK6HA9LAghexWCyBeIV1tvZlC9rUOscpEY6hAxwZduKXZsyPY8lCKFbTVVTtKzv/kOhuFrno/52nNF8xdbsJ+hY3UR6ZcXxX2NBeDddoTDXtq9ljXRa9EYjHMRxBMZM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565245509; h=Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:Message-ID:Reply-To:References:Sender:Subject:To:ARC-Authentication-Results; bh=rZ1/maECYTLSDXms7QgTOELLvNKsgRIxl4oJC7Qav84=; b=d9cHrHWrehsu+rrasQhm3qnWvk7K8lOPadWJwgH4a2y9LzLFLgnE1kq6qnOuxWUaKUJClM3W9QacBmbIix5nun6nbtXBi6F1akUX/EOs7tdX9QvwkB9qb4uVQ5yoTM19xctBVNTCAcphBglxlRUss/7r1iE9ofQKWJXcHPfm8m4= 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+45134+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 1565245509699682.8060385807752; Wed, 7 Aug 2019 23:25:09 -0700 (PDT) Return-Path: X-Received: from mga06.intel.com (mga06.intel.com []) by groups.io with SMTP; Wed, 07 Aug 2019 23:25:08 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Aug 2019 23:25:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,360,1559545200"; d="scan'208";a="177216785" X-Received: from shenglei-dev.ccr.corp.intel.com ([10.239.158.52]) by orsmga003.jf.intel.com with ESMTP; 07 Aug 2019 23:25:07 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone , Star Zeng Subject: [edk2-devel] [PATCH 3/3] IntelFsp2Pkg/FspSecCore: Add missing header file in INF file Date: Thu, 8 Aug 2019 14:24:56 +0800 Message-Id: <20190808062456.6116-4-shenglei.zhang@intel.com> In-Reply-To: <20190808062456.6116-1-shenglei.zhang@intel.com> References: <20190808062456.6116-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=1565245509; bh=iFVqN1wdRsRrzqRsLmb49q1ruIPceyKIF3EhL8cmRSU=; h=Cc:Date:From:Reply-To:Subject:To; b=LnEgViizZo5uyByLXb2b91TpcL3t5/x5bxwQQ9LDTFLRHLlTtLpa9tKZHRzFfPocwXs xVsqNvD4yydnPCQnrjMTipmzbdVy750ik5TnakSA4PAFnYmGl8Ly2SCpUi1eeHMC3Hmk9 k5yQyJZjXqi5EEznJxkumgozuY7uVuUlBIA= 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: Nate DeSimone --- IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf | 1 + 1 file changed, 1 insertion(+) diff --git a/IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf b/IntelFsp2Pkg/FspSecC= ore/FspSecCoreS.inf index 3de09b5b4921..86d3d31d3269 100644 --- a/IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf +++ b/IntelFsp2Pkg/FspSecCore/FspSecCoreS.inf @@ -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 (#45134): https://edk2.groups.io/g/devel/message/45134 Mute This Topic: https://groups.io/mt/32796058/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-