Files
system76-coreboot/src/cpu/intel/socket_441/Kconfig
Martin Roth 1908110839 arch to cpu: Add SPDX license headers to Kconfig files
Change-Id: I7dd7b0b7c5fdb63fe32915b88e69313e3440b64a
Signed-off-by: Martin Roth <gaumless@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80587
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2024-02-18 01:58:52 +00:00

26 lines
374 B
Plaintext

## SPDX-License-Identifier: GPL-2.0-only
config CPU_INTEL_SOCKET_441
bool
select CPU_INTEL_MODEL_106CX
select SETUP_XIP_CACHE
if CPU_INTEL_SOCKET_441
config DCACHE_RAM_BASE
hex
default 0xfefc0000
config DCACHE_RAM_SIZE
hex
default 0x8000
config PRERAM_CBFS_CACHE_SIZE
default 0x0
config DCACHE_BSP_STACK_SIZE
hex
default 0x2000
endif # CPU_INTEL_SOCKET_441