From 99123101815074322a55332c0344100d1e8193cd Mon Sep 17 00:00:00 2001 From: Barnali Sarkar Date: Fri, 26 Aug 2016 14:48:46 +0530 Subject: soc/intel/skylake: Include Kabylake specific IGD Device IDs Add Kabylake specific Graphics IDs in report_platform.c and igd.c. BUG=none BRANCH=none TEST=Built and boot kunimitsu Change-Id: I3b810d0ff51eb51d396b783e282779aefb2dcb8c Signed-off-by: Barnali Sarkar Reviewed-on: https://review.coreboot.org/16329 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Aaron Durbin --- src/soc/intel/skylake/igd.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/soc/intel/skylake/igd.c') diff --git a/src/soc/intel/skylake/igd.c b/src/soc/intel/skylake/igd.c index 3e29ab0ffd..a8ac645409 100644 --- a/src/soc/intel/skylake/igd.c +++ b/src/soc/intel/skylake/igd.c @@ -209,6 +209,9 @@ static const unsigned short pci_device_ids[] = { IGD_SKYLAKE_GT1_SULTM, IGD_SKYLAKE_GT2_SULXM, IGD_SKYLAKE_GT2_SULTM, + IGD_KABYLAKE_GT1_SULTM, + IGD_KABYLAKE_GT2_SULXM, + IGD_KABYLAKE_GT2_SULTM, 0, }; -- cgit v1.2.3