blob: ec584288bf40c8f9da90e1847e2aef103b47dcd8 (
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_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
|