diff options
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/common/block/lpc/lpc.c | 1 | ||||
-rw-r--r-- | src/soc/intel/skylake/bootblock/report_platform.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/lpc/lpc.c b/src/soc/intel/common/block/lpc/lpc.c index 2164fb17fd..0fb627adad 100644 --- a/src/soc/intel/common/block/lpc/lpc.c +++ b/src/soc/intel/common/block/lpc/lpc.c @@ -153,6 +153,7 @@ static const unsigned short pci_device_ids[] = { PCI_DEVICE_ID_INTEL_SPT_LP_U_PREMIUM_HDCP22, PCI_DEVICE_ID_INTEL_SPT_LP_U_BASE_HDCP22, PCI_DEVICE_ID_INTEL_UPT_LP_SUPER_SKU, + PCI_DEVICE_ID_INTEL_UPT_LP_U_BASE, PCI_DEVICE_ID_INTEL_UPT_LP_U_PREMIUM, PCI_DEVICE_ID_INTEL_UPT_LP_Y_PREMIUM, PCI_DEVICE_ID_INTEL_APL_LPC, 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" }, |