blob: 26cea10ecfc7e08f5d094cd84260eabc6c58b913 [file] [log] [blame]
Nick Bofferdingf390b6f2019-10-08 11:55:42 -05001From b0a445addc19754ebea92ea3ee46185a3716267a Mon Sep 17 00:00:00 2001
2From: Nick Bofferding <bofferdn@us.ibm.com>
3Date: Thu, 3 Oct 2019 13:22:58 -0500
4Subject: [PATCH] Update SBE distribute to export P10 DD1 files
5
6Change-Id: I8bda043e0fe69187923abcfb1e79dd4de98e98ae
7---
8 src/build/sbeOpDistribute.py | 6 +++---
9 1 file changed, 3 insertions(+), 3 deletions(-)
10
11diff --git a/src/build/sbeOpDistribute.py b/src/build/sbeOpDistribute.py
12index 14546d9..32b0cff 100755
13--- a/src/build/sbeOpDistribute.py
14+++ b/src/build/sbeOpDistribute.py
15@@ -5,7 +5,7 @@
16 #
17 # OpenPOWER sbe Project
18 #
19-# Contributors Listed Below - COPYRIGHT 2017,2018
20+# Contributors Listed Below - COPYRIGHT 2017,2019
21 # [+] International Business Machines Corp.
22 #
23 #
24@@ -26,8 +26,8 @@ import os
25 import sys
26 import getopt
27
28-CHIPID = 'p9n'
29-p9n_EC = {'21':'DD2', '22':'DD2', '23':'DD2'}
30+CHIPID = 'p10'
31+p9n_EC = {'10':'DD1'}
32
33 def usage():
34 print "usage:sbeOpDistribute.py [--sbe_binary_dir] <sbe binary path> [--img_dir] <images path>"
35--
361.8.2.2
37