From 191a8d7d2e40b9c90d81cf8e5ea3fad414afeb29 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 10 Aug 2021 14:06:51 -0600 Subject: soc/intel/common: Add TGL-H PCI IDs Add TGL-H PCI IDs from the Processor and PCH EDS docs. Reference: - Intel doc 615985 - Intel doc 575683 Change-Id: I751d0d59aff9e93e2aa92546db78775bd1e6ef22 Signed-off-by: Jeremy Soller Signed-off-by: Tim Crawford Reviewed-on: https://review.coreboot.org/c/coreboot/+/56900 Tested-by: build bot (Jenkins) Reviewed-by: Tim Wawrzynczak --- src/soc/intel/common/block/sata/sata.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/intel/common/block/sata') diff --git a/src/soc/intel/common/block/sata/sata.c b/src/soc/intel/common/block/sata/sata.c index 2a1cfb287a..08c1bbb1fe 100644 --- a/src/soc/intel/common/block/sata/sata.c +++ b/src/soc/intel/common/block/sata/sata.c @@ -45,6 +45,7 @@ static const unsigned short pci_device_ids[] = { PCI_DEVICE_ID_INTEL_TGP_SATA, PCI_DEVICE_ID_INTEL_TGP_PREMIUM_SATA, PCI_DEVICE_ID_INTEL_TGP_COMPAT_SATA, + PCI_DEVICE_ID_INTEL_TGP_H_SATA, PCI_DEVICE_ID_INTEL_MCC_AHCI_SATA, PCI_DEVICE_ID_INTEL_JSP_SATA_1, PCI_DEVICE_ID_INTEL_JSP_SATA_2, -- cgit v1.2.3