From 5d4194978275c2e3acf09788f80887023ca9ffe8 Mon Sep 17 00:00:00 2001 From: Rizwan Qureshi Date: Wed, 3 Aug 2016 19:16:18 +0530 Subject: 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 Reviewed-on: https://review.coreboot.org/16049 Tested-by: build bot (Jenkins) Reviewed-by: Duncan Laurie --- src/soc/intel/skylake/systemagent.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/soc/intel/skylake/systemagent.c') diff --git a/src/soc/intel/skylake/systemagent.c b/src/soc/intel/skylake/systemagent.c index e47e251dae..2f49633f49 100644 --- a/src/soc/intel/skylake/systemagent.c +++ b/src/soc/intel/skylake/systemagent.c @@ -414,6 +414,8 @@ static const unsigned short systemagent_ids[] = { MCH_SKYLAKE_ID_U, MCH_SKYLAKE_ID_Y, MCH_SKYLAKE_ID_ULX, + MCH_KABYLAKE_ID_U, + MCH_KABYLAKE_ID_Y, 0 }; -- cgit v1.2.3