blob: c0fb22dcc066a5d5175c3c612c75eb2a6d60a11a [file] [log] [blame]
Nick Bofferdingf390b6f2019-10-08 11:55:42 -05001From e34aaa2b68ec05f85f3d47ef37bdbd2aa5a162ae Mon Sep 17 00:00:00 2001
2From: Nick Bofferding <bofferdn@us.ibm.com>
3Date: Mon, 7 Oct 2019 15:58:41 -0500
4Subject: [PATCH] Temporarily disabled install directive in SBE distribute
5
6Change-Id: I3f54da025cde5944b098ced69be43995c495ec66
7---
8 src/build/sbeOpDistribute.py | 5 +++--
9 1 file changed, 3 insertions(+), 2 deletions(-)
10
11diff --git a/src/build/sbeOpDistribute.py b/src/build/sbeOpDistribute.py
12index 32b0cff..373edb7 100755
13--- a/src/build/sbeOpDistribute.py
14+++ b/src/build/sbeOpDistribute.py
15@@ -3,7 +3,7 @@
16 #
17 # $Source: src/build/sbeOpDistribute.py $
18 #
19-# OpenPOWER sbe Project
20+# OpenPOWER HostBoot Project
21 #
22 # Contributors Listed Below - COPYRIGHT 2017,2019
23 # [+] International Business Machines Corp.
24@@ -103,7 +103,8 @@ def main(argv):
25 # Copy sbe raw binary to scratch folder
26 run_system_cmd('cp '+sbe_binary_dir+'/'+basename+'.bin'+' '+scratch_dir+'/'+basename+'.bin')
27 # Add HW ref image
28- run_system_cmd('p9_ipl_build '+scratch_dir+'/'+basename+'.bin '+hw_ref_image+' 0x'+ecLevel)
29+ #TODO: This is currently not working in p10 op-build
30+ # run_system_cmd('p9_ipl_build '+scratch_dir+'/'+basename+'.bin '+hw_ref_image+' 0x'+ecLevel)
31 #add pnor header
32 run_system_cmd("env echo -en VERSION\\\\0 > "+scratch_dir+"/"+basename+".sha.bin")
33 run_system_cmd("sha512sum "+scratch_dir+"/"+basename+".bin | awk '{print $1}' | xxd -pr -r >> "+scratch_dir+"/"+basename+".sha.bin")
34--
351.8.2.2
36