xref: /openbmc/u-boot/arch/x86/cpu/broadwell/Kconfig (revision 30b1ecd26533fdd680b66c0ed6767cc4b875fbc6)
1#
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
9	imply HAVE_INTEL_ME
10
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
32