aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/ep80579/Kconfig
blob: 5d90611f292dac28d3f13a8d3b9513a8438d6026 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
config CPU_INTEL_EP80579
	bool
	select ARCH_BOOTBLOCK_X86_32
	select ARCH_VERSTAGE_X86_32
	select ARCH_ROMSTAGE_X86_32
	select ARCH_RAMSTAGE_X86_32
	select SSE
	select SUPPORT_CPU_UCODE_IN_CBFS
	select BROKEN_CAR_MIGRATE

if CPU_INTEL_EP80579

# These are just dummy values to keep build happy.
# This CPU does not have tested cache_as_ram.inc.

config DCACHE_RAM_BASE
	hex
	default 0xffaf8000

config DCACHE_RAM_SIZE
	hex
	default 0x8000

endif