From 49c20c00e43bf28bbe6d20a9863212d597fdc33c Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Tue, 27 Apr 2021 11:25:54 +0200 Subject: soc/intel: Add Z370, H310C and B365 device IDs Intel document 335192-004 contains the PCI device IDs for Z370 and H310C, but lacks the ID for B365. The ID appears on some websites: https://linux-hardware.org/index.php?id=pci:8086-a2cc-1849-a2cc Change-Id: Iea3c435713c46854c5271fbc266f47ba4573db52 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/52703 Reviewed-by: Timofey Komarov Reviewed-by: Nico Huber Reviewed-by: Felix Singer Tested-by: build bot (Jenkins) --- src/soc/intel/common/block/lpc/lpc.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/soc/intel/common') diff --git a/src/soc/intel/common/block/lpc/lpc.c b/src/soc/intel/common/block/lpc/lpc.c index 0fb627adad..00a2bc785f 100644 --- a/src/soc/intel/common/block/lpc/lpc.c +++ b/src/soc/intel/common/block/lpc/lpc.c @@ -149,6 +149,9 @@ static const unsigned short pci_device_ids[] = { PCI_DEVICE_ID_INTEL_UPT_H_Z270, PCI_DEVICE_ID_INTEL_UPT_H_Q250, PCI_DEVICE_ID_INTEL_UPT_H_B250, + PCI_DEVICE_ID_INTEL_UPT_H_Z370, + PCI_DEVICE_ID_INTEL_UPT_H_H310C, + PCI_DEVICE_ID_INTEL_UPT_H_B365, PCI_DEVICE_ID_INTEL_SPT_LP_Y_PREMIUM_HDCP22, PCI_DEVICE_ID_INTEL_SPT_LP_U_PREMIUM_HDCP22, PCI_DEVICE_ID_INTEL_SPT_LP_U_BASE_HDCP22, -- cgit v1.2.3