[coreboot-gerrit] Change in coreboot[master]: mma : update mma setup script for v2.1018

Pratikkumar V Prajapati (Code Review) gerrit at coreboot.org
Wed Apr 12 20:09:43 CEST 2017


Pratikkumar V Prajapati has uploaded a new change for review. ( https://review.coreboot.org/19259 )

Change subject: mma : update mma setup script for v2.1018
......................................................................

mma : update mma setup script for v2.1018

MMA blobs internal version 2.1018 adds more tests.
This patch updates the script to accommodate that change.
MMA blobs are part of chrome private repository.

Change-Id: Iff660fdfdfcd7acc3820c5550740276be6213877
Signed-off-by: Pratik Prajapati <pratikkumar.v.prajapati at intel.com>
---
M util/mma/mma_setup_test.sh
1 file changed, 18 insertions(+), 9 deletions(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/59/19259/1

diff --git a/util/mma/mma_setup_test.sh b/util/mma/mma_setup_test.sh
index 7eb3c7c..ec7baf9 100755
--- a/util/mma/mma_setup_test.sh
+++ b/util/mma/mma_setup_test.sh
@@ -3,7 +3,7 @@
 #
 # This file is part of the coreboot project.
 #
-# Copyright (C) 2015 Intel Corporation.
+# Copyright (C) 2017 Intel Corporation.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -26,6 +26,7 @@
 }
 
 show_usage() {
+	printf "MMA blobs version : 2.1018\n"
 	printf "usage: $(basename "${0}") %s\n" \
 		"set [<mma_test_name_efi> <mma_test_param_bin>] | reset"
 	printf '=%.0s' {1..29}
@@ -72,14 +73,22 @@
 	printf "Test name \tMarginMapper.efi\n"
 	printf "Test Config\n"
         printf "\t\t%s %s\n" \
-		MarginMapperRxVref-RxDqsDelayConfigCh0.bin \
-		MarginMapperRxVref-RxDqsDelayConfigCh1.bin \
-		MarginMapperTxVref-TxDqDelayConfigCh0.bin \
-		MarginMapperTxVref-TxDqDelayConfigCh1.bin \
-		ScoreRxVref-RxDqsDelayConfigCh0.bin \
-		ScoreRxVref-RxDqsDelayConfigCh1.bin \
-		ScoreTxVref-TxDqDelayConfigCh0.bin \
-		ScoreTxVref-TxDqDelayConfigCh1.bin
+		MarginMapperRxVref-RxDqsDelayConfigVCh0ACh0_single_ch.bin \
+		MarginMapperRxVref-RxDqsDelayConfigVCh0ACh1_dual_ch.bin \
+		MarginMapperRxVref-RxDqsDelayConfigVCh1ACh0_dual_ch.bin \
+		MarginMapperRxVref-RxDqsDelayConfigVCh1ACh1_single_ch.bin \
+		MarginMapperTxVref-TxDqDelayConfigVCh0ACh0_single_ch.bin \
+		MarginMapperTxVref-TxDqDelayConfigVCh0ACh1_dual_ch.bin \
+		MarginMapperTxVref-TxDqDelayConfigVCh1ACh0_dual_ch.bin \
+		MarginMapperTxVref-TxDqDelayConfigVCh1ACh1_single_ch.bin \
+		ScoreRxVref-RxDqsDelayConfigVCh0ACh0_single_ch.bin \
+		ScoreRxVref-RxDqsDelayConfigVCh0ACh1_dual_ch.bin \
+		ScoreRxVref-RxDqsDelayConfigVCh1ACh0_dual_ch.bin \
+		ScoreRxVref-RxDqsDelayConfigVCh1ACh1_single_ch.bin \
+		ScoreTxVref-TxDqDelayConfigVCh0ACh0_single_ch.bin \
+		ScoreTxVref-TxDqDelayConfigVCh0ACh1_dual_ch.bin \
+		ScoreTxVref-TxDqDelayConfigVCh1ACh0_dual_ch.bin \
+		ScoreTxVref-TxDqDelayConfigVCh1ACh1_single_ch.bin
 	printf_separator
 	printf "Test Name \tRMT.efi\n"
 	printf "Test Config\n"

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iff660fdfdfcd7acc3820c5550740276be6213877
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Pratikkumar V Prajapati <pratikkumar.v.prajapati at intel.com>



More information about the coreboot-gerrit mailing list