repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ec/starlabs/merlin: Remove unused variant directories
[coreboot2.git]
/
src
/
cpu
/
intel
/
socket_m
/
Kconfig
blob
62402a1bf5187a74b40c0424b8e362a8e6388a2f
1
## SPDX-License-Identifier: GPL-2.0-only
2
3
config CPU_INTEL_SOCKET_M
4
bool
5
select CPU_INTEL_MODEL_6EX
6
select CPU_INTEL_MODEL_6FX
7
8
if CPU_INTEL_SOCKET_M
9
10
config DCACHE_RAM_BASE
11
hex
12
default 0xfefc0000
13
14
config DCACHE_RAM_SIZE
15
hex
16
default 0x8000
17
18
config PRERAM_CBFS_CACHE_SIZE
19
default 0x0
20
21
config DCACHE_BSP_STACK_SIZE
22
hex
23
default 0x2000
24
25
endif