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
mb/google/rauru: Implement regulator interface
[coreboot.git]
/
src
/
cpu
/
intel
/
socket_p
/
Kconfig
blob
9d64b78753dc28a13943fa6fd8a50c66d3de276b
1
## SPDX-License-Identifier: GPL-2.0-only
2
3
config CPU_INTEL_SOCKET_P
4
bool
5
select CPU_INTEL_MODEL_1067X
6
select CPU_INTEL_MODEL_6FX
7
8
if CPU_INTEL_SOCKET_P
9
10
config DCACHE_RAM_BASE
11
hex
12
default 0xfefc0000
13
14
config DCACHE_RAM_SIZE
15
hex
16
default 0x10000
17
18
config DCACHE_BSP_STACK_SIZE
19
hex
20
default 0x2000
21
22
config MAX_CPUS
23
int
24
default 4
25
26
endif