Tim Wawrzynczak has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/57803 )
Change subject: device: Add definition for PCIe DVSEC ID ......................................................................
device: Add definition for PCIe DVSEC ID
Change-Id: Iee09b2b46049f5484907a09ed5d132106c479db6 Signed-off-by: Tim Wawrzynczak twawrzynczak@chromium.org --- M src/include/device/pci_def.h 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/03/57803/1
diff --git a/src/include/device/pci_def.h b/src/include/device/pci_def.h index 22a5390..8afd007 100644 --- a/src/include/device/pci_def.h +++ b/src/include/device/pci_def.h @@ -463,6 +463,7 @@ #define PCIE_EXT_CAP_AER_ID 0x0001 #define PCIE_EXT_CAP_L1SS_ID 0x001E #define PCIE_EXT_CAP_LTR_ID 0x0018 +#define PCIE_EXT_CAP_DVSEC_ID 0x0023
/* Advanced Error Reporting */ #define PCI_ERR_UNCOR_STATUS 4 /* Uncorrectable Error Status */