soc/intel/skylake: Add PCH sku id's supported for KBL
This patch also add new SKL PCH-H device id's in soc platform reporting and
common lpc driver.
BUG=None
TEST=Booted kabylake RVP11 with HM175 SKL PCH-H and verified the device id
in serial logs.
Change-Id: I8c04bf8d9c27caad800427a5c29da869da1d445d
Signed-off-by: Praveen hodagatta pranesh <praveenx.hodagatta.pranesh@intel.com>
Reviewed-on: https://review.coreboot.org/29432
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Boon Tiong Teo <boon.tiong.teo@intel.com>
Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
parent
230639b620
commit
523d669153
3 changed files with 9 additions and 0 deletions
|
|
@ -2673,6 +2673,9 @@
|
|||
#define PCI_DEVICE_ID_INTEL_SPT_H_C236 0xa150
|
||||
#define PCI_DEVICE_ID_INTEL_SPT_H_PREMIUM 0xa14e
|
||||
#define PCI_DEVICE_ID_INTEL_SPT_H_QM170 0xa14d
|
||||
#define PCI_DEVICE_ID_INTEL_SPT_H_HM175 0xa152
|
||||
#define PCI_DEVICE_ID_INTEL_SPT_H_QM175 0xa153
|
||||
#define PCI_DEVICE_ID_INTEL_SPT_H_CM238 0xa154
|
||||
#define PCI_DEVICE_ID_INTEL_KBP_H_H270 0xa2c4
|
||||
#define PCI_DEVICE_ID_INTEL_KBP_H_Z270 0xa2c5
|
||||
#define PCI_DEVICE_ID_INTEL_KBP_H_Q270 0xa2c6
|
||||
|
|
|
|||
|
|
@ -127,6 +127,9 @@ static const unsigned short pci_device_ids[] = {
|
|||
PCI_DEVICE_ID_INTEL_SPT_H_C236,
|
||||
PCI_DEVICE_ID_INTEL_SPT_H_PREMIUM,
|
||||
PCI_DEVICE_ID_INTEL_SPT_H_QM170,
|
||||
PCI_DEVICE_ID_INTEL_SPT_H_HM175,
|
||||
PCI_DEVICE_ID_INTEL_SPT_H_QM175,
|
||||
PCI_DEVICE_ID_INTEL_SPT_H_CM238,
|
||||
PCI_DEVICE_ID_INTEL_KBP_H_Q270,
|
||||
PCI_DEVICE_ID_INTEL_KBP_H_H270,
|
||||
PCI_DEVICE_ID_INTEL_KBP_H_Z270,
|
||||
|
|
|
|||
|
|
@ -71,6 +71,9 @@ static struct {
|
|||
{ PCI_DEVICE_ID_INTEL_SPT_H_PREMIUM, "Skylake PCH-H Premium" },
|
||||
{ PCI_DEVICE_ID_INTEL_SPT_H_C236, "Skylake PCH-H C236" },
|
||||
{ PCI_DEVICE_ID_INTEL_SPT_H_QM170, "Skylake PCH-H QM170" },
|
||||
{ PCI_DEVICE_ID_INTEL_SPT_H_HM175, "Skylake PCH-H HM175" },
|
||||
{ PCI_DEVICE_ID_INTEL_SPT_H_QM175, "Skylake PCH-H QM175" },
|
||||
{ PCI_DEVICE_ID_INTEL_SPT_H_CM238, "Skylake PCH-H CM238" },
|
||||
{ PCI_DEVICE_ID_INTEL_KBP_H_Q270, "Kabylake-H Q270" },
|
||||
{ PCI_DEVICE_ID_INTEL_KBP_H_H270, "Kabylake-H H270" },
|
||||
{ PCI_DEVICE_ID_INTEL_KBP_H_Z270, "Kabylake-H Z270" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue