From c76e9982b231023ccf91b79ec7526e50f595ffc1 Mon Sep 17 00:00:00 2001 From: "Sooi, Li Cheng" Date: Wed, 4 Jan 2017 13:36:06 +0800 Subject: soc/intel/skylake: Add CPU, PCH, MCH, IGD, XHCI and UART IDs for SKL/KBL HALO SOC Add CPU, PCH, MCH, IGD, XHCI and UART IDs for SKL/KBL HALO SOC Change-Id: I6a44d55d1588d2620bd1179ea7dc327922f49fd7 Signed-off-by: Sooi, Li Cheng Reviewed-on: https://review.coreboot.org/18028 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) --- src/soc/intel/skylake/pmc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/intel/skylake/pmc.c') diff --git a/src/soc/intel/skylake/pmc.c b/src/soc/intel/skylake/pmc.c index 23a289b2bd..003c462b05 100644 --- a/src/soc/intel/skylake/pmc.c +++ b/src/soc/intel/skylake/pmc.c @@ -244,6 +244,7 @@ static struct device_operations device_ops = { static const unsigned short pci_device_ids[] = { 0x9d21, + 0xa121, 0 }; -- cgit v1.2.3