From 561f7df3bd8e07786e12f873362d729c60c97ea5 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Mon, 18 Jul 2022 16:22:33 +0100 Subject: [PATCH] soc/intel/common/sata: Add APL and GLK SATA PCI IDs Signed-off-by: Sean Rhodes Change-Id: I0ae8c6624b79ce6c269244bd1435900d4d7f997a Reviewed-on: https://review.coreboot.org/c/coreboot/+/65953 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- src/soc/intel/common/block/sata/sata.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/soc/intel/common/block/sata/sata.c b/src/soc/intel/common/block/sata/sata.c index d0dc11855e..35da2e9583 100644 --- a/src/soc/intel/common/block/sata/sata.c +++ b/src/soc/intel/common/block/sata/sata.c @@ -67,6 +67,8 @@ static const unsigned short pci_device_ids[] = { PCI_DID_INTEL_ADP_M_SATA_1, PCI_DID_INTEL_ADP_M_SATA_2, PCI_DID_INTEL_ADP_M_SATA_3, + PCI_DID_INTEL_APL_SATA, + PCI_DID_INTEL_GLK_SATA, 0 };