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 4449E740034 for ; Tue, 25 Jun 2024 05:48:15 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=S6JU+NjjrJyRdJuRp/16mPKSEurhg9A9LwdCnzHnW6c=; 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=1719294495; v=1; b=pg38zUvBq8/0uw2bzq3vgJ7urMUSv7KIVrUDloj1aoG4v4+gfCyQkUbWXHNV+bZgVCaJ19XV cG7xS5Rr6tAYDlmLHZNacg/pUxw8FKVmYW/WAzpCTf1Cn9oj78UsmN1tKztTer/6lABhCth550P INpHRomsyz+7k1pNpaHQBeXeWYn7giTzQ/AIEC17CNKrXu88q1Jh+FH+UI2BLizQNskaOQsdlc+ dQY5hDFVeh500eydu0RrQVqJEUldZs85TyXrw6zUqeg9t62xZLAhlDlnXCkm8rXsuu5HyokbOUz jNk+DZeTc2+IkDTd21m3Qo5gLhl29tdfu1g0EHSI3IKxQ== X-Received: by 127.0.0.2 with SMTP id kyVTYY7687511xP60YLILaAT; Mon, 24 Jun 2024 22:48:13 -0700 X-Received: from mail-vk1-f174.google.com (mail-vk1-f174.google.com [209.85.221.174]) by mx.groups.io with SMTP id smtpd.web10.164267.1719294488295593834 for ; Mon, 24 Jun 2024 22:48:08 -0700 X-Received: by mail-vk1-f174.google.com with SMTP id 71dfb90a1353d-4ef12e5658bso1559560e0c.2 for ; Mon, 24 Jun 2024 22:48:08 -0700 (PDT) X-Gm-Message-State: Ml5Qnn0Ds2VYaGnY45cNcgeax7686176AA= X-Google-Smtp-Source: AGHT+IF6+V/7nHoIkUedif1lfDMcVp4e2mwc3qgyVXBpiKhsCzyFBA1WI6hxIhisn1eUAzqDpvPJv4OKyTX8QVaZbaA= X-Received: by 2002:a05:6122:90f:b0:4d3:45a2:ae53 with SMTP id 71dfb90a1353d-4ef6d8d3db6mr4112374e0c.16.1719294487077; Mon, 24 Jun 2024 22:48:07 -0700 (PDT) MIME-Version: 1.0 References: <17DC292113969704.28936@groups.io> In-Reply-To: <17DC292113969704.28936@groups.io> From: "Alistair Francis" Date: Tue, 25 Jun 2024 15:47:40 +1000 Message-ID: Subject: Re: [edk2-devel] [PATCH] MdePkg/Include: PciExpress60: Initial commit To: devel@edk2.groups.io, alistair23@gmail.com Cc: zhiguang.liu@intel.com, michael.d.kinney@intel.com, gaoliming@byosoft.com.cn, 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, 24 Jun 2024 22:48:08 -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=pg38zUvB; 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 On Tue, Jun 25, 2024 at 3:46=E2=80=AFPM Alistair Francis via groups.io 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 > --- I forgot to add that this is the same commit from https://github.com/tianocore/edk2/pull/5753 Alistair > 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 > > > > ------------ > Groups.io Links: You receive all messages sent to this group. > View/Reply Online (#119705): https://edk2.groups.io/g/devel/message/11970= 5 > Mute This Topic: https://groups.io/mt/106865009/3619028 > Group Owner: devel+owner@edk2.groups.io > Unsubscribe: https://edk2.groups.io/g/devel/unsub [alistair23@gmail.com] > ------------ > > -=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 (#119706): https://edk2.groups.io/g/devel/message/119706 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-