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>
This commit is contained in:
Shelley Chen 2017-04-27 16:07:45 -07:00 committed by Martin Roth
parent cc558e6223
commit b6595f1b08
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@
#define PCH_SPT_H_QM170 0xa14d
#define PCH_KBL_LP_Y_PREMIUM_HDCP22 0x9d4b
#define PCH_KBL_LP_U_PREMIUM_HDCP22 0x9d4e
#define PCH_LP_SUPER_SKU 0x9d51
#define PCH_KBL_LP_U_PREMIUM 0x9d58
#define PCH_KBL_LP_Y_PREMIUM 0x9d56

View File

@ -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
};