aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/socket_S1G1/Kconfig
blob: b96613c5c5959776ef0a832f1d298cdfe1cfb932 (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
33
34
35
36
37
config CPU_AMD_SOCKET_S1G1
        bool

if CPU_AMD_SOCKET_S1G1

config SOCKET_SPECIFIC_OPTIONS
	def_bool y
	select K8_REV_F_SUPPORT
	select K8_HT_FREQ_1G_SUPPORT
	select CPU_AMD_MODEL_FXX

config CPU_SOCKET_TYPE
	hex
	default 0x12

#DDR2 and REG, S1G1
config DIMM_SUPPORT
	hex
	default 0x0204

config CPU_ADDR_BITS
	int
	default 40

config DCACHE_RAM_BASE
	hex
	default 0xc8000

config DCACHE_RAM_SIZE
	hex
	default 0x08000

config DCACHE_RAM_GLOBAL_VAR_SIZE
	hex
	default 0x01000

endif