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>
This commit is contained in:
Rizwan Qureshi
2016-08-03 19:16:18 +05:30
committed by Aaron Durbin
parent dfb373541b
commit 5d41949782
7 changed files with 21 additions and 0 deletions

View File

@ -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
};