summaryrefslogtreecommitdiffstats
path: root/src/cpu/qemu-x86
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-06-22 16:33:58 +0200
committerAngel Pons <th3fanbus@gmail.com>2021-07-02 08:19:56 +0000
commite19d0efb5e4f9d3a9c0053df8b86c31da3d47ae7 (patch)
tree2d70d13119e75cd7de8ad8f3cb7448418f7f6fa0 /src/cpu/qemu-x86
parent16fe5e1511dde46ec3a82988361ebdae54802cbc (diff)
downloadcoreboot-e19d0efb5e4f9d3a9c0053df8b86c31da3d47ae7.tar.gz
coreboot-e19d0efb5e4f9d3a9c0053df8b86c31da3d47ae7.tar.bz2
coreboot-e19d0efb5e4f9d3a9c0053df8b86c31da3d47ae7.zip
cpu/qemu-x86: Increase heap size
On x86_64, the default heap size is too small when using 32 CPUs. Change-Id: Ib4f770a7a54d975d213b2456cc7d1ed9151cb6f9 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55761 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/cpu/qemu-x86')
-rw-r--r--src/cpu/qemu-x86/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cpu/qemu-x86/Kconfig b/src/cpu/qemu-x86/Kconfig
index 2f961dca9064..73aadfb06c0b 100644
--- a/src/cpu/qemu-x86/Kconfig
+++ b/src/cpu/qemu-x86/Kconfig
@@ -50,4 +50,7 @@ config MAX_CPUS
default 32 if SMM_TSEG
default 4
+config HEAP_SIZE
+ default 0x8000
+
endif