HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/45081 )
Change subject: include/device/pci_def.h: Re-order PCIE Extended capabilitys ......................................................................
include/device/pci_def.h: Re-order PCIE Extended capabilitys
Change-Id: I542251101c42f1b49ff2b50de4310fb2efe8a040 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/include/device/pci_def.h 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/81/45081/1
diff --git a/src/include/device/pci_def.h b/src/include/device/pci_def.h index 2a13e2a..7417c86 100644 --- a/src/include/device/pci_def.h +++ b/src/include/device/pci_def.h @@ -464,8 +464,8 @@ /* Extended Capability lists*/ #define PCIE_EXT_CAP_OFFSET 0x100 #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_L1SS_ID 0x001E
/* Advanced Error Reporting */ #define PCI_ERR_UNCOR_STATUS 4 /* Uncorrectable Error Status */