aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/ep80579/Kconfig
blob: dc19ae1c304a65f6af0df375977d862a2a4ff6c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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

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 0xfefc0000

config DCACHE_RAM_SIZE
	hex
	default 0x8000

endif