diff options
author | Erik van den Bogaert <ebogaert@eltan.com> | 2021-01-27 15:36:36 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-02-01 08:52:42 +0000 |
commit | 246289c09442f45a3e5c46a3d41ab9eb31aaee5f (patch) | |
tree | 73b3dcefbf3684c46ed245bddbdc4086953bb9f8 /src/soc/intel/common | |
parent | 7f501a36c62cbc2da456319061d7938c474b8ad4 (diff) |
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>
Diffstat (limited to 'src/soc/intel/common')
-rw-r--r-- | src/soc/intel/common/block/sata/sata.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/sata/sata.c b/src/soc/intel/common/block/sata/sata.c index 71c023f9fa..2a1cfb287a 100644 --- a/src/soc/intel/common/block/sata/sata.c +++ b/src/soc/intel/common/block/sata/sata.c @@ -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, |