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

Martin Roth (Code Review) gerrit at coreboot.org
Mon Apr 24 19:11:37 CEST 2017


Martin Roth has submitted this change and it was merged. ( 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>
Reviewed-on: https://review.coreboot.org/19259
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin at chromium.org>
---
M util/mma/mma_setup_test.sh
1 file changed, 18 insertions(+), 9 deletions(-)

Approvals:
  Aaron Durbin: Looks good to me, approved
  build bot (Jenkins): Verified



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: merged
Gerrit-Change-Id: Iff660fdfdfcd7acc3820c5550740276be6213877
Gerrit-PatchSet: 3
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Pratikkumar V Prajapati <pratikkumar.v.prajapati at intel.com>
Gerrit-Reviewer: Aaron Durbin <adurbin at chromium.org>
Gerrit-Reviewer: Duncan Laurie <dlaurie at chromium.org>
Gerrit-Reviewer: Martin Roth <martinroth at google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter at users.sourceforge.net>
Gerrit-Reviewer: Pratikkumar V Prajapati <pratikkumar.v.prajapati at intel.com>
Gerrit-Reviewer: build bot (Jenkins)



More information about the coreboot-gerrit mailing list