[coreboot-gerrit] Change in coreboot[master]: soc/intel/apollolake: Add CNVi device to list of PCI devs

Furquan Shaikh (Code Review) gerrit at coreboot.org
Wed Aug 8 22:40:34 CEST 2018


Furquan Shaikh has uploaded this change for review. ( https://review.coreboot.org/27960


Change subject: soc/intel/apollolake: Add CNVi device to list of PCI devs
......................................................................

soc/intel/apollolake: Add CNVi device to list of PCI devs

This change adds CNVi device to list of PCI devs.

BUG=b:112371978

Change-Id: I6def98db3846c2244812a9a2ce84340bd2149b48
Signed-off-by: Furquan Shaikh <furquan at google.com>
---
M src/soc/intel/apollolake/include/soc/pci_devs.h
1 file changed, 4 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/60/27960/1

diff --git a/src/soc/intel/apollolake/include/soc/pci_devs.h b/src/soc/intel/apollolake/include/soc/pci_devs.h
index 25b74ba..37d0fab 100644
--- a/src/soc/intel/apollolake/include/soc/pci_devs.h
+++ b/src/soc/intel/apollolake/include/soc/pci_devs.h
@@ -52,6 +52,10 @@
 #define  PCH_DEVFN_NPK		_PCH_DEVFN(NPK, 2)
 #define  PCH_DEV_NPK		_PCH_DEV(NPK,2)
 
+#define PCH_DEV_SLOT_CNVI	0x0c
+#define  PCH_DEVFN_CNVI		_PCH_DEVFN(CNVI, 0)
+#define  PCH_DEV_CNVI		_PCH_DEV(CNVI, 0)
+
 #define PCH_DEV_SLOT_P2SB	0x0d
 #define  PCH_DEVFN_P2SB		_PCH_DEVFN(P2SB, 0)
 #define  PCH_DEVFN_PMC		_PCH_DEVFN(P2SB, 1)

-- 
To view, visit https://review.coreboot.org/27960
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6def98db3846c2244812a9a2ce84340bd2149b48
Gerrit-Change-Number: 27960
Gerrit-PatchSet: 1
Gerrit-Owner: Furquan Shaikh <furquan at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180808/64d5d56a/attachment-0001.html>


More information about the coreboot-gerrit mailing list