From 02021c69d7d55b09718050265a1813d7806c0f01 Mon Sep 17 00:00:00 2001 From: spashabk-in Date: Thu, 22 Jun 2017 01:40:37 -0500 Subject: Enable DD2 images in op-build pnor Change-Id: I782d152db45ed64c38fea7a7104d7be19639d204 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42263 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Prachi Gupta Reviewed-by: Michael Baiocchi Reviewed-by: Sachin Gupta --- src/build/sbeOpDistribute.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/build') diff --git a/src/build/sbeOpDistribute.py b/src/build/sbeOpDistribute.py index ed3a2f7c..c156b645 100755 --- a/src/build/sbeOpDistribute.py +++ b/src/build/sbeOpDistribute.py @@ -27,7 +27,7 @@ import sys import getopt CHIPID = 'p9n' -p9n_EC = ['10']#, '20'] +p9n_EC = ['10', '20'] DD_level = {'10':'DD1', '20':'DD2'} def usage(): @@ -113,7 +113,6 @@ def main(argv): # buildSbePart.pl run_system_cmd(buildSbePart+" --sbeOutBin "+scratch_dir+"/"+sbe_out_name+ec_build_sbe_cmd) - run_system_cmd("dd if="+scratch_dir+"/"+sbe_out_name+" of="+scratch_dir+"/"+sbe_out_name+".256K ibs=256K conv=sync") - run_system_cmd("ecc --inject "+scratch_dir+"/"+sbe_out_name+".256K --output "+scratch_dir+"/"+sbe_out_name+".ecc --p8") + run_system_cmd("ecc --inject "+scratch_dir+"/"+sbe_out_name+" --output "+scratch_dir+"/"+sbe_out_name+".ecc --p8") if __name__ == "__main__": main(sys.argv) -- cgit v1.2.1