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

CNL PCH H supports maximum 24 root ports while CNL PCH LP supports
maximum 16 root ports.

Change-Id: I2cc3ae282d4eb5da8b0618451e062a6c061f1d6f
Signed-off-by: Maulik V Vaghela <maulik.v.vaghela@intel.com>
Reviewed-on: https://review.coreboot.org/28399
Reviewed-by: Naresh Solanki <naresh.solanki@intel.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Maulik V Vaghela 2018-08-30 16:51:43 +05:30 committed by Patrick Georgi
parent cda59b56ba
commit b2e56c1160
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ config NHLT_DA7219
config MAX_ROOT_PORTS config MAX_ROOT_PORTS
int int
default 24 if CANNONLAKE_SOC_PCH_H
default 16 default 16
config SMM_TSEG_SIZE config SMM_TSEG_SIZE