b96613c5c5959776ef0a832f1d298cdfe1cfb932
[coreboot.git] / src / cpu / amd / socket_S1G1 / Kconfig
1 config CPU_AMD_SOCKET_S1G1
2         bool
3
4 if CPU_AMD_SOCKET_S1G1
5
6 config SOCKET_SPECIFIC_OPTIONS
7         def_bool y
8         select K8_REV_F_SUPPORT
9         select K8_HT_FREQ_1G_SUPPORT
10         select CPU_AMD_MODEL_FXX
11
12 config CPU_SOCKET_TYPE
13         hex
14         default 0x12
15
16 #DDR2 and REG, S1G1
17 config DIMM_SUPPORT
18         hex
19         default 0x0204
20
21 config CPU_ADDR_BITS
22         int
23         default 40
24
25 config DCACHE_RAM_BASE
26         hex
27         default 0xc8000
28
29 config DCACHE_RAM_SIZE
30         hex
31         default 0x08000
32
33 config DCACHE_RAM_GLOBAL_VAR_SIZE
34         hex
35         default 0x01000
36
37 endif