summaryrefslogtreecommitdiffstats
path: root/src/build/mkrules/hbfw
diff options
context:
space:
mode:
authorAdam Muhle <armuhle@us.ibm.com>2013-01-09 09:39:44 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-01-09 16:41:41 -0600
commit7e21d232fc3d791015e6546a5e3f824564739ffb (patch)
treeee61caf81a471cadc3a6f203f988ea0bd3131ac6 /src/build/mkrules/hbfw
parentc1d3f833fa86a6f2e66a170992d6263f4742c122 (diff)
downloadtalos-hostboot-7e21d232fc3d791015e6546a5e3f824564739ffb.tar.gz
talos-hostboot-7e21d232fc3d791015e6546a5e3f824564739ffb.zip
Update PNOR makefile to inject P8-style ECC
The P8 ECCB expects a different ECC method than that used by the SFC. The ECC data is to be inverted. Thus, updating the makefile so we generate the P8 version of ECC for PNOR content. Change-Id: Id94605e4b0cb162142467a9b442826842aa7455a Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2895 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Dean Sanner <dsanner@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build/mkrules/hbfw')
-rwxr-xr-xsrc/build/mkrules/hbfw/img/makefile32
1 files changed, 16 insertions, 16 deletions
diff --git a/src/build/mkrules/hbfw/img/makefile b/src/build/mkrules/hbfw/img/makefile
index 58f7ac72b..7845a9910 100755
--- a/src/build/mkrules/hbfw/img/makefile
+++ b/src/build/mkrules/hbfw/img/makefile
@@ -1,25 +1,25 @@
-# IBM_PROLOG_BEGIN_TAG
-# This is an automatically generated prolog.
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
#
-# $Source: src/build/mkrules/hbfw/img/makefile $
+# $Source: src/build/mkrules/hbfw/img/makefile $
#
-# IBM CONFIDENTIAL
+# IBM CONFIDENTIAL
#
-# COPYRIGHT International Business Machines Corp. 2012
+# COPYRIGHT International Business Machines Corp. 2012,2013
#
-# p1
+# p1
#
-# Object Code Only (OCO) source materials
-# Licensed Internal Code Source Materials
-# IBM HostBoot Licensed Internal Code
+# Object Code Only (OCO) source materials
+# Licensed Internal Code Source Materials
+# IBM HostBoot Licensed Internal Code
#
-# The source code for this program is not published or other-
-# wise divested of its trade secrets, irrespective of what has
-# been deposited with the U.S. Copyright Office.
+# The source code for this program is not published or otherwise
+# divested of its trade secrets, irrespective of what has been
+# deposited with the U.S. Copyright Office.
#
-# Origin: 30
+# Origin: 30
#
-# IBM_PROLOG_END_TAG
+# IBM_PROLOG_END_TAG
#
# FSP Destination: src/hbfw/img/makefile
@@ -59,8 +59,8 @@ cp_hbfiles: .SPECTARG
dd if=/dev/zero of=secureboot.header bs=1 count=4K
cat sbe.header secureboot.header ${BASE_IMAGE} > ${BASE_W_HEADER_IMAGE}
currentsb -chain
- ecc --inject ${BASE_IMAGE} --output ${BASE_ECC_IMAGE}
- ecc --inject ${BASE_W_HEADER_IMAGE} --output ${BASE_W_HEADER_ECC_IMAGE}
+ ecc --inject ${BASE_IMAGE} --output ${BASE_ECC_IMAGE} --p8
+ ecc --inject ${BASE_W_HEADER_IMAGE} --output ${BASE_W_HEADER_ECC_IMAGE} --p8
clobber_cp_hbfiles:
OpenPOWER on IntegriCloud