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:
parent
f84f3e7451
commit
561f7df3bd
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue