summaryrefslogtreecommitdiffstats
path: root/src/cpu
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2021-05-05 14:45:28 +0200
committerArthur Heymans <arthur@aheymans.xyz>2022-04-27 13:04:12 +0000
commite69461dc25193bc792ba50b7d48081bdccd6e066 (patch)
treec7c3c611a29b740fbfb0635110aa163547993ebe /src/cpu
parent6afd3c1ceaba3a99ae4add821934ce6d04faa95d (diff)
downloadcoreboot-e69461dc25193bc792ba50b7d48081bdccd6e066.tar.gz
coreboot-e69461dc25193bc792ba50b7d48081bdccd6e066.tar.bz2
coreboot-e69461dc25193bc792ba50b7d48081bdccd6e066.zip
nb/intel/pineview: Use cbfs mcache
There is plenty of cache available to increase DCACHE_RAM_SIZE to allow the use of cbfs mcache. Tested on Gigabyte GA-D510UD, still boots and resumes. Change-Id: I1487ba9decd3aa22424a3ac111de7fbdb867d38d Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/52941 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/cpu')
-rw-r--r--src/cpu/intel/socket_FCBGA559/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/intel/socket_FCBGA559/Kconfig b/src/cpu/intel/socket_FCBGA559/Kconfig
index 681ca4168283..ed661b6e9cb5 100644
--- a/src/cpu/intel/socket_FCBGA559/Kconfig
+++ b/src/cpu/intel/socket_FCBGA559/Kconfig
@@ -17,7 +17,7 @@ config DCACHE_RAM_BASE
config DCACHE_RAM_SIZE
hex
- default 0x4000
+ default 0x8000
config DCACHE_BSP_STACK_SIZE
hex