summaryrefslogtreecommitdiff
path: root/src/soc/intel
diff options
context:
space:
mode:
authorSamuel Jimenez <sjimenez@curtisswright.com>2018-08-03 14:56:53 -0400
committerPatrick Georgi <pgeorgi@google.com>2018-08-13 15:40:19 +0000
commita4797aa9f636c5a465e7c4ecd1b1635b57df62cf (patch)
tree2ff6c8b75be0db330ac0dd3a15eb915bf31a450f /src/soc/intel
parentfd9f4f702c0c3e0c234d3cbec0c675173a528810 (diff)
downloadcoreboot-a4797aa9f636c5a465e7c4ecd1b1635b57df62cf.tar.xz
fsp_broadwell_de: Increase CONFIG_MAX_CPUS to 32
Fix to accomodate for boards with more than 16 cores. Change-Id: I35b61d94491c21ef76717f761e566ca815880f27 Signed-off-by: Samuel Jimenez <aerojsam@gmail.com> Reviewed-on: https://review.coreboot.org/27847 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/soc/intel')
-rw-r--r--src/soc/intel/fsp_broadwell_de/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/fsp_broadwell_de/Kconfig b/src/soc/intel/fsp_broadwell_de/Kconfig
index cb0228ea3b..cc3e6e235a 100644
--- a/src/soc/intel/fsp_broadwell_de/Kconfig
+++ b/src/soc/intel/fsp_broadwell_de/Kconfig
@@ -49,7 +49,7 @@ config MMCONF_BASE_ADDRESS
config MAX_CPUS
int
- default 16
+ default 32
config CPU_ADDR_BITS
int