[coreboot-gerrit] Change in coreboot[master]: soc/intel/common/block/uart: Add GLK UART pci ids

Hannah Williams (Code Review) gerrit at coreboot.org
Sun May 14 00:49:44 CEST 2017


Hannah Williams has uploaded a new change for review. ( https://review.coreboot.org/19687 )

Change subject: soc/intel/common/block/uart: Add GLK UART pci ids
......................................................................

soc/intel/common/block/uart: Add GLK UART pci ids

Change-Id: I08dd7a8c0d42d4ec7c6ff65a82553fe1efbcc424
Signed-off-by: Hannah Williams <hannah.williams at intel.com>
---
M src/soc/intel/common/block/uart/uart.c
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/87/19687/1

diff --git a/src/soc/intel/common/block/uart/uart.c b/src/soc/intel/common/block/uart/uart.c
index 8c5e454..8c51900 100644
--- a/src/soc/intel/common/block/uart/uart.c
+++ b/src/soc/intel/common/block/uart/uart.c
@@ -60,6 +60,10 @@
 	PCI_DEVICE_ID_INTEL_APL_UART1,
 	PCI_DEVICE_ID_INTEL_APL_UART2,
 	PCI_DEVICE_ID_INTEL_APL_UART3,
+	PCI_DEVICE_ID_INTEL_GLK_UART0,
+	PCI_DEVICE_ID_INTEL_GLK_UART1,
+	PCI_DEVICE_ID_INTEL_GLK_UART2,
+	PCI_DEVICE_ID_INTEL_GLK_UART3,
 };
 
 static const struct pci_driver pch_uart __pci_driver = {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I08dd7a8c0d42d4ec7c6ff65a82553fe1efbcc424
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Hannah Williams <hannah.williams at intel.com>



More information about the coreboot-gerrit mailing list