From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id E7E45740045 for ; Thu, 18 Apr 2024 09:28:39 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=VdNBVvXddNfrWyBs0djX2GetUZ/u75L2T3ttyOre6aY=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20240206; t=1713432518; v=1; b=2SRUSTk+61n3dlEZ4a9xJMJL3YXc6FYIuUv97m7Xln2zgVTvtI+bGHhNbIHLNVmLLtHfW45U lg5xTKoznGH90AgBBvs0dGuwJJEZ9BbHnQL/wbdAPe1ge5aFAIzhA7KMuLKiUF9tPrwlewEVzUV 3UzdTOwIrNVfwuj+fcD6+fjgziCYsPD8LIVhPHngrt/iPDzadRS70xxn9esq3jS9xIFPqf4vjZE TaKFLC/pwoJdKKnFD/NMixJ/YsTRxxI5SQlAn+p16JXoVNxxdqj09PMNnYJDvz7JvMzMjf6yi2A 92pJFBxsZGfqCSaSCGuFrg4n0pfECs5ORWTdZ1YrQAJVA== X-Received: by 127.0.0.2 with SMTP id 4lvHYY7687511xb2n4QS2cky; Thu, 18 Apr 2024 02:28:38 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.8]) by mx.groups.io with SMTP id smtpd.web10.8624.1713432504284175070 for ; Thu, 18 Apr 2024 02:28:37 -0700 X-CSE-ConnectionGUID: qU3oUgVgSr+4actCvnJr2w== X-CSE-MsgGUID: Igh6bX41QtyQdbSQ53+tIw== X-IronPort-AV: E=McAfee;i="6600,9927,11047"; a="26476962" X-IronPort-AV: E=Sophos;i="6.07,211,1708416000"; d="scan'208";a="26476962" X-Received: from fmviesa002.fm.intel.com ([10.60.135.142]) by fmvoesa102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Apr 2024 02:28:37 -0700 X-CSE-ConnectionGUID: nNWA4ZDWTg+JoYzfF6RD9g== X-CSE-MsgGUID: 3+NS150oStqUls307zZOlg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,211,1708416000"; d="scan'208";a="46210370" X-Received: from shwdejointd777.ccr.corp.intel.com ([10.239.58.116]) by fmviesa002.fm.intel.com with ESMTP; 18 Apr 2024 02:28:36 -0700 From: "Wenxing Hou" To: devel@edk2.groups.io Cc: Andrew Fish , Michael D Kinney , Jiewen Yao Subject: [edk2-devel] [PATCH v4 08/10] .gitmodule: Add libspdm submodule for EDKII Date: Thu, 18 Apr 2024 17:28:17 +0800 Message-Id: <20240418092819.6570-9-wenxing.hou@intel.com> In-Reply-To: <20240418092819.6570-1-wenxing.hou@intel.com> References: <20240418092819.6570-1-wenxing.hou@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Resent-Date: Thu, 18 Apr 2024 02:28:37 -0700 Resent-From: wenxing.hou@intel.com Reply-To: devel@edk2.groups.io,wenxing.hou@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: U3nFYejFFszfw91j7g4nRJnlx7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=2SRUSTk+; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io libspdm is submodule, which will be used in DeviceSecurity. Cc: Andrew Fish Cc: Michael D Kinney Cc: Michael D Kinney Cc: Jiewen Yao Signed-off-by: Wenxing Hou --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index 60d54b45eb..7f069abd3d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -35,3 +35,6 @@ [submodule "CryptoPkg/Library/MbedTlsLib/mbedtls"] path = CryptoPkg/Library/MbedTlsLib/mbedtls url = https://github.com/ARMmbed/mbedtls +[submodule "SecurityPkg/DeviceSecurity/SpdmLib/libspdm"] + path = SecurityPkg/DeviceSecurity/SpdmLib/libspdm + url = https://github.com/DMTF/libspdm.git -- 2.26.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#117978): https://edk2.groups.io/g/devel/message/117978 Mute This Topic: https://groups.io/mt/105594746/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-