blob: a481ded55a5ccb0982647713d8fbfd2f1d752cb8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
config CPU_AMD_SOCKET_940
bool
if CPU_AMD_SOCKET_940
config SOCKET_SPECIFIC_OPTIONS
def_bool y
select K8_HT_FREQ_1G_SUPPORT
select CPU_AMD_MODEL_FXX
select X86_AMD_FIXED_MTRRS
config CPU_ADDR_BITS
int
default 40
config DCACHE_RAM_BASE
hex
default 0xc8000
config DCACHE_RAM_SIZE
hex
default 0x08000
config DCACHE_BSP_STACK_SIZE
hex
default 0x2000
config DCACHE_AP_STACK_SIZE
hex
default 0x400
endif # CPU_AMD_SOCKET_940
|