blob: 062f10167c2e566bbbaf5f0eab9501bed9a39d02 (
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 0xffaf8000
config DCACHE_RAM_SIZE
hex
default 0x8000
endif
|