diff options
author | Sean Rhodes <sean@starlabs.systems> | 2022-07-18 16:22:33 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2022-07-29 10:13:52 +0000 |
commit | 561f7df3bd8e07786e12f873362d729c60c97ea5 (patch) | |
tree | c9ede7d453e00be2b8caca3142366f5a014b5d04 | |
parent | f84f3e745196562ccf4f989b0abb1a587ded7b65 (diff) |
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>
-rw-r--r-- | src/soc/intel/common/block/sata/sata.c | 2 |
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 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 }; |