diff options
author | Foster Nong <foster.nong@intel.com> | 2023-08-03 14:24:58 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2023-08-09 05:48:00 +0000 |
commit | 136931c4dbf532ec913b68673c91b4285e63464b (patch) | |
tree | 38c6fadbe0cee6497756a3ccb9e31ebb69944ffa | |
parent | 3c274c0d83d5464b336e40058bc5969bfef25f7b (diff) | |
download | edk2-136931c4dbf532ec913b68673c91b4285e63464b.tar.gz |
MedPkg/Include: Add PCI_EXPRESS_EXTENDED_CAPABILITY_DVSEC_ID
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4515
Add PCI_EXPRESS_EXTENDED_CAPABILITY_DESIGNATED_VENDOR_SPECIFIC_ID
0x0023 in PciExpress40.h
Signed-off-by: Foster Nong <foster.nong@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
-rw-r--r-- | MdePkg/Include/IndustryStandard/PciExpress40.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MdePkg/Include/IndustryStandard/PciExpress40.h b/MdePkg/Include/IndustryStandard/PciExpress40.h index 2a6a0f20a4..2b2970fa92 100644 --- a/MdePkg/Include/IndustryStandard/PciExpress40.h +++ b/MdePkg/Include/IndustryStandard/PciExpress40.h @@ -82,6 +82,8 @@ typedef struct { /// The Designated Vendor Specific Capability definitions
/// Based on section 7.9.6 of PCI Express Base Specification 4.0.
///@{
+#define PCI_EXPRESS_EXTENDED_CAPABILITY_DESIGNATED_VENDOR_SPECIFIC_ID 0x0023
+
typedef union {
struct {
UINT32 DvsecVendorId : 16; // bit 0..15
|