Move the selection of CPU_X86_CACHE_HELPER to the Kconfig file of the CPU models which call the x86_enable_cache function that gets added to the build by selecting this option. Change-Id: Ie75682f5d20a79fc2f3aab9b8a2c3ccf79d1ad5c Signed-off-by: Angel Pons <th3fanbus@gmail.com> Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44227 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
27 lines
322 B
Plaintext
27 lines
322 B
Plaintext
config CPU_INTEL_SOCKET_P
|
|
bool
|
|
select CPU_INTEL_MODEL_1067X
|
|
select CPU_INTEL_MODEL_6FX
|
|
select MMX
|
|
select SSE
|
|
|
|
if CPU_INTEL_SOCKET_P
|
|
|
|
config DCACHE_RAM_BASE
|
|
hex
|
|
default 0xfefc0000
|
|
|
|
config DCACHE_RAM_SIZE
|
|
hex
|
|
default 0x8000
|
|
|
|
config DCACHE_BSP_STACK_SIZE
|
|
hex
|
|
default 0x2000
|
|
|
|
config MAX_CPUS
|
|
int
|
|
default 4
|
|
|
|
endif
|