xref: /openbmc/u-boot/arch/x86/cpu/broadwell/Kconfig (revision 0568dd06)
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
10if INTEL_BROADWELL
11
12config DCACHE_RAM_BASE
13	default 0xff7c0000
14
15config DCACHE_RAM_SIZE
16	default 0x40000
17
18config DCACHE_RAM_MRC_VAR_SIZE
19	default 0x30000
20
21config CPU_SPECIFIC_OPTIONS
22	def_bool y
23	select SMM_TSEG
24	select X86_RAMTEST
25
26config SMM_TSEG_SIZE
27	hex
28	default 0x800000
29
30endif
31