[coreboot-gerrit] Change in coreboot[master]: fsp2_0/mma: Enable EvLoader in FSP for MMA

Pratikkumar V Prajapati (Code Review) gerrit at coreboot.org
Wed Aug 2 21:10:10 CEST 2017


Pratikkumar V Prajapati has uploaded this change for review. ( https://review.coreboot.org/20863


Change subject: fsp2_0/mma: Enable EvLoader in FSP for MMA
......................................................................

fsp2_0/mma: Enable EvLoader in FSP for MMA

EvLoader is FSP module while loads and runs MMA tests.
With https://review.coreboot.org/#/c/20123/ patch EvLoader
needs to be enabled with UPD param from coreboot.

Change-Id: Ifb860b98d6e6f21c116473a962f647e491e8546f
Signed-off-by: Pratik Prajapati <pratikkumar.v.prajapati at intel.com>
---
M src/drivers/intel/fsp2_0/mma_core.c
1 file changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/63/20863/1

diff --git a/src/drivers/intel/fsp2_0/mma_core.c b/src/drivers/intel/fsp2_0/mma_core.c
index 2e48e07..dfb1a1f 100644
--- a/src/drivers/intel/fsp2_0/mma_core.c
+++ b/src/drivers/intel/fsp2_0/mma_core.c
@@ -41,6 +41,8 @@
 		return;
 	}
 
+	/* Enable EvLoader to run load and run MMA tests.*/
+	memory_cfg->EvLoader = 1;
 	soc_update_memory_params_for_mma(memory_cfg, &mma_cfg);
 	printk(BIOS_DEBUG, "MMA: set up completed successfully\n");
 }

-- 
To view, visit https://review.coreboot.org/20863
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifb860b98d6e6f21c116473a962f647e491e8546f
Gerrit-Change-Number: 20863
Gerrit-PatchSet: 1
Gerrit-Owner: Pratikkumar V Prajapati <pratikkumar.v.prajapati at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170802/1acbf4c7/attachment.html>


More information about the coreboot-gerrit mailing list