soc/intel: Add Z370, H310C and B365 device IDs

Intel document 335192-004 contains the PCI device IDs for Z370 and
H310C, but lacks the ID for B365. The ID appears on some websites:

https://linux-hardware.org/index.php?id=pci:8086-a2cc-1849-a2cc

Change-Id: Iea3c435713c46854c5271fbc266f47ba4573db52
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52703
Reviewed-by: Timofey Komarov <happycorsair@yandex.ru>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by:  Felix Singer <felixsinger@posteo.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
diff --git a/src/soc/intel/skylake/bootblock/report_platform.c b/src/soc/intel/skylake/bootblock/report_platform.c
index c1b993a..df3d4c8 100644
--- a/src/soc/intel/skylake/bootblock/report_platform.c
+++ b/src/soc/intel/skylake/bootblock/report_platform.c
@@ -78,6 +78,9 @@
 	{ 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" },