aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/skylake
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-04-27 10:15:05 +0200
committerNico Huber <nico.h@gmx.de>2021-04-28 14:11:28 +0000
commit0129393a6bac6974a2ca8222245ec5b6ca6af27d (patch)
tree3529029a5bd55256290cf832f634bcd99c54cbd8 /src/soc/intel/skylake
parent21f04d59b5a3f0f58047c889469b12655a6ce36c (diff)
soc/intel/skylake: Drop Lewisburg PCHs from report_platform
These PCHs are used with Xeon-SP processors, which use different code. Change-Id: I05f67cd57aa9f867e2fab88cd49e0384073a0b20 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/52699 Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Felix Singer <felixsinger@posteo.net> Reviewed-by: Timofey Komarov <happycorsair@yandex.ru> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/skylake')
-rw-r--r--src/soc/intel/skylake/bootblock/report_platform.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/soc/intel/skylake/bootblock/report_platform.c b/src/soc/intel/skylake/bootblock/report_platform.c
index 99b5ba197e..7e3120ec96 100644
--- a/src/soc/intel/skylake/bootblock/report_platform.c
+++ b/src/soc/intel/skylake/bootblock/report_platform.c
@@ -73,19 +73,6 @@ 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_LWB_C621, "Lewisburg PCH C621" },
- { PCI_DEVICE_ID_INTEL_LWB_C622, "Lewisburg PCH C622" },
- { PCI_DEVICE_ID_INTEL_LWB_C624, "Lewisburg PCH C624" },
- { PCI_DEVICE_ID_INTEL_LWB_C625, "Lewisburg PCH C625" },
- { PCI_DEVICE_ID_INTEL_LWB_C626, "Lewisburg PCH C626" },
- { PCI_DEVICE_ID_INTEL_LWB_C627, "Lewisburg PCH C627" },
- { PCI_DEVICE_ID_INTEL_LWB_C628, "Lewisburg PCH C628" },
- { PCI_DEVICE_ID_INTEL_LWB_C629, "Lewisburg PCH C629" },
- { PCI_DEVICE_ID_INTEL_LWB_C624_SUPER, "Lewisburg PCH C624 Super SKU" },
- { PCI_DEVICE_ID_INTEL_LWB_C627_SUPER_1, "Lewisburg PCH C627 Super SKU" },
- { PCI_DEVICE_ID_INTEL_LWB_C621_SUPER, "Lewisburg PCH C621 Super SKU" },
- { PCI_DEVICE_ID_INTEL_LWB_C627_SUPER_2, "Lewisburg PCH C627 Super SKU" },
- { PCI_DEVICE_ID_INTEL_LWB_C628_SUPER, "Lewisburg PCH C628 Super SKU" },
{ 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" },