summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/alderlake/Kconfig
diff options
context:
space:
mode:
authorSubrata Banik <subratabanik@google.com>2023-07-17 11:16:16 +0530
committerSubrata Banik <subratabanik@google.com>2023-07-19 13:01:57 +0000
commit9d783081945031db9745e7489987e07b88210f05 (patch)
tree939a5ff7e1830a4bb880e5f96d50c5778d178a6a /src/soc/intel/alderlake/Kconfig
parent5f8f05b1b563808af86ec56862390ef1f0159146 (diff)
downloadcoreboot-9d783081945031db9745e7489987e07b88210f05.tar.gz
coreboot-9d783081945031db9745e7489987e07b88210f05.tar.bz2
coreboot-9d783081945031db9745e7489987e07b88210f05.zip
soc/intel/{adl, mtl}: Reduce CAR usage while using FSP debug binaries
Reduces the CAR (Cache-as-RAM) variable usage while using FSP debug binaries, which can prevent the CAR from becoming too full and unable to integrate other CAR global variables. This change has the following downsides: - FSP debug output into the cbmem buffer will be partial. To test this change, you can: Build and boot google/rex without any function impact with non-serial and serial FSP debug image (unless what has been documented here). Bug=b:284124701 TEST=Able to build and boot google/rex. Change-Id: I16a1aa25fd32327d03a37381a696c86c95014ba0 Signed-off-by: Subrata Banik <subratabanik@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/76540 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kapil Porwal <kapilporwal@google.com> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/soc/intel/alderlake/Kconfig')
-rw-r--r--src/soc/intel/alderlake/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/alderlake/Kconfig b/src/soc/intel/alderlake/Kconfig
index 37ce1baf68af..e106d7510b5d 100644
--- a/src/soc/intel/alderlake/Kconfig
+++ b/src/soc/intel/alderlake/Kconfig
@@ -382,7 +382,6 @@ config CBFS_SIZE
config PRERAM_CBMEM_CONSOLE_SIZE
hex
- default 0x16000 if CONSOLE_SERIAL
default 0x4000
config CONSOLE_CBMEM_BUFFER_SIZE