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:
committed by
Aaron Durbin
parent
dfb373541b
commit
5d41949782
@ -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
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user