[coreboot-gerrit] Change in coreboot[master]: [TEST]mb/gogle/fizz: add pch id for celeron 3865U

Wisley Chen (Code Review) gerrit at coreboot.org
Fri Sep 15 10:17:49 CEST 2017


Wisley Chen has uploaded this change for review. ( https://review.coreboot.org/21546


Change subject: [TEST]mb/gogle/fizz: add pch id for celeron 3865U
......................................................................

[TEST]mb/gogle/fizz: add pch id for celeron 3865U

Pch id for celeron 3865U is 0x9d50, not in support list.

Change-Id: I2cfa497909c90dddd3e34b7bce3794e108ada0f9
---
M src/include/device/pci_ids.h
M src/soc/intel/common/block/lpc/lpc.c
M src/soc/intel/skylake/lpc.c
3 files changed, 3 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/46/21546/1

diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h
index 07b66d1..4b4ec42 100644
--- a/src/include/device/pci_ids.h
+++ b/src/include/device/pci_ids.h
@@ -2670,6 +2670,7 @@
 #define PCI_DEVICE_ID_INTEL_KBP_H_QM170		0xa14d
 #define PCI_DEVICE_ID_INTEL_SPT_LP_Y_PREMIUM_HDCP22		0x9d4b
 #define PCI_DEVICE_ID_INTEL_SPT_LP_U_PREMIUM_HDCP22		0x9d4e
+#define PCI_DEVICE_ID_INTEL_KBP_LP_U_BASE_HDCP22	0x9d50
 #define PCI_DEVICE_ID_INTEL_KBP_LP_SUPER_SKU		0x9d51
 #define PCI_DEVICE_ID_INTEL_KBP_LP_U_PREMIUM		0x9d58
 #define PCI_DEVICE_ID_INTEL_KBP_LP_Y_PREMIUM		0x9d56
diff --git a/src/soc/intel/common/block/lpc/lpc.c b/src/soc/intel/common/block/lpc/lpc.c
index 0559d95..b45be68 100644
--- a/src/soc/intel/common/block/lpc/lpc.c
+++ b/src/soc/intel/common/block/lpc/lpc.c
@@ -109,6 +109,7 @@
 	PCI_DEVICE_ID_INTEL_SPT_LP_Y_PREMIUM_HDCP22,
 	PCI_DEVICE_ID_INTEL_SPT_LP_U_PREMIUM_HDCP22,
 	PCI_DEVICE_ID_INTEL_KBP_LP_SUPER_SKU,
+	PCI_DEVICE_ID_INTEL_KBP_LP_U_BASE_HDCP22,
 	PCI_DEVICE_ID_INTEL_KBP_LP_U_PREMIUM,
 	PCI_DEVICE_ID_INTEL_KBP_LP_Y_PREMIUM,
 	PCI_DEVICE_ID_INTEL_APL_LPC,
diff --git a/src/soc/intel/skylake/lpc.c b/src/soc/intel/skylake/lpc.c
index 6e7b197..f646bd8 100644
--- a/src/soc/intel/skylake/lpc.c
+++ b/src/soc/intel/skylake/lpc.c
@@ -326,6 +326,7 @@
 	PCI_DEVICE_ID_INTEL_KBP_LP_SUPER_SKU,
 	PCI_DEVICE_ID_INTEL_KBP_LP_U_PREMIUM,
 	PCI_DEVICE_ID_INTEL_KBP_LP_Y_PREMIUM,
+	PCI_DEVICE_ID_INTEL_KBP_LP_U_BASE_HDCP22,
 	PCI_DEVICE_ID_INTEL_SPT_LP_Y_PREMIUM_HDCP22,
 	PCI_DEVICE_ID_INTEL_SPT_LP_U_PREMIUM_HDCP22,
 	0

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2cfa497909c90dddd3e34b7bce3794e108ada0f9
Gerrit-Change-Number: 21546
Gerrit-PatchSet: 1
Gerrit-Owner: Wisley Chen <wisley.chen at quantatw.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170915/cbac66e6/attachment.html>


More information about the coreboot-gerrit mailing list