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@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