diff options
author | Pratik Prajapati <pratikkumar.v.prajapati@intel.com> | 2017-04-10 15:45:40 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-04-24 19:11:34 +0200 |
commit | 0bb611d12542eff9710bd617dc92afa0b8b8d775 (patch) | |
tree | 229ac50774bbf6accf784a7b0b60919f29370068 /util/mma/mma_setup_test.sh | |
parent | 6955b9c5b2df5a12f93fb10457330df54a186a17 (diff) | |
download | coreboot-0bb611d12542eff9710bd617dc92afa0b8b8d775.tar.xz |
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@intel.com>
Reviewed-on: https://review.coreboot.org/19259
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'util/mma/mma_setup_test.sh')
-rwxr-xr-x | util/mma/mma_setup_test.sh | 27 |
1 files 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 [<mma_test_name_efi> <mma_test_param_bin>] | 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" |