blob: cf1664044ab21e951d9ab458af6233df43135d00 [file] [log] [blame]
Martin Roth19081102024-02-16 10:31:30 -07001## SPDX-License-Identifier: GPL-2.0-only
2
Stefan Reinauer5c554632012-04-04 00:09:50 +02003config CPU_INTEL_MODEL_206AX
4 bool
Angel Pons8e035e32021-06-22 12:58:20 +02005 select ARCH_X86
Arthur Heymansd293b202024-02-02 19:35:13 +01006 select HAVE_X86_64_SUPPORT
Stefan Reinauer5c554632012-04-04 00:09:50 +02007 select SSE2
Patrick Rudolphb9959e22017-06-06 10:44:29 +02008 select UDELAY_TSC
Patrick Rudolphb9959e22017-06-06 10:44:29 +02009 select TSC_MONOTONIC_TIMER
Alexandru Gagniuc66e0c4c2013-12-04 22:21:15 -060010 select SUPPORT_CPU_UCODE_IN_CBFS
Sven Schnelle51676b12012-07-29 19:18:03 +020011 #select AP_IN_SIPI_WAIT
Stefan Reinauer0db68202012-08-07 14:44:51 -070012 select TSC_SYNC_MFENCE
Matt DeVilliered6fe2f2016-12-14 16:12:43 -060013 select CPU_INTEL_COMMON
Kyösti Mälkkic00e2fb2019-02-11 11:36:17 +020014 select CPU_INTEL_COMMON_TIMEBASE
Stefan Reinauer5c554632012-04-04 00:09:50 +020015
Elyes Haouas86f4f2f2023-07-21 07:38:54 +020016if CPU_INTEL_MODEL_206AX
17
Stefan Reinauer5c554632012-04-04 00:09:50 +020018config SMM_TSEG_SIZE
19 hex
20 default 0x800000
21
Arthur Heymans67031a52018-02-05 19:08:03 +010022config SMM_RESERVED_SIZE
23 hex
24 default 0x100000
25
26# Intel Enhanced Debug region must be 4MB
27config IED_REGION_SIZE
28 hex
29 default 0x400000
30
Angel Ponsd71754d2020-05-29 00:42:15 +020031config MAX_CPUS
32 int
33 default 8
34
Vadim Bendebury999e94c2012-06-19 04:20:20 +000035endif