From b45a769939a7c7b6016a29bf1c27c9794453c9f4 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Tue, 27 Apr 2021 11:12:58 +0200 Subject: soc/intel: Add Kaby Lake PCH-U base device ID Taken from Intel document 334658-003 (7th Generation Intel Processor Family I/O for U/Y Platforms and 8th Generation Intel Processor Family I/O for U Quad Core Platforms, Datasheet - Volume 1 of 2). Change-Id: I1d48c8868e1e5d453d599ecec835938ce09935d0 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/52702 Reviewed-by: Nico Huber Reviewed-by: Timofey Komarov Reviewed-by: Felix Singer Tested-by: build bot (Jenkins) --- src/soc/intel/skylake/bootblock/report_platform.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/intel/skylake') diff --git a/src/soc/intel/skylake/bootblock/report_platform.c b/src/soc/intel/skylake/bootblock/report_platform.c index c945f60882..c1b993a431 100644 --- a/src/soc/intel/skylake/bootblock/report_platform.c +++ b/src/soc/intel/skylake/bootblock/report_platform.c @@ -78,6 +78,7 @@ 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_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" }, { PCI_DEVICE_ID_INTEL_UPT_LP_SUPER_SKU, "Kabylake Super Sku" }, -- cgit v1.2.3