[coreboot-gerrit] Change in coreboot[master]: libpayload/libpci: Add a constant for PCI class memory other

Nico Huber (Code Review) gerrit at coreboot.org
Thu Aug 10 18:41:16 CEST 2017


Nico Huber has submitted this change and it was merged. ( 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 at secunet.com>
Reviewed-on: https://review.coreboot.org/20930
Tested-by: build bot (Jenkins) <no-reply at coreboot.org>
Reviewed-by: Martin Roth <martinroth at google.com>
---
M payloads/libpayload/include/pci/pci.h
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  build bot (Jenkins): Verified
  Martin Roth: Looks good to me, approved



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 {

-- 
To view, visit https://review.coreboot.org/20930
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I71e902c4ec843608c1518fe1e8b90fbcf98a13d1
Gerrit-Change-Number: 20930
Gerrit-PatchSet: 2
Gerrit-Owner: Nico Huber <nico.h at gmx.de>
Gerrit-Reviewer: Martin Roth <martinroth at google.com>
Gerrit-Reviewer: Nico Huber <nico.h at gmx.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply at coreboot.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170810/1282264c/attachment.html>


More information about the coreboot-gerrit mailing list