Nico Huber has uploaded this change for review. ( https://review.coreboot.org/20930
Change subject: libpayload/libpci: Add a constant for PCI class memory other ......................................................................
libpayload/libpci: Add a constant for PCI class memory other
Change-Id: I71e902c4ec843608c1518fe1e8b90fbcf98a13d1 Signed-off-by: Nico Huber nico.huber@secunet.com --- M payloads/libpayload/include/pci/pci.h 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/30/20930/1
diff --git a/payloads/libpayload/include/pci/pci.h b/payloads/libpayload/include/pci/pci.h index 6ce4dde..ee79d45 100644 --- a/payloads/libpayload/include/pci/pci.h +++ b/payloads/libpayload/include/pci/pci.h @@ -67,6 +67,8 @@ #define PCI_ROM_ADDRESS1 0x38 // on bridges #define PCI_ROM_ADDRESS_MASK ~0x7ff
+#define PCI_CLASS_MEMORY_OTHER 0x0580 + #define PCI_VENDOR_ID_INTEL 0x8086
struct pci_dev {