summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSean Rhodes <sean@starlabs.systems>2022-07-18 16:22:33 +0100
committerFelix Singer <felixsinger@posteo.net>2022-07-29 10:13:52 +0000
commit561f7df3bd8e07786e12f873362d729c60c97ea5 (patch)
treec9ede7d453e00be2b8caca3142366f5a014b5d04 /src
parentf84f3e745196562ccf4f989b0abb1a587ded7b65 (diff)
downloadcoreboot-561f7df3bd8e07786e12f873362d729c60c97ea5.tar.gz
coreboot-561f7df3bd8e07786e12f873362d729c60c97ea5.tar.bz2
coreboot-561f7df3bd8e07786e12f873362d729c60c97ea5.zip
soc/intel/common/sata: Add APL and GLK SATA PCI IDs
Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: I0ae8c6624b79ce6c269244bd1435900d4d7f997a Reviewed-on: https://review.coreboot.org/c/coreboot/+/65953 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src')
-rw-r--r--src/soc/intel/common/block/sata/sata.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/sata/sata.c b/src/soc/intel/common/block/sata/sata.c
index d0dc11855e13..35da2e95836e 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
};