]> git.sur5r.net Git - u-boot/blob - arch/x86/cpu/broadwell/Kconfig
x86: kconfig: Select ARCH_EARLY_INIT_R in the platform Kconfig
[u-boot] / 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         select ARCH_EARLY_INIT_R
10         imply HAVE_INTEL_ME
11
12 if INTEL_BROADWELL
13
14 config DCACHE_RAM_BASE
15         default 0xff7c0000
16
17 config DCACHE_RAM_SIZE
18         default 0x40000
19
20 config DCACHE_RAM_MRC_VAR_SIZE
21         default 0x30000
22
23 config CPU_SPECIFIC_OPTIONS
24         def_bool y
25         select SMM_TSEG
26         select X86_RAMTEST
27
28 config SMM_TSEG_SIZE
29         hex
30         default 0x800000
31
32 endif