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>
This commit is contained in:
Sean Rhodes 2022-07-18 16:22:33 +01:00 committed by Felix Singer
parent f84f3e7451
commit 561f7df3bd
1 changed files with 2 additions and 0 deletions

View File

@ -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
};