summaryrefslogtreecommitdiffstats
path: root/src/mainboard/intel/coffeelake_rvp/Kconfig
diff options
context:
space:
mode:
authorLean Sheng Tan <lean.sheng.tan@intel.com>2019-05-27 13:36:31 +0800
committerMartin Roth <martinroth@google.com>2019-07-11 15:00:49 +0000
commit565b0aada93a0ef40b022b9b78b1bcefdf5193bb (patch)
tree84074206f10b6ea8841122736dd1546ab73e7407 /src/mainboard/intel/coffeelake_rvp/Kconfig
parent1ceac4efcfa3a9ccc0d44f77855f4949f59305b5 (diff)
downloadcoreboot-565b0aada93a0ef40b022b9b78b1bcefdf5193bb.tar.gz
coreboot-565b0aada93a0ef40b022b9b78b1bcefdf5193bb.tar.bz2
coreboot-565b0aada93a0ef40b022b9b78b1bcefdf5193bb.zip
mb/intel/coffeelake_rvp: Add cpu count for CFL S62
Increases CPU max core count to 16 for coffeelake Refresh-S Platform. TEST: boot to linux OS on CFL-S refresh Intel RVP and verified the output of cat /proc/cpuinfo shows no of processor=16. Signed-off-by: Lean Sheng Tan <lean.sheng.tan@intel.com> Change-Id: I579ff6ae8227844741406c503d3994408ec2b617 Reviewed-on: https://review.coreboot.org/c/coreboot/+/34156 Reviewed-by: Boon Tiong Teo <boon.tiong.teo@intel.com> Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Subrata Banik <subrata.banik@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/intel/coffeelake_rvp/Kconfig')
-rw-r--r--src/mainboard/intel/coffeelake_rvp/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/intel/coffeelake_rvp/Kconfig b/src/mainboard/intel/coffeelake_rvp/Kconfig
index e75fe2ab6dfb..13e55b3f93d5 100644
--- a/src/mainboard/intel/coffeelake_rvp/Kconfig
+++ b/src/mainboard/intel/coffeelake_rvp/Kconfig
@@ -53,7 +53,8 @@ config CHROMEOS
config MAX_CPUS
int
- default 12 if BOARD_INTEL_COFFEELAKE_RVP11 || BOARD_INTEL_COFFEELAKE_RVP8
+ default 12 if BOARD_INTEL_COFFEELAKE_RVP11
+ default 16 if BOARD_INTEL_COFFEELAKE_RVP8
default 8
config UART_FOR_CONSOLE