blob: 8501949d3eaa079eb1bc60964be74a1cb949c55c [file] [log] [blame]
Simon Glass2f3f4772016-03-11 22:07:18 -07001#
2# Copyright (C) 2016 Google Inc.
3#
4# SPDX-License-Identifier: GPL-2.0
5
6config INTEL_BROADWELL
7 bool
8 select CACHE_MRC_BIN
Bin Meng1e452b42017-07-30 06:23:10 -07009 imply HAVE_INTEL_ME
Simon Glass2f3f4772016-03-11 22:07:18 -070010
11if INTEL_BROADWELL
12
13config DCACHE_RAM_BASE
14 default 0xff7c0000
15
16config DCACHE_RAM_SIZE
17 default 0x40000
18
19config DCACHE_RAM_MRC_VAR_SIZE
20 default 0x30000
21
22config CPU_SPECIFIC_OPTIONS
23 def_bool y
24 select SMM_TSEG
25 select X86_RAMTEST
26
27config SMM_TSEG_SIZE
28 hex
29 default 0x800000
30
31endif