From bf7ad3775c659ab2f776b4476945588ccf441c99 Mon Sep 17 00:00:00 2001 From: Krzysztof Sywula Date: Tue, 17 Jul 2018 10:45:21 -0700 Subject: soc/intel/common/block: Add WhiskeyLake (WHL) IDs Specifically PCI device ID for graphics and PCI device ID for northbridge. Change-Id: Ide237d3274df0543409c8a23b9bb50c8e0a6b7a3 Signed-off-by: Krzysztof Sywula Reviewed-on: https://review.coreboot.org/27519 Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik Reviewed-by: Aaron Durbin Reviewed-by: Kin Wai Ng --- src/soc/intel/common/block/systemagent/systemagent.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/intel/common/block/systemagent') diff --git a/src/soc/intel/common/block/systemagent/systemagent.c b/src/soc/intel/common/block/systemagent/systemagent.c index 54646c9595..75c36b3662 100644 --- a/src/soc/intel/common/block/systemagent/systemagent.c +++ b/src/soc/intel/common/block/systemagent/systemagent.c @@ -294,6 +294,7 @@ static const unsigned short systemagent_ids[] = { PCI_DEVICE_ID_INTEL_SKL_ID_Y, PCI_DEVICE_ID_INTEL_SKL_ID_ULX, PCI_DEVICE_ID_INTEL_SKL_ID_H, + PCI_DEVICE_ID_INTEL_WHL_ID_W, PCI_DEVICE_ID_INTEL_KBL_ID_S, PCI_DEVICE_ID_INTEL_SKL_ID_H_EM, PCI_DEVICE_ID_INTEL_KBL_ID_U, -- cgit v1.2.3