From 0bb611d12542eff9710bd617dc92afa0b8b8d775 Mon Sep 17 00:00:00 2001 From: Pratik Prajapati Date: Mon, 10 Apr 2017 15:45:40 -0700 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/19259 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- util/mma/mma_setup_test.sh | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/util/mma/mma_setup_test.sh b/util/mma/mma_setup_test.sh index 7eb3c7c225..ec7baf92ce 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 @@ printf_separator() { } show_usage() { + printf "MMA blobs version : 2.1018\n" printf "usage: $(basename "${0}") %s\n" \ "set [ ] | reset" printf '=%.0s' {1..29} @@ -72,14 +73,22 @@ show_usage() { 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"