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

Nico Huber (Code Review) gerrit at coreboot.org
Wed Aug 9 16:44:09 CEST 2017


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 at 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 {

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I71e902c4ec843608c1518fe1e8b90fbcf98a13d1
Gerrit-Change-Number: 20930
Gerrit-PatchSet: 1
Gerrit-Owner: Nico Huber <nico.h at gmx.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170809/974e42b8/attachment.html>


More information about the coreboot-gerrit mailing list