src/pci_ids: add missing Intel Kaby Lake iGPU PCIIDs

Adds missing Intel HD/Iris iGPU PCI IDs for Kaby Lake processors and
updates the platform report for these devices.

These changes are in accordance with the documentation:
[*] page 10, Intel(R) Open Source HD Graphics and Intel Iris(TM) Plus
    Graphics for the 2016 - 2017 Intel Core(TM) Processors, Celeron(TM)
    Processors, and Pentium(TM) Processors based on the "Kaby Lake"
    Platform. Programmer's Reference Manual. Volume 4: Configurations.
    January 2017, Revision 1.0
    Doc Ref # IHD-OS-KBL-Vol 4-1.17
[*] Linux kernel sources: include/drm/i915_pciids.h

Change-Id: I1cd1e4ab82f756141f8f13edf1c17f726166dffb
Signed-off-by: Maxim Polyakov <max.senia.poliak@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35544
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h
index 84896f6..b828eaa 100644
--- a/src/include/device/pci_ids.h
+++ b/src/include/device/pci_ids.h
@@ -3111,12 +3111,23 @@
 #define PCI_DEVICE_ID_INTEL_SKL_GT3FE_SSRVM		0x192D
 #define PCI_DEVICE_ID_INTEL_SKL_GT4_SHALM		0x193B
 #define PCI_DEVICE_ID_INTEL_SKL_GT4E_SWSTM		0x193D
+#define PCI_DEVICE_ID_INTEL_KBL_GT1F_DT2		0x5902
 #define PCI_DEVICE_ID_INTEL_KBL_GT1_SULTM		0x5906
+#define PCI_DEVICE_ID_INTEL_KBL_GT1_SHALM_1		0x5908
+#define PCI_DEVICE_ID_INTEL_KBL_GT1_SSRVM		0x590A
+#define PCI_DEVICE_ID_INTEL_KBL_GT1_SHALM_2		0x590B
 #define PCI_DEVICE_ID_INTEL_KBL_GT2_DT2P2		0x5912
-#define PCI_DEVICE_ID_INTEL_KBL_GT2_SULXM		0x591E
 #define PCI_DEVICE_ID_INTEL_KBL_GT2_SULTM		0x5916
 #define PCI_DEVICE_ID_INTEL_KBL_GT2_SULTMR		0x5917
+#define PCI_DEVICE_ID_INTEL_KBL_GT2F_SULTM		0x5921
+#define PCI_DEVICE_ID_INTEL_KBL_GT2_SSRVM		0x591A
 #define PCI_DEVICE_ID_INTEL_KBL_GT2_SHALM		0x591B
+#define PCI_DEVICE_ID_INTEL_KBL_GT2_SWSTM		0x591D
+#define PCI_DEVICE_ID_INTEL_KBL_GT2_SULXM		0x591E
+#define PCI_DEVICE_ID_INTEL_KBL_GT3E_SULTM_1		0x5926
+#define PCI_DEVICE_ID_INTEL_KBL_GT3E_SULTM_2		0x5927
+#define PCI_DEVICE_ID_INTEL_KBL_GT4_SHALM		0x593B
+
 #define PCI_DEVICE_ID_INTEL_AML_GT2_ULX			0x591C
 #define PCI_DEVICE_ID_INTEL_APL_IGD_HD_505		0x5a84
 #define PCI_DEVICE_ID_INTEL_APL_IGD_HD_500		0x5a85