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_p
/
Kconfig
blob
e90b42a7f731919a0f5323d949db054da2170c11
1
config CPU_INTEL_SOCKET_P
2
bool
3
4
if CPU_INTEL_SOCKET_P
5
6
config SOCKET_SPECIFIC_OPTIONS
7
def_bool y
8
select CPU_INTEL_MODEL_1067X
9
select CPU_INTEL_MODEL_6FX
10
select MMX
11
12
config DCACHE_RAM_BASE
13
hex
14
default 0xfefc0000
15
16
config DCACHE_RAM_SIZE
17
hex
18
default 0x10000
19
20
config DCACHE_BSP_STACK_SIZE
21
hex
22
default 0x2000
23
24
config MAX_CPUS
25
int
26
default 4
27
28
endif