diff options
Diffstat (limited to 'src/soc/intel/skylake')
-rw-r--r-- | src/soc/intel/skylake/bootblock/report_platform.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/soc/intel/skylake/bootblock/report_platform.c b/src/soc/intel/skylake/bootblock/report_platform.c index c1b993a431..df3d4c83f1 100644 --- a/src/soc/intel/skylake/bootblock/report_platform.c +++ b/src/soc/intel/skylake/bootblock/report_platform.c @@ -78,6 +78,9 @@ static struct { { PCI_DEVICE_ID_INTEL_UPT_H_Z270, "Z270" }, { PCI_DEVICE_ID_INTEL_UPT_H_B250, "B250" }, { PCI_DEVICE_ID_INTEL_UPT_H_Q250, "Q250" }, + { PCI_DEVICE_ID_INTEL_UPT_H_Z370, "Z370" }, + { PCI_DEVICE_ID_INTEL_UPT_H_H310C, "H310C" }, + { PCI_DEVICE_ID_INTEL_UPT_H_B365, "B365" }, { PCI_DEVICE_ID_INTEL_UPT_LP_U_BASE, "Kabylake-U Base" }, { PCI_DEVICE_ID_INTEL_UPT_LP_U_PREMIUM, "Kabylake-U Premium" }, { PCI_DEVICE_ID_INTEL_UPT_LP_Y_PREMIUM, "Kabylake-Y Premium" }, |