summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/picasso
diff options
context:
space:
mode:
authorPatrick Georgi <patrick@coreboot.org>2024-01-16 17:04:55 +0000
committerSubrata Banik <subratabanik@google.com>2024-01-17 09:45:05 +0000
commitc8a695550f819b8c61c8f8a13d622402ef684f99 (patch)
tree3df0263a56fe9d903e4a3e4a1fcdf76eb121ba1c /src/soc/amd/picasso
parent01bad20fab0ac62c13ff331013e4751051ec0cfe (diff)
downloadcoreboot-c8a695550f819b8c61c8f8a13d622402ef684f99.tar.gz
coreboot-c8a695550f819b8c61c8f8a13d622402ef684f99.tar.bz2
coreboot-c8a695550f819b8c61c8f8a13d622402ef684f99.zip
Reland "Kconfig: Bring HEAP_SIZE to a common, large value"
This reverts commit acbc4912375085a099c2427def464d6e481f2a90. Reason for revert: CB:79525 fixes the issue that led to the revert by not maintaining the heap in the SMM-stored copy of ramstage at all. Change-Id: I3c8ef785486d275c9341859d34fce12253bd2bb9 Signed-off-by: Patrick Georgi <patrick@coreboot.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/80023 Reviewed-by: Sean Rhodes <sean@starlabs.systems> Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Julius Werner <jwerner@chromium.org> Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/picasso')
-rw-r--r--src/soc/amd/picasso/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/soc/amd/picasso/Kconfig b/src/soc/amd/picasso/Kconfig
index f501398729b9..42fe66fa46bb 100644
--- a/src/soc/amd/picasso/Kconfig
+++ b/src/soc/amd/picasso/Kconfig
@@ -266,10 +266,6 @@ config S3_VGA_ROM_RUN
bool
default n
-config HEAP_SIZE
- hex
- default 0xc0000
-
config SERIRQ_CONTINUOUS_MODE
bool
default n