From ba8af5807c83244c947571caa7f3c488f4e581a1 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Wed, 27 Feb 2019 15:00:55 +0530 Subject: soc/intel/cannonlake: Add Comet Lake U SA 2+2 Device ID This patch adds CML-U 2+2 SA DID into systemagent.c and report platform. Change-Id: I2e882a560dd0a1e96d6e1405735c6f7389c0db5a Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/31638 Reviewed-by: Furquan Shaikh Reviewed-by: Ronak Kanabar Tested-by: build bot (Jenkins) --- src/soc/intel/cannonlake/bootblock/report_platform.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/intel/cannonlake/bootblock') diff --git a/src/soc/intel/cannonlake/bootblock/report_platform.c b/src/soc/intel/cannonlake/bootblock/report_platform.c index 1c239ab8ef..41cfad6dee 100644 --- a/src/soc/intel/cannonlake/bootblock/report_platform.c +++ b/src/soc/intel/cannonlake/bootblock/report_platform.c @@ -58,6 +58,7 @@ static struct { { PCI_DEVICE_ID_INTEL_CFL_ID_H, "Coffeelake-H" }, { PCI_DEVICE_ID_INTEL_CFL_ID_S, "Coffeelake-S" }, { PCI_DEVICE_ID_INTEL_CML_ULT, "CometLake-U (4+2)" }, + { PCI_DEVICE_ID_INTEL_CML_ULT_2_2, "CometLake-U (2+2)" }, { PCI_DEVICE_ID_INTEL_CML_ULT_6_2, "CometLake-U (6+2)" }, { PCI_DEVICE_ID_INTEL_CML_ULX, "CometLake-ULX (4+2)" }, { PCI_DEVICE_ID_INTEL_CML_S, "CometLake-S (6+2)" }, -- cgit v1.2.3