soc/intel: Rename 200-series PCH device IDs
The code name for these PCHs is Union Point, abbreviated as `UPT`. There are some 300-series Union Point PCHs (H310C, B365, Z370) which are meant to be paired with Coffee Lake CPUs instead of Skylake or Kaby Lake CPUs, and referring to them as `KBP` (Kaby Point, I guess) would be confusing. Tested with BUILD_TIMELESS=1, HP 280 G2 remains identical. Change-Id: I1a49115ae7ac37e76ce8d440910fb59926f34fac Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/52700 Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Timofey Komarov <happycorsair@yandex.ru> Reviewed-by: Felix Singer <felixsinger@posteo.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
@@ -73,14 +73,14 @@ static struct {
|
||||
{ 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" },
|
||||
{ PCI_DEVICE_ID_INTEL_KBP_H_B250, "Kabylake-H B250" },
|
||||
{ PCI_DEVICE_ID_INTEL_KBP_H_Q250, "Kabylake-H Q250" },
|
||||
{ PCI_DEVICE_ID_INTEL_KBP_LP_U_PREMIUM, "Kabylake-U Premium" },
|
||||
{ PCI_DEVICE_ID_INTEL_KBP_LP_Y_PREMIUM, "Kabylake-Y Premium" },
|
||||
{ PCI_DEVICE_ID_INTEL_KBP_LP_SUPER_SKU, "Kabylake Super Sku" },
|
||||
{ PCI_DEVICE_ID_INTEL_UPT_H_Q270, "Kabylake-H Q270" },
|
||||
{ PCI_DEVICE_ID_INTEL_UPT_H_H270, "Kabylake-H H270" },
|
||||
{ PCI_DEVICE_ID_INTEL_UPT_H_Z270, "Kabylake-H Z270" },
|
||||
{ PCI_DEVICE_ID_INTEL_UPT_H_B250, "Kabylake-H B250" },
|
||||
{ PCI_DEVICE_ID_INTEL_UPT_H_Q250, "Kabylake-H Q250" },
|
||||
{ PCI_DEVICE_ID_INTEL_UPT_LP_U_PREMIUM, "Kabylake-U Premium" },
|
||||
{ PCI_DEVICE_ID_INTEL_UPT_LP_Y_PREMIUM, "Kabylake-Y Premium" },
|
||||
{ PCI_DEVICE_ID_INTEL_UPT_LP_SUPER_SKU, "Kabylake Super Sku" },
|
||||
{ PCI_DEVICE_ID_INTEL_SPT_LP_Y_PREMIUM_HDCP22,
|
||||
"Kabylake-Y iHDCP 2.2 Premium" },
|
||||
{ PCI_DEVICE_ID_INTEL_SPT_LP_U_PREMIUM_HDCP22,
|
||||
|
Reference in New Issue
Block a user