[coreboot-gerrit] Change in coreboot[master]: soc/intel/denverton_ns: Add Denverton-AD system agent id

Chee Soon Lew (Code Review) gerrit at coreboot.org
Mon Nov 27 03:15:55 CET 2017


Chee Soon Lew has uploaded this change for review. ( https://review.coreboot.org/22605


Change subject: soc/intel/denverton_ns: Add Denverton-AD system agent id
......................................................................

soc/intel/denverton_ns: Add Denverton-AD system agent id

This is to add support for Denverton-AD soc.

Change-Id: I539abedd65bcbdb97b64f58d0b2273ff8eb67420
Signed-off-by: Lew, Chee Soon <chee.soon.lew at intel.com>
---
M src/soc/intel/denverton_ns/include/soc/pci_devs.h
M src/soc/intel/denverton_ns/systemagent.c
2 files changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/05/22605/1

diff --git a/src/soc/intel/denverton_ns/include/soc/pci_devs.h b/src/soc/intel/denverton_ns/include/soc/pci_devs.h
index 138b6f6..b10a905 100644
--- a/src/soc/intel/denverton_ns/include/soc/pci_devs.h
+++ b/src/soc/intel/denverton_ns/include/soc/pci_devs.h
@@ -40,6 +40,7 @@
 #define SA_DEV 0x0
 #define SA_FUNC 0
 #define SA_DEVID 0x1980
+#define SA_DEVID_DNVAD 0x1995
 #define SOC_DEV SA_DEV
 #define SOC_FUNC SA_FUNC
 #define SOC_DEVID SA_DEVID
diff --git a/src/soc/intel/denverton_ns/systemagent.c b/src/soc/intel/denverton_ns/systemagent.c
index bb5f81a..0fcac3b 100644
--- a/src/soc/intel/denverton_ns/systemagent.c
+++ b/src/soc/intel/denverton_ns/systemagent.c
@@ -346,6 +346,7 @@
 /* IDs for System Agent device of Intel Denverton SoC */
 static const unsigned short systemagent_ids[] = {
 	SA_DEVID, /* DVN System Agent */
+	SA_DEVID_DNVAD, /* DVN-AD System Agent */
 	0
 };
 

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I539abedd65bcbdb97b64f58d0b2273ff8eb67420
Gerrit-Change-Number: 22605
Gerrit-PatchSet: 1
Gerrit-Owner: Chee Soon Lew <chee.soon.lew at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171127/89dafde9/attachment.html>


More information about the coreboot-gerrit mailing list