* [edk2-devel] [PATCH] MdePkg/Include: PciExpress60: Initial commit
@ 2024-06-25 5:46 Alistair Francis
2024-07-02 6:15 ` Alistair Francis
0 siblings, 1 reply; 3+ messages in thread
From: Alistair Francis @ 2024-06-25 5:46 UTC (permalink / raw)
To: devel, zhiguang.liu, michael.d.kinney, gaoliming
Cc: alistair23, Alistair Francis
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 <alistair.francis@wdc.com>
---
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/IndustryStandard/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 <IndustryStandard/PciExpress50.h>
+#include <IndustryStandard/PciExpress60.h>
#include <IndustryStandard/PciCodeId.h>
#endif
diff --git a/MdePkg/Include/IndustryStandard/PciExpress60.h b/MdePkg/Include/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 required.
+
+Copyright (C) 2024, Western Digital Corporation or its affiliates.
+SPDX-License-Identifier: BSD-2-Clause-Patent
+**/
+
+#ifndef PCIEXPRESS60_H_
+#define PCIEXPRESS60_H_
+
+#include <IndustryStandard/PciExpress50.h>
+
+#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/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]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [edk2-devel] [PATCH] MdePkg/Include: PciExpress60: Initial commit
[not found] <17DC292113969704.28936@groups.io>
@ 2024-06-25 5:47 ` Alistair Francis
0 siblings, 0 replies; 3+ messages in thread
From: Alistair Francis @ 2024-06-25 5:47 UTC (permalink / raw)
To: devel, alistair23
Cc: zhiguang.liu, michael.d.kinney, gaoliming, Alistair Francis
On Tue, Jun 25, 2024 at 3:46 PM Alistair Francis via groups.io
<alistair23=gmail.com@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 <alistair.francis@wdc.com>
> ---
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/IndustryStandard/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 <IndustryStandard/PciExpress50.h>
> +#include <IndustryStandard/PciExpress60.h>
> #include <IndustryStandard/PciCodeId.h>
>
> #endif
> diff --git a/MdePkg/Include/IndustryStandard/PciExpress60.h b/MdePkg/Include/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 required.
> +
> +Copyright (C) 2024, Western Digital Corporation or its affiliates.
> +SPDX-License-Identifier: BSD-2-Clause-Patent
> +**/
> +
> +#ifndef PCIEXPRESS60_H_
> +#define PCIEXPRESS60_H_
> +
> +#include <IndustryStandard/PciExpress50.h>
> +
> +#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/119705
> 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]
> ------------
>
>
-=-=-=-=-=-=-=-=-=-=-=-
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]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [edk2-devel] [PATCH] MdePkg/Include: PciExpress60: Initial commit
2024-06-25 5:46 [edk2-devel] [PATCH] MdePkg/Include: PciExpress60: Initial commit Alistair Francis
@ 2024-07-02 6:15 ` Alistair Francis
0 siblings, 0 replies; 3+ messages in thread
From: Alistair Francis @ 2024-07-02 6:15 UTC (permalink / raw)
To: devel, zhiguang.liu, michael.d.kinney, gaoliming; +Cc: Alistair Francis
On Tue, Jun 25, 2024 at 3:46 PM Alistair Francis <alistair23@gmail.com> 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 <alistair.francis@wdc.com>
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/IndustryStandard/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 <IndustryStandard/PciExpress50.h>
> +#include <IndustryStandard/PciExpress60.h>
> #include <IndustryStandard/PciCodeId.h>
>
> #endif
> diff --git a/MdePkg/Include/IndustryStandard/PciExpress60.h b/MdePkg/Include/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 required.
> +
> +Copyright (C) 2024, Western Digital Corporation or its affiliates.
> +SPDX-License-Identifier: BSD-2-Clause-Patent
> +**/
> +
> +#ifndef PCIEXPRESS60_H_
> +#define PCIEXPRESS60_H_
> +
> +#include <IndustryStandard/PciExpress50.h>
> +
> +#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 (#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]
-=-=-=-=-=-=-=-=-=-=-=-
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-07-02 6:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-25 5:46 [edk2-devel] [PATCH] MdePkg/Include: PciExpress60: Initial commit Alistair Francis
2024-07-02 6:15 ` Alistair Francis
[not found] <17DC292113969704.28936@groups.io>
2024-06-25 5:47 ` Alistair Francis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox