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 AF0C9740039 for ; Tue, 25 Jun 2024 05:46:26 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=WdpwSwTs9/LLSIp9iOWHPLkKptrfFlASpPGi0NfFf4w=; 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:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20240206; t=1719294386; v=1; b=rCqeYqLFM/ZfcVSqHoPkVFNGNH3//zkk2EqnmhB5Vq9w0Dl5Bxz48LRhgLpMxmFMeYMd+Ik0 Jv/J3NmuWY6GWoIUv6fRqj+jVEqWl36TnqeooGdgvdyKZFat60dxv1lFYvuabLCMwJykb+P5kWp 8K3uYShKkvWLbUgLZGgDQlma227NZCCZ6VgLl7bNwGbkEJLxwsmxWM2pCnM4uy6snkAIQA/tof6 eVZttETlF56frffXWPsSTaV1ywxMzXI0r3MGR5X1C3TNBe4AcL+MLP/IxI8XP6du4OVIYsopfEP 87MMExuf1fz+c2LVMgSa0zFx3IcOnSrwEVSCSmYdP1OVA== X-Received: by 127.0.0.2 with SMTP id yExxYY7687511xjeKpeWM9x1; Mon, 24 Jun 2024 22:46:25 -0700 X-Received: from mail-pf1-f181.google.com (mail-pf1-f181.google.com [209.85.210.181]) by mx.groups.io with SMTP id smtpd.web10.164241.1719294379666755707 for ; Mon, 24 Jun 2024 22:46:19 -0700 X-Received: by mail-pf1-f181.google.com with SMTP id d2e1a72fcca58-7041053c0fdso2984601b3a.3 for ; Mon, 24 Jun 2024 22:46:19 -0700 (PDT) X-Gm-Message-State: hSrlWDBf6XfGagnTT3LGw5tVx7686176AA= X-Google-Smtp-Source: AGHT+IHXgx9D6yZZEmqJWErM1ofWTrkLlr9uug30jNvamOY8JyH36bQvnoITiTQcG+RH/eJiuTcQyw== X-Received: by 2002:a05:6a00:1715:b0:706:6bf8:bd2 with SMTP id d2e1a72fcca58-706746b5c30mr6093783b3a.21.1719294378658; Mon, 24 Jun 2024 22:46:18 -0700 (PDT) X-Received: from toolbox.alistair23.me (2403-580b-97e8-0-82ce-f179-8a79-69f4.ip6.aussiebb.net. [2403:580b:97e8:0:82ce:f179:8a79:69f4]) by smtp.gmail.com with ESMTPSA id d2e1a72fcca58-7066f660044sm4979155b3a.143.2024.06.24.22.46.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 24 Jun 2024 22:46:18 -0700 (PDT) From: "Alistair Francis" X-Google-Original-From: Alistair Francis To: devel@edk2.groups.io, zhiguang.liu@intel.com, michael.d.kinney@intel.com, gaoliming@byosoft.com.cn Cc: alistair23@gmail.com, Alistair Francis Subject: [edk2-devel] [PATCH] MdePkg/Include: PciExpress60: Initial commit Date: Tue, 25 Jun 2024 15:46:04 +1000 Message-ID: <20240625054604.357678-1-alistair.francis@wdc.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: Mon, 24 Jun 2024 22:46:19 -0700 Resent-From: alistair23@gmail.com Reply-To: devel@edk2.groups.io,alistair23@gmail.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240206 header.b=rCqeYqLF; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=gmail.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 Initial commit of the PCIe 6.0 specification header file. This is used to define the EFI_PCIE_CAPABILITY_ID_DOE macro. Signed-off-by: Alistair Francis --- MdePkg/Include/IndustryStandard/Pci.h | 2 +- MdePkg/Include/IndustryStandard/PciExpress60.h | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 MdePkg/Include/IndustryStandard/PciExpress60.h diff --git a/MdePkg/Include/IndustryStandard/Pci.h b/MdePkg/Include/Industr= yStandard/Pci.h index 42c00ac762..4220ad8a6f 100644 --- a/MdePkg/Include/IndustryStandard/Pci.h +++ b/MdePkg/Include/IndustryStandard/Pci.h @@ -9,7 +9,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent #ifndef _PCI_H_=0D #define _PCI_H_=0D =0D -#include =0D +#include =0D #include =0D =0D #endif=0D diff --git a/MdePkg/Include/IndustryStandard/PciExpress60.h b/MdePkg/Includ= e/IndustryStandard/PciExpress60.h new file mode 100644 index 0000000000..694ea50cc3 --- /dev/null +++ b/MdePkg/Include/IndustryStandard/PciExpress60.h @@ -0,0 +1,17 @@ +/** @file=0D +Support for the PCI Express 6.0 standard.=0D +=0D +This header file may not define all structures. Please extend as required= .=0D +=0D +Copyright (C) 2024, Western Digital Corporation or its affiliates.=0D +SPDX-License-Identifier: BSD-2-Clause-Patent=0D +**/=0D +=0D +#ifndef PCIEXPRESS60_H_=0D +#define PCIEXPRESS60_H_=0D +=0D +#include =0D +=0D +#define EFI_PCIE_CAPABILITY_ID_DOE 0x2E=0D +=0D +#endif=0D --=20 2.45.2 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#119705): https://edk2.groups.io/g/devel/message/119705 Mute This Topic: https://groups.io/mt/106865009/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-