[coreboot-gerrit] Change in coreboot[master]: soc/intel/cannonlake: Correct number of root ports for CNL PCH H

Maulik V Vaghela (Code Review) gerrit at coreboot.org
Thu Aug 30 13:31:54 CEST 2018


Maulik V Vaghela has uploaded this change for review. ( https://review.coreboot.org/28399


Change subject: soc/intel/cannonlake: Correct number of root ports for CNL PCH H
......................................................................

soc/intel/cannonlake: Correct number of root ports for CNL PCH H

As per EDS#571182, maximum 24 root ports are supported for CNL PCH H.

Change-Id: I2cc3ae282d4eb5da8b0618451e062a6c061f1d6f
Signed-off-by: Maulik V Vaghela <maulik.v.vaghela at intel.com>
---
M src/soc/intel/cannonlake/Kconfig
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/99/28399/1

diff --git a/src/soc/intel/cannonlake/Kconfig b/src/soc/intel/cannonlake/Kconfig
index ef39706..310ed24 100644
--- a/src/soc/intel/cannonlake/Kconfig
+++ b/src/soc/intel/cannonlake/Kconfig
@@ -164,6 +164,7 @@
 
 config MAX_ROOT_PORTS
 	int
+	default 24 if CANNONLAKE_SOC_PCH_H
 	default 16
 
 config SMM_TSEG_SIZE

-- 
To view, visit https://review.coreboot.org/28399
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2cc3ae282d4eb5da8b0618451e062a6c061f1d6f
Gerrit-Change-Number: 28399
Gerrit-PatchSet: 1
Gerrit-Owner: Maulik V Vaghela <maulik.v.vaghela at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180830/22c97d73/attachment.html>


More information about the coreboot-gerrit mailing list