soc/intel/common/sata: Add support for Cannon Lake SATA (HALO)
Add device ID of Cannon Lake PCH-H Mobile HALO SATA controller in supported device table. Bug=N/A TEST=Build of Intel Coffeelake H SO-DIMM DDR4 RVP11 successfully completed Change-Id: Ie1c2aa8273a53c47d7b3571394bcd85b59ab1142 Signed-off-by: Erik van den Bogaert <ebogaert@eltan.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49988 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subrata.banik@intel.com>
This commit is contained in:
parent
7f501a36c6
commit
246289c094
|
@ -32,6 +32,7 @@ static const unsigned short pci_device_ids[] = {
|
|||
PCI_DEVICE_ID_INTEL_CNL_PREMIUM_SATA,
|
||||
PCI_DEVICE_ID_INTEL_CNP_CMP_COMPAT_SATA,
|
||||
PCI_DEVICE_ID_INTEL_CNP_H_SATA,
|
||||
PCI_DEVICE_ID_INTEL_CNP_H_HALO_SATA,
|
||||
PCI_DEVICE_ID_INTEL_CNP_LP_SATA,
|
||||
PCI_DEVICE_ID_INTEL_ICP_U_SATA,
|
||||
PCI_DEVICE_ID_INTEL_CMP_SATA,
|
||||
|
|
Loading…
Reference in New Issue