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/include/device/pci_ids.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/device/pci_ids.h') diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 304603188c..90b02cbf99 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -3085,6 +3085,7 @@ #define PCI_DEVICE_ID_INTEL_ICL_ID_Y 0x8A10 #define PCI_DEVICE_ID_INTEL_ICL_ID_Y_2 0x8A00 #define PCI_DEVICE_ID_INTEL_CML_ULT 0x9B61 +#define PCI_DEVICE_ID_INTEL_CML_ULT_2_2 0x9B71 #define PCI_DEVICE_ID_INTEL_CML_ULT_6_2 0x9B51 #define PCI_DEVICE_ID_INTEL_CML_ULX 0x9B60 #define PCI_DEVICE_ID_INTEL_CML_S 0x9B55 -- cgit v1.2.3