blob: 028e915e5607a425dbfe2846c8f4feecd6c7693e [file] [log] [blame]
Stefan Reinauer9616f3c2015-04-29 10:45:22 -07001config SOC_INTEL_COMMON
2 bool
3 help
4 common code for Intel SOCs
5
Lee Leahy0946ec32015-04-20 15:24:54 -07006if SOC_INTEL_COMMON
7
Duncan Lauried8c4f2b2014-04-22 10:46:06 -07008config CACHE_MRC_SETTINGS
9 bool "Save cached MRC settings"
10 default n
11
12if CACHE_MRC_SETTINGS
13
14config MRC_SETTINGS_CACHE_BASE
15 hex
Alexandru Gagniucbc140cf2015-08-28 14:28:35 -040016 default 0xfffe0000
Duncan Lauried8c4f2b2014-04-22 10:46:06 -070017
18config MRC_SETTINGS_CACHE_SIZE
19 hex
20 default 0x10000
21
Duncan Lauriea32b6b92015-01-15 15:49:07 -080022config MRC_SETTINGS_PROTECT
23 bool "Enable protection on MRC settings"
24 default n
25
Duncan Lauried8c4f2b2014-04-22 10:46:06 -070026endif # CACHE_MRC_SETTINGS
27
Lee Leahy0946ec32015-04-20 15:24:54 -070028config DISPLAY_MTRRS
Martin Roth5fe62ef2015-06-24 19:04:16 -060029 bool "MTRRs: Display the MTRR settings"
Lee Leahy0946ec32015-04-20 15:24:54 -070030 default n
31
32config DISPLAY_SMM_MEMORY_MAP
33 bool "SMM: Display the SMM memory map"
34 default n
35
Lee Leahy14ecb542015-02-09 21:16:14 -080036config SOC_INTEL_COMMON_RESET
37 bool
38 default n
Lee Leahy0946ec32015-04-20 15:24:54 -070039
Duncan Laurie63ebc802015-09-08 16:09:28 -070040config SOC_INTEL_COMMON_ACPI_WAKE_SOURCE
41 bool
42 default n
43
Pratik Prajapatib90b94d2015-09-11 13:51:38 -070044config MMA
Martin Rothdde96fb2015-11-25 22:33:20 -070045 bool "enable MMA (Memory Margin Analysis) support"
46 default n
47 help
48 Set this option to y to enable MMA (Memory Margin Analysis) support
Pratik Prajapatib90b94d2015-09-11 13:51:38 -070049
50config MMA_BLOBS_PATH
Martin Rothdde96fb2015-11-25 22:33:20 -070051 string "Path to MMA blobs"
52 depends on MMA
53 default "3rdparty/blobs/mainboard/$(MAINBOARDDIR)/mma"
Pratik Prajapatib90b94d2015-09-11 13:51:38 -070054
Lee Leahy0946ec32015-04-20 15:24:54 -070055endif # SOC_INTEL_COMMON