diff options
author | Naresh G Solanki <naresh.solanki@intel.com> | 2017-04-08 17:46:06 +0530 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-04-24 19:30:13 +0200 |
commit | f8f682b024f7b9ff0a8c98147c45147d8266d55f (patch) | |
tree | a8e995172248aebdc4a9f3fb633805f509665fce /src/soc/intel/skylake/lpc.c | |
parent | 9e49b0a2c58233e30673df343ad4c46a807822f4 (diff) | |
download | coreboot-f8f682b024f7b9ff0a8c98147c45147d8266d55f.tar.xz |
soc/intel/skylake: Add ID's for Kabylake-R
Add CPUID, IGD, MCH & LPC ID of Kabylake-R.
Change-Id: I5ee7b3a2616f71137bba83c071288dbda2acde3d
Signed-off-by: Naresh G Solanki <naresh.solanki@intel.com>
Reviewed-on: https://review.coreboot.org/19218
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Balaji Manigandan <balaji.manigandan@intel.com>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/soc/intel/skylake/lpc.c')
-rw-r--r-- | src/soc/intel/skylake/lpc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/skylake/lpc.c b/src/soc/intel/skylake/lpc.c index 82207ed012..db2b9607a5 100644 --- a/src/soc/intel/skylake/lpc.c +++ b/src/soc/intel/skylake/lpc.c @@ -324,6 +324,7 @@ static const unsigned short pci_device_ids[] = { PCH_KBL_LP_U_PREMIUM, PCH_KBL_LP_Y_PREMIUM, PCH_KBL_LP_Y_PREMIUM_HDCP22, + PCH_KBL_LP_U_PREMIUM_HDCP22, 0 }; |