blob: ec3ab70d56986ba0797da6faaa731df710b5efde [file] [log] [blame]
Patrick Georgi66b74042009-10-07 15:30:58 +00001config CPU_AMD_SOCKET_754
2 bool
Jonathan Kollasch6b0ade72010-10-19 13:03:34 +00003
4if CPU_AMD_SOCKET_754
5
6config SOCKET_SPECIFIC_OPTIONS
7 def_bool y
Patrick Georgi66b74042009-10-07 15:30:58 +00008 select CPU_AMD_MODEL_FXX
Aaron Durbin57686f82013-03-20 15:50:59 -05009 select X86_AMD_FIXED_MTRRS
Jonathan Kollasch6b0ade72010-10-19 13:03:34 +000010
Jonathan Kollasch6b0ade72010-10-19 13:03:34 +000011config DCACHE_RAM_BASE
12 hex
13 default 0xc8000
14
15config DCACHE_RAM_SIZE
16 hex
17 default 0x08000
18
Timothy Pearsonb5e46552015-06-02 13:47:36 -050019config DCACHE_BSP_STACK_SIZE
20 hex
21 default 0x2000
22
Timothy Pearsonfb39f822015-06-02 20:25:03 -050023config DCACHE_BSP_STACK_SLUSH
24 hex
25 default 0x1000
26
Timothy Pearsonb5e46552015-06-02 13:47:36 -050027config DCACHE_AP_STACK_SIZE
28 hex
29 default 0x400
30
Jonathan Kollasch6b0ade72010-10-19 13:03:34 +000031endif # CPU_AMD_SOCKET_754