From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 95F45D801B3 for ; Fri, 4 Aug 2023 18:08:10 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=UrCokC0lZhOe9gsUKXce/doCJ6njDVMBnEes6pAsxqo=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1691172489; v=1; b=hBDw6aGQ1Nd+L0hRBk2+Vek/N6UTkxyBhN8QlYF/qV01XEdVMXqOYflRJTtXCK3rwA3whST0 Xruny/IBxCN3/vgBFL8EgZ8T1K1Tvvxc5D93ohSbRDT2QZGFyuMjwWtwK7F3x3k/a8dLZbixb11 wlipAA/ddUB1KvKoRQqItrks= X-Received: by 127.0.0.2 with SMTP id lJqOYY7687511xKvHI0MkVZT; Fri, 04 Aug 2023 11:08:09 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.136]) by mx.groups.io with SMTP id smtpd.web11.8515.1691043909684641410 for ; Wed, 02 Aug 2023 23:25:09 -0700 X-IronPort-AV: E=McAfee;i="6600,9927,10790"; a="349378282" X-IronPort-AV: E=Sophos;i="6.01,251,1684825200"; d="scan'208";a="349378282" X-Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Aug 2023 23:25:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10790"; a="764482903" X-IronPort-AV: E=Sophos;i="6.01,251,1684825200"; d="scan'208";a="764482903" X-Received: from shwdeopenlab108.ccr.corp.intel.com ([10.239.55.143]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Aug 2023 23:25:07 -0700 From: Foster Nong To: devel@edk2.groups.io Cc: Foster Nong , Michael D Kinney , Liming Gao , Ray Ni Subject: [edk2-devel] [PATCH v2] MedPkg/Include: Add PCI_EXPRESS_EXTENDED_CAPABILITY_DVSEC_ID Date: Thu, 3 Aug 2023 14:24:58 +0800 Message-Id: <20230803062458.7730-1-foster.nong@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 Reply-To: devel@edk2.groups.io,foster.nong@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: 6T1TS2FawFKBYRpB2aEv4WsFx7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=hBDw6aGQ; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none) REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D4515 Add PCI_EXPRESS_EXTENDED_CAPABILITY_DESIGNATED_VENDOR_SPECIFIC_ID 0x0023 in PciExpress40.h Signed-off-by: Foster Nong Cc: Michael D Kinney Cc: Liming Gao Cc: Ray Ni --- MdePkg/Include/IndustryStandard/PciExpress40.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MdePkg/Include/IndustryStandard/PciExpress40.h b/MdePkg/Includ= e/IndustryStandard/PciExpress40.h index 2a6a0f20a4..d0aa7987b8 100644 --- a/MdePkg/Include/IndustryStandard/PciExpress40.h +++ b/MdePkg/Include/IndustryStandard/PciExpress40.h @@ -82,6 +82,8 @@ typedef struct { /// The Designated Vendor Specific Capability definitions=0D /// Based on section 7.9.6 of PCI Express Base Specification 4.0.=0D ///@{=0D +#define PCI_EXPRESS_EXTENDED_CAPABILITY_DESIGNATED_VENDOR_SPECIFIC_ID = 0x0023=0D +=0D typedef union {=0D struct {=0D UINT32 DvsecVendorId : 16; // b= it 0..15=0D --=20 2.37.1.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#107575): https://edk2.groups.io/g/devel/message/107575 Mute This Topic: https://groups.io/mt/100551575/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-