include/device/pci_ids.h: Add Cannon Lake PCH-H SATA dev ID
Add SATA controller ID for Cannon Lake PCH-H Mobile HALO (see document number: 571182) Add SPDX license header Bug=N/A TEST=Build of Intel Coffeelake H SO-DIMM DDR4 RVP11 successfully completed Change-Id: Ic7e6ace2a24b4278b04caa58be907d38f4d117cd Signed-off-by: Erik van den Bogaert <ebogaert@eltan.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49987 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subrata.banik@intel.com>
This commit is contained in:
committed by
Patrick Georgi
parent
3202c8afe4
commit
7f501a36c6
@@ -1,3 +1,4 @@
|
|||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
#ifndef __DEVICE_PCI_IDS_H__
|
#ifndef __DEVICE_PCI_IDS_H__
|
||||||
#define __DEVICE_PCI_IDS_H__
|
#define __DEVICE_PCI_IDS_H__
|
||||||
|
|
||||||
@@ -3369,6 +3370,7 @@
|
|||||||
#define PCI_DEVICE_ID_INTEL_CNL_PREMIUM_SATA 0x9dd7
|
#define PCI_DEVICE_ID_INTEL_CNL_PREMIUM_SATA 0x9dd7
|
||||||
#define PCI_DEVICE_ID_INTEL_CNP_CMP_COMPAT_SATA 0x282a
|
#define PCI_DEVICE_ID_INTEL_CNP_CMP_COMPAT_SATA 0x282a
|
||||||
#define PCI_DEVICE_ID_INTEL_CNP_H_SATA 0xa352
|
#define PCI_DEVICE_ID_INTEL_CNP_H_SATA 0xa352
|
||||||
|
#define PCI_DEVICE_ID_INTEL_CNP_H_HALO_SATA 0xa353
|
||||||
#define PCI_DEVICE_ID_INTEL_CNP_LP_SATA 0x9dd3
|
#define PCI_DEVICE_ID_INTEL_CNP_LP_SATA 0x9dd3
|
||||||
#define PCI_DEVICE_ID_INTEL_ICP_U_SATA 0x34d3
|
#define PCI_DEVICE_ID_INTEL_ICP_U_SATA 0x34d3
|
||||||
#define PCI_DEVICE_ID_INTEL_CMP_SATA 0x02d5
|
#define PCI_DEVICE_ID_INTEL_CMP_SATA 0x02d5
|
||||||
|
Reference in New Issue
Block a user