Change-Id: I9833c4f6c43b3e67f95bd465c42d7a5036dff914 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55196 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
38 lines
616 B
Plaintext
38 lines
616 B
Plaintext
config CPU_INTEL_MODEL_206AX
|
|
bool
|
|
|
|
if CPU_INTEL_MODEL_206AX
|
|
|
|
config CPU_SPECIFIC_OPTIONS
|
|
def_bool y
|
|
select ARCH_ALL_STAGES_X86_32
|
|
select BOOT_DEVICE_SPI_FLASH_NO_EARLY_WRITES
|
|
select MMX
|
|
select SSE2
|
|
select UDELAY_TSC
|
|
select TSC_MONOTONIC_TIMER
|
|
select SUPPORT_CPU_UCODE_IN_CBFS
|
|
#select AP_IN_SIPI_WAIT
|
|
select TSC_SYNC_MFENCE
|
|
select CPU_INTEL_COMMON
|
|
select CPU_INTEL_COMMON_TIMEBASE
|
|
|
|
config SMM_TSEG_SIZE
|
|
hex
|
|
default 0x800000
|
|
|
|
config SMM_RESERVED_SIZE
|
|
hex
|
|
default 0x100000
|
|
|
|
# Intel Enhanced Debug region must be 4MB
|
|
config IED_REGION_SIZE
|
|
hex
|
|
default 0x400000
|
|
|
|
config MAX_CPUS
|
|
int
|
|
default 8
|
|
|
|
endif
|