repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
soc/mediatek/mt8196: Initialize SSPM
[coreboot.git]
/
src
/
cpu
/
intel
/
socket_BGA956
/
Kconfig
blob
19637c301274ea9f7b6b19017a8e185ed5f375cb
1
## SPDX-License-Identifier: GPL-2.0-only
2
3
config CPU_INTEL_SOCKET_BGA956
4
bool
5
select CPU_INTEL_MODEL_1067X
6
7
if CPU_INTEL_SOCKET_BGA956
8
9
config DCACHE_RAM_BASE
10
hex
11
default 0xfefc0000
12
13
config DCACHE_RAM_SIZE
14
hex
15
default 0x10000
16
17
config PRERAM_CBFS_CACHE_SIZE
18
default 0x0
19
20
config DCACHE_BSP_STACK_SIZE
21
hex
22
default 0x2000
23
24
config MAX_CPUS
25
int
26
default 2
27
28
endif