Skip to content

Commit

Permalink
Enable nimbus DD2.1 in op-build
Browse files Browse the repository at this point in the history
Support DD2.1 SBE image in op-build for nimbus

Change-Id: I86cd5eccdce3b205797b5fcf8dc5607e7a6c4d22
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45346
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
  • Loading branch information
Shakeebbk authored and sgupta2m committed Sep 8, 2017
1 parent b4da86c commit 94e6d03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/build/sbeOpDistribute.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
import getopt

CHIPID = 'p9n'
p9n_EC = ['10', '20']
DD_level = {'10':'DD1', '20':'DD2'}
p9n_EC = ['10', '20', '21']
DD_level = {'10':'DD1', '20':'DD2', '21':'DD2'}

def usage():
print "usage:sbeOpDistribute.py [--sbe_binary_dir] <sbe binary path> [--img_dir] <images path>"
Expand Down

0 comments on commit 94e6d03

Please sign in to comment.