diff options
author | Shelley Chen <shchen@chromium.org> | 2017-04-27 16:07:45 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-05-01 00:45:24 +0200 |
commit | b6595f1b08e37d0ced800d93f017f66b570fcd38 (patch) | |
tree | 679e9c5fb2932ade2b8e0f34215575a962857cf4 /src/soc/intel/skylake/lpc.c | |
parent | cc558e622356aca0fd8bae6bbfbb3bacc88ec744 (diff) | |
download | coreboot-b6595f1b08e37d0ced800d93f017f66b570fcd38.tar.xz |
soc/intel/skylake: Add ID for Fizz i7
Bug=b:35775024
BRANCH=None
TEST=boot up successfully to kernel on Fizz i7 sku
Change-Id: Iccf9fbef1333f3fea78091b679c2676411559987
Signed-off-by: Shelley Chen <shchen@chromium.org>
Reviewed-on: https://review.coreboot.org/19486
Tested-by: build bot (Jenkins)
Reviewed-by: Furquan Shaikh <furquan@google.com>
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 f689e1cb17..3a6564c6c9 100644 --- a/src/soc/intel/skylake/lpc.c +++ b/src/soc/intel/skylake/lpc.c @@ -327,6 +327,7 @@ static const unsigned short pci_device_ids[] = { PCH_KBL_LP_Y_PREMIUM, PCH_KBL_LP_Y_PREMIUM_HDCP22, PCH_KBL_LP_U_PREMIUM_HDCP22, + PCH_LP_SUPER_SKU, 0 }; |