blob: 47b455b94cdd10fedfb7b616ba261e27f87367a2 [file] [log] [blame]
Myles Watson9f8ecf52009-08-25 14:22:58 +00001config CPU_AMD_SOCKET_940
2 bool
Warren Turkal98a8c0c2010-09-30 03:35:00 +00003
4if CPU_AMD_SOCKET_940
5
6config SOCKET_SPECIFIC_OPTIONS
7 def_bool y
Patrick Georgi5e548712009-09-29 14:38:10 +00008 select K8_HT_FREQ_1G_SUPPORT
9 select CPU_AMD_MODEL_FXX
Aaron Durbin57686f82013-03-20 15:50:59 -050010 select X86_AMD_FIXED_MTRRS
Myles Watson9f8ecf52009-08-25 14:22:58 +000011
Warren Turkal98a8c0c2010-09-30 03:35:00 +000012config DCACHE_RAM_BASE
13 hex
14 default 0xc8000
15
16config DCACHE_RAM_SIZE
17 hex
18 default 0x08000
19
Timothy Pearsonb5e46552015-06-02 13:47:36 -050020config DCACHE_BSP_STACK_SIZE
21 hex
22 default 0x2000
23
Timothy Pearsonfb39f822015-06-02 20:25:03 -050024config DCACHE_BSP_STACK_SLUSH
25 hex
26 default 0x1000
27
Timothy Pearsonb5e46552015-06-02 13:47:36 -050028config DCACHE_AP_STACK_SIZE
29 hex
30 default 0x400
31
Warren Turkal98a8c0c2010-09-30 03:35:00 +000032endif # CPU_AMD_SOCKET_940