blob: f3006c3e6750db2602c0036963c726ebf3104501 [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 Meng5d89b372017-07-30 06:23:13 -07009 select ARCH_EARLY_INIT_R
Bin Meng1e452b42017-07-30 06:23:10 -070010 imply HAVE_INTEL_ME
Simon Glass2f3f4772016-03-11 22:07:18 -070011
12if INTEL_BROADWELL
13
14config DCACHE_RAM_BASE
15 default 0xff7c0000
16
17config DCACHE_RAM_SIZE
18 default 0x40000
19
20config DCACHE_RAM_MRC_VAR_SIZE
21 default 0x30000
22
23config CPU_SPECIFIC_OPTIONS
24 def_bool y
25 select SMM_TSEG
26 select X86_RAMTEST
27
28config SMM_TSEG_SIZE
29 hex
30 default 0x800000
31
32endif