[coreboot-gerrit] Change in ...coreboot[master]: soc/intel/common: Add Kconfig option to choose FSP MP Init

Subrata Banik (Code Review) gerrit at coreboot.org
Tue Dec 18 09:17:50 CET 2018


Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30287


Change subject: soc/intel/common: Add Kconfig option to choose FSP MP Init
......................................................................

soc/intel/common: Add Kconfig option to choose FSP MP Init

mainboard users can select CONFIG_USE_INTEL_FSP_MP_INIT in order to
perform MP initialization using Intel FSP.

Change-Id: Ifbea463fdaf97d68c21a759c37f49492d58a056b
Signed-off-by: Subrata Banik <subrata.banik at intel.com>
---
M src/soc/intel/common/block/cpu/Kconfig
1 file changed, 6 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/87/30287/1

diff --git a/src/soc/intel/common/block/cpu/Kconfig b/src/soc/intel/common/block/cpu/Kconfig
index ad06a53..e2154c2 100644
--- a/src/soc/intel/common/block/cpu/Kconfig
+++ b/src/soc/intel/common/block/cpu/Kconfig
@@ -18,6 +18,12 @@
 	  ensured that all MTRRs are re-programmed based on the DRAM
 	  resource settings.
 
+config USE_INTEL_FSP_MP_INIT
+	bool
+	default n
+	help
+	  This option allows you to choose FSP MP Initialization.
+
 config SOC_INTEL_USES_MP_SERVICES_PPI
 	bool
 	default n

-- 
To view, visit https://review.coreboot.org/c/coreboot/+/30287
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ifbea463fdaf97d68c21a759c37f49492d58a056b
Gerrit-Change-Number: 30287
Gerrit-PatchSet: 1
Gerrit-Owner: Subrata Banik <subrata.banik at intel.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181218/40edeec4/attachment-0001.html>


More information about the coreboot-gerrit mailing list