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.fran...@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/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-