[coreboot-gerrit] Patch set updated for coreboot: soc/intel/common: Add config SMM_COMMON and CPU_COMMON

Hannah Williams (hannah.williams@intel.com) gerrit at coreboot.org
Fri Apr 15 20:44:20 CEST 2016


Hannah Williams (hannah.williams at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14383

-gerrit

commit b10c28fceaac13a574e6a5fb9b89b9d27a077673
Author: Hannah Williams <hannah.williams at intel.com>
Date:   Fri Apr 15 11:47:47 2016 -0700

    soc/intel/common: Add config SMM_COMMON and CPU_COMMON
    
    Change-Id: Ie74b33223803c4696f5e070958c36d943d5a7d3f
    Signed-off-by: Hannah Williams <hannah.williams at intel.com>
---
 src/soc/intel/common/Kconfig | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/soc/intel/common/Kconfig b/src/soc/intel/common/Kconfig
index 8b68aad..2a94837 100644
--- a/src/soc/intel/common/Kconfig
+++ b/src/soc/intel/common/Kconfig
@@ -59,4 +59,12 @@ config MMA_BLOBS_PATH
 	depends on MMA
 	default "3rdparty/blobs/mainboard/$(MAINBOARDDIR)/mma"
 
+config SMM_COMMON
+	bool
+	default n
+
+config CPU_COMMON
+	bool
+	default n
+
 endif # SOC_INTEL_COMMON



More information about the coreboot-gerrit mailing list