summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/skylake/include/soc/systemagent.h
diff options
context:
space:
mode:
authorRizwan Qureshi <rizwan.qureshi@intel.com>2016-08-03 19:16:18 +0530
committerAaron Durbin <adurbin@chromium.org>2016-08-06 04:36:46 +0200
commit5d4194978275c2e3acf09788f80887023ca9ffe8 (patch)
tree22771dcc9ff6af2beaf643740607c306a799d8a2 /src/soc/intel/skylake/include/soc/systemagent.h
parentdfb373541b71e4a8a41d1b4b5407c47ca0d9b5bd (diff)
downloadcoreboot-5d4194978275c2e3acf09788f80887023ca9ffe8.tar.gz
coreboot-5d4194978275c2e3acf09788f80887023ca9ffe8.tar.bz2
coreboot-5d4194978275c2e3acf09788f80887023ca9ffe8.zip
soc/intel/skylake: Add Kabylake device Ids
Adding kabylake device ids for chip inits. Skylake and Kabylak do not differ much, the intention is to support both SoCs in the same code base. Change-Id: I9ff4c6ca08fe681798001ce81cca2c085ce32325 Signed-off-by: Rizwan Qureshi <rizwan.qureshi@intel.com> Reviewed-on: https://review.coreboot.org/16049 Tested-by: build bot (Jenkins) Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Diffstat (limited to 'src/soc/intel/skylake/include/soc/systemagent.h')
-rw-r--r--src/soc/intel/skylake/include/soc/systemagent.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/soc/intel/skylake/include/soc/systemagent.h b/src/soc/intel/skylake/include/soc/systemagent.h
index 275cfa1eb390..6353ea627e74 100644
--- a/src/soc/intel/skylake/include/soc/systemagent.h
+++ b/src/soc/intel/skylake/include/soc/systemagent.h
@@ -25,10 +25,15 @@
#define IGD_SKYLAKE_GT1_SULTM 0x1906
#define IGD_SKYLAKE_GT2_SULXM 0x191E
#define IGD_SKYLAKE_GT2_SULTM 0x1916
+#define IGD_KABYLAKE_GT1_SULTM 0x5906
+#define IGD_KABYLAKE_GT2_SULXM 0x591E
+#define IGD_KABYLAKE_GT2_SULTM 0x5916
#define MCH_SKYLAKE_ID_U 0x1904
#define MCH_SKYLAKE_ID_Y 0x190c
#define MCH_SKYLAKE_ID_ULX 0x1924
+#define MCH_KABYLAKE_ID_U 0x5904
+#define MCH_KABYLAKE_ID_Y 0x590c
/* Device 0:0.0 PCI configuration space */