blob: 7c42722e829167f94e9ce98f7de7a12e70a64b86 [file] [log] [blame]
Kyösti Mälkkie13632a2012-02-10 13:32:13 +02001config CPU_INTEL_SOCKET_BGA956
2 bool
Elyes Haouas86f4f2f2023-07-21 07:38:54 +02003 select CPU_INTEL_MODEL_1067X
Patrick Georgibf10bc32012-11-01 15:32:32 +01004
5if CPU_INTEL_SOCKET_BGA956
6
7config DCACHE_RAM_BASE
8 hex
Kyösti Mälkkic86c6b32016-12-09 17:43:27 +02009 default 0xfefc0000
Patrick Georgibf10bc32012-11-01 15:32:32 +010010
11config DCACHE_RAM_SIZE
12 hex
Arthur Heymansa5b06b92023-01-13 09:33:03 +010013 default 0x10000
Patrick Georgibf10bc32012-11-01 15:32:32 +010014
Arthur Heymansbe9533a2019-10-12 14:35:25 +020015config DCACHE_BSP_STACK_SIZE
16 hex
17 default 0x2000
18
Angel Ponsf6846ef2020-05-29 01:06:04 +020019config MAX_CPUS
20 int
21 default 2
22
Patrick Georgibf10bc32012-11-01 15:32:32 +010023endif