[coreboot-gerrit] Change in coreboot[master]: soc/intel/skylake: Add ID for Fizz i7

Martin Roth (Code Review) gerrit at coreboot.org
Mon May 1 00:45:26 CEST 2017


Martin Roth has submitted this change and it was merged. ( https://review.coreboot.org/19486 )

Change subject: soc/intel/skylake: Add ID for Fizz i7
......................................................................


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 at chromium.org>
Reviewed-on: https://review.coreboot.org/19486
Tested-by: build bot (Jenkins)
Reviewed-by: Furquan Shaikh <furquan at google.com>
---
M src/soc/intel/skylake/include/soc/pch.h
M src/soc/intel/skylake/lpc.c
2 files changed, 2 insertions(+), 0 deletions(-)

Approvals:
  build bot (Jenkins): Verified
  Furquan Shaikh: Looks good to me, approved



diff --git a/src/soc/intel/skylake/include/soc/pch.h b/src/soc/intel/skylake/include/soc/pch.h
index d984b8d..d8e5b96 100644
--- a/src/soc/intel/skylake/include/soc/pch.h
+++ b/src/soc/intel/skylake/include/soc/pch.h
@@ -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
 
diff --git a/src/soc/intel/skylake/lpc.c b/src/soc/intel/skylake/lpc.c
index f689e1c..3a6564c 100644
--- a/src/soc/intel/skylake/lpc.c
+++ b/src/soc/intel/skylake/lpc.c
@@ -327,6 +327,7 @@
 	PCH_KBL_LP_Y_PREMIUM,
 	PCH_KBL_LP_Y_PREMIUM_HDCP22,
 	PCH_KBL_LP_U_PREMIUM_HDCP22,
+	PCH_LP_SUPER_SKU,
 	0
 };
 

-- 
To view, visit https://review.coreboot.org/19486
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Iccf9fbef1333f3fea78091b679c2676411559987
Gerrit-PatchSet: 3
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Shelley Chen <shchen at google.com>
Gerrit-Reviewer: Aaron Durbin <adurbin at chromium.org>
Gerrit-Reviewer: Duncan Laurie <dlaurie at chromium.org>
Gerrit-Reviewer: Furquan Shaikh <furquan at google.com>
Gerrit-Reviewer: Martin Roth <martinroth at google.com>
Gerrit-Reviewer: Naresh Solanki <naresh.solanki at intel.com>
Gerrit-Reviewer: Shelley Chen <shchen at google.com>
Gerrit-Reviewer: build bot (Jenkins)



More information about the coreboot-gerrit mailing list