Merge branch 'next'
[platform/kernel/u-boot.git] / arch / x86 / cpu / broadwell / Kconfig
1 #
2 # Copyright (C) 2016 Google Inc.
3 #
4 # SPDX-License-Identifier:      GPL-2.0
5
6 config INTEL_BROADWELL
7         bool
8         select CACHE_MRC_BIN
9
10 if INTEL_BROADWELL
11
12 config DCACHE_RAM_BASE
13         default 0xff7c0000
14
15 config DCACHE_RAM_SIZE
16         default 0x40000
17
18 config DCACHE_RAM_MRC_VAR_SIZE
19         default 0x30000
20
21 config CPU_SPECIFIC_OPTIONS
22         def_bool y
23         select SMM_TSEG
24         select X86_RAMTEST
25
26 config SMM_TSEG_SIZE
27         hex
28         default 0x800000
29
30 endif