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/intel/alderlake: Add ADL-P 4+4 with 28W TDP
[coreboot.git]
/
src
/
cpu
/
intel
/
socket_BGA956
/
Kconfig
blob
464a9b467952f34cf66f03034c4bd6e7f68a58cd
1
config CPU_INTEL_SOCKET_BGA956
2
bool
3
4
if CPU_INTEL_SOCKET_BGA956
5
6
config SOCKET_SPECIFIC_OPTIONS
7
def_bool y
8
select CPU_INTEL_MODEL_1067X
9
select MMX
10
11
config DCACHE_RAM_BASE
12
hex
13
default 0xfefc0000
14
15
config DCACHE_RAM_SIZE
16
hex
17
default 0x8000
18
19
config DCACHE_BSP_STACK_SIZE
20
hex
21
default 0x2000
22
23
config MAX_CPUS
24
int
25
default 2
26
27
endif