summaryrefslogtreecommitdiffstats
path: root/src/build
diff options
context:
space:
mode:
authorspashabk-in <shakeebbk@in.ibm.com>2017-06-22 01:40:37 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2017-06-27 15:02:24 -0400
commit02021c69d7d55b09718050265a1813d7806c0f01 (patch)
tree56666db35c89cbae80da1f5273458befc3e2fe78 /src/build
parentbf0fbbc47c2d07b292d21b65a0532fabef5ef4b9 (diff)
downloadtalos-sbe-02021c69d7d55b09718050265a1813d7806c0f01.tar.gz
talos-sbe-02021c69d7d55b09718050265a1813d7806c0f01.zip
Enable DD2 images in op-build pnor
Change-Id: I782d152db45ed64c38fea7a7104d7be19639d204 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42263 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/build')
-rwxr-xr-xsrc/build/sbeOpDistribute.py5
1 files changed, 2 insertions, 3 deletions
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)
OpenPOWER on IntegriCloud