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 40BB2D800F6 for ; Tue, 2 Jul 2024 06:16:27 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=iyrBMXXO+VkjNcOijyIc8M961UguZWeP0Bm/APaMBmY=; c=relaxed/simple; d=groups.io; h=MIME-Version:References:In-Reply-To:From:Date:Message-ID:Subject:To:Cc:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type:Content-Transfer-Encoding; s=20240206; t=1719900987; v=1; b=tOnOmq1bfrI0iWp1SoIVsGCjWMOymX+Y8fx7IlUMOIRhEaLILytndyKaS6o1hzSSgye+dIPU 737B544cdzuiUQKpggknQae5llM48RUFJ4MuMusf4E9tgaJcXOTCiMQyd+JnSXq4/Bet3GxMSVc VLWpY33bsNy1YY3Rec6mw8wyLcoyyuDAa3oWAC2EmKGmrYDnhhUaxhVq+7wuG/YS8BCoLVqPsbw mi6BdjoR1Xq5KzPxrs0Ahcs861kuAsebwxUWtL8H4yUWSlD5ndH6ThI7PQWsNcFOWZgdZC2iUTJ F6lc/iBv9ANxxriAb3+4bcCUaDx9R/bqCIYnQ8fHnRZOA== X-Received: by 127.0.0.2 with SMTP id MOztYY7687511x0XHGBltO3j; Mon, 01 Jul 2024 23:16:25 -0700 X-Received: from mail-vk1-f178.google.com (mail-vk1-f178.google.com [209.85.221.178]) by mx.groups.io with SMTP id smtpd.web10.18123.1719900984962638316 for ; Mon, 01 Jul 2024 23:16:25 -0700 X-Received: by mail-vk1-f178.google.com with SMTP id 71dfb90a1353d-4ef662a4725so1683772e0c.0 for ; Mon, 01 Jul 2024 23:16:24 -0700 (PDT) X-Gm-Message-State: F35DdP8U8r57ewb5YocYtXBYx7686176AA= X-Google-Smtp-Source: AGHT+IGLFb9goAbBQT2L66v8qSFNW78m80YI/zn5NsWKqK/TIVFuWN4vHLv2V303R1OJaDQuvITKOg4ZqaPO8P7zWJ8= X-Received: by 2002:a05:6122:3705:b0:4ef:247f:7ed2 with SMTP id 71dfb90a1353d-4f2a5758b58mr9564876e0c.16.1719900983130; Mon, 01 Jul 2024 23:16:23 -0700 (PDT) MIME-Version: 1.0 References: <20240625054604.357678-1-alistair.francis@wdc.com> In-Reply-To: <20240625054604.357678-1-alistair.francis@wdc.com> From: "Alistair Francis" Date: Tue, 2 Jul 2024 16:15:57 +1000 Message-ID: Subject: Re: [edk2-devel] [PATCH] MdePkg/Include: PciExpress60: Initial commit To: devel@edk2.groups.io, zhiguang.liu@intel.com, michael.d.kinney@intel.com, gaoliming@byosoft.com.cn Cc: Alistair Francis 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, 01 Jul 2024 23:16:25 -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-Type: text/plain; charset="UTF-8" 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=tOnOmq1b; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=gmail.com (policy=none) On Tue, Jun 25, 2024 at 3:46=E2=80=AFPM Alistair Francis wrote: > > 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 Ping! > --- > 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/Indus= tryStandard/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_ > #define _PCI_H_ > > -#include > +#include > #include > > #endif > diff --git a/MdePkg/Include/IndustryStandard/PciExpress60.h b/MdePkg/Incl= ude/IndustryStandard/PciExpress60.h > new file mode 100644 > index 0000000000..694ea50cc3 > --- /dev/null > +++ b/MdePkg/Include/IndustryStandard/PciExpress60.h > @@ -0,0 +1,17 @@ > +/** @file > +Support for the PCI Express 6.0 standard. > + > +This header file may not define all structures. Please extend as requir= ed. > + > +Copyright (C) 2024, Western Digital Corporation or its affiliates. > +SPDX-License-Identifier: BSD-2-Clause-Patent > +**/ > + > +#ifndef PCIEXPRESS60_H_ > +#define PCIEXPRESS60_H_ > + > +#include > + > +#define EFI_PCIE_CAPABILITY_ID_DOE 0x2E > + > +#endif > -- > 2.45.2 > -=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 (#119753): https://edk2.groups.io/g/devel/message/119753 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] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-