[coreboot-gerrit] New patch to review for coreboot: soc/intel/skylake: Add device id for PCH-Y

Naresh Solanki (naresh.solanki@intel.com) gerrit at coreboot.org
Sun Nov 6 10:18:10 CET 2016


Naresh Solanki (naresh.solanki at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17244

-gerrit

commit f12ff03f6cb47f7beb06af8e94a16086283aa5d5
Author: Naresh G Solanki <naresh.solanki at intel.com>
Date:   Sun Nov 6 12:36:31 2016 +0530

    soc/intel/skylake: Add device id for PCH-Y
    
    Add device id for PCH-Y used in Kaby Lake RVP3 board.
    
    Change-Id: I9235265cf88e4d044e7216f53e6da7021fb68238
    Signed-off-by: Naresh G Solanki <naresh.solanki at intel.com>
---
 src/soc/intel/skylake/bootblock/report_platform.c | 1 +
 src/soc/intel/skylake/include/soc/pch.h           | 1 +
 src/soc/intel/skylake/lpc.c                       | 1 +
 3 files changed, 3 insertions(+)

diff --git a/src/soc/intel/skylake/bootblock/report_platform.c b/src/soc/intel/skylake/bootblock/report_platform.c
index f10159f..3112437 100644
--- a/src/soc/intel/skylake/bootblock/report_platform.c
+++ b/src/soc/intel/skylake/bootblock/report_platform.c
@@ -57,6 +57,7 @@ static struct {
 	{ PCH_SPT_LP_Y_PREMIUM,	"Skylake-Y Premium" },
 	{ PCH_KBL_LP_U_PREMIUM, "Kabylake-U Premium" },
 	{ PCH_KBL_LP_Y_PREMIUM, "Kabylake-Y Premium" },
+	{ PCH_KBL_LP_Y_PREMIUM_HDCP22, "Kabylake-Y iHDCP 2.2 Premium"},
 };
 
 static struct {
diff --git a/src/soc/intel/skylake/include/soc/pch.h b/src/soc/intel/skylake/include/soc/pch.h
index 37fe1f9..701a6f5 100644
--- a/src/soc/intel/skylake/include/soc/pch.h
+++ b/src/soc/intel/skylake/include/soc/pch.h
@@ -26,6 +26,7 @@
 #define PCH_SPT_LP_U_BASE		0x9d43
 #define PCH_SPT_LP_U_PREMIUM		0x9d48
 #define PCH_SPT_LP_Y_PREMIUM		0x9d46
+#define PCH_KBL_LP_Y_PREMIUM_HDCP22	0x9d4b
 #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 3b5ccfe..1355c80 100644
--- a/src/soc/intel/skylake/lpc.c
+++ b/src/soc/intel/skylake/lpc.c
@@ -319,6 +319,7 @@ static const unsigned short pci_device_ids[] = {
 	PCH_SPT_LP_Y_PREMIUM,
 	PCH_KBL_LP_U_PREMIUM,
 	PCH_KBL_LP_Y_PREMIUM,
+	PCH_KBL_LP_Y_PREMIUM_HDCP22,
 	0
 };
 



More information about the coreboot-gerrit mailing list