summaryrefslogtreecommitdiff
path: root/src/soc/intel/alderlake/bootblock
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/alderlake/bootblock')
-rw-r--r--src/soc/intel/alderlake/bootblock/report_platform.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/soc/intel/alderlake/bootblock/report_platform.c b/src/soc/intel/alderlake/bootblock/report_platform.c
index d360197555..01be2aad50 100644
--- a/src/soc/intel/alderlake/bootblock/report_platform.c
+++ b/src/soc/intel/alderlake/bootblock/report_platform.c
@@ -75,6 +75,14 @@ static struct {
{ PCI_DID_INTEL_ADL_S_ID_12, "Alderlake-S (2+0)" },
{ PCI_DID_INTEL_ADL_S_ID_13, "Alderlake-S" },
{ PCI_DID_INTEL_ADL_S_ID_14, "Alderlake-S" },
+ { PCI_DID_INTEL_RPL_HX_ID_1, "Raptorlake-HX (8+16)" },
+ { PCI_DID_INTEL_RPL_HX_ID_2, "Raptorlake-HX (8+12)" },
+ { PCI_DID_INTEL_RPL_HX_ID_3, "Raptorlake-HX (8+8)" },
+ { PCI_DID_INTEL_RPL_HX_ID_4, "Raptorlake-HX (6+8)" },
+ { PCI_DID_INTEL_RPL_HX_ID_5, "Raptorlake-HX (6+4)" },
+ { PCI_DID_INTEL_RPL_HX_ID_6, "Raptorlake-HX (8+8)" },
+ { PCI_DID_INTEL_RPL_HX_ID_7, "Raptorlake-HX (6+8)" },
+ { PCI_DID_INTEL_RPL_HX_ID_8, "Raptorlake-HX (6+4)" },
{ PCI_DID_INTEL_RPL_P_ID_1, "Raptorlake-P" },
{ PCI_DID_INTEL_RPL_P_ID_2, "Raptorlake-P" },
{ PCI_DID_INTEL_RPL_P_ID_3, "Raptorlake-P" },
@@ -207,6 +215,10 @@ static struct {
{ PCI_DID_INTEL_ADL_S_GT2, "Alderlake S GT2" },
{ PCI_DID_INTEL_ADL_S_GT2_1, "Alderlake S GT2" },
{ PCI_DID_INTEL_ADL_S_GT2_2, "Alderlake S GT2" },
+ { PCI_DID_INTEL_RPL_HX_GT1, "Raptorlake HX GT1" },
+ { PCI_DID_INTEL_RPL_HX_GT2, "Raptorlake HX GT2" },
+ { PCI_DID_INTEL_RPL_HX_GT3, "Raptorlake HX GT3" },
+ { PCI_DID_INTEL_RPL_HX_GT4, "Raptorlake HX GT4" },
{ PCI_DID_INTEL_RPL_P_GT1, "Raptorlake P GT1" },
{ PCI_DID_INTEL_RPL_P_GT2, "Raptorlake P GT2" },
{ PCI_DID_INTEL_RPL_P_GT3, "Raptorlake P GT3" },