summaryrefslogtreecommitdiffstats
path: root/src/build/mkrules/hbfw
diff options
context:
space:
mode:
authorPrachi Gupta <pragupta@us.ibm.com>2018-02-20 17:12:43 -0600
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2018-02-22 14:20:59 -0500
commit33725d24db91b1877f4c07a004f236f10863bdad (patch)
tree6a22b63ed1155e439667d079d4c6934e72939a5e /src/build/mkrules/hbfw
parent0d7e62667706b1c308647133f6fcd0fc974bfb15 (diff)
downloadtalos-hostboot-33725d24db91b1877f4c07a004f236f10863bdad.tar.gz
talos-hostboot-33725d24db91b1877f4c07a004f236f10863bdad.zip
hbfw makefile changes to add p9c dd1.1 sbe to pnor
Change-Id: I592df4c6535a559f226c481cda3da4426bda25d8 CMVC-Prereq:1046040 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54459 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: ILYA SMIRNOV <ismirno@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/build/mkrules/hbfw')
-rwxr-xr-xsrc/build/mkrules/hbfw/img/makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/build/mkrules/hbfw/img/makefile b/src/build/mkrules/hbfw/img/makefile
index a10e8d08e..4bea92a38 100755
--- a/src/build/mkrules/hbfw/img/makefile
+++ b/src/build/mkrules/hbfw/img/makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2012,2017
+# Contributors Listed Below - COPYRIGHT 2012,2018
# [+] International Business Machines Corp.
#
#
@@ -272,10 +272,11 @@ P9N_EC20_BIN = ${SBEI_OBJPATH:Fp9n_20.sbe_seeprom.hdr.bin}
P9N_EC21_BIN = ${SBEI_OBJPATH:Fp9n_21.sbe_seeprom.hdr.bin}
P9N_EC22_BIN = ${SBEI_OBJPATH:Fp9n_22.sbe_seeprom.hdr.bin}
P9C_EC10_BIN = ${SBEI_OBJPATH:Fp9c_10.sbe_seeprom.hdr.bin}
+P9C_EC11_BIN = ${SBEI_OBJPATH:Fp9c_11.sbe_seeprom.hdr.bin}
SBE_PART_INFO = \
${NIMBUS_SBE_IMG}:20=${P9N_EC20_BIN},21=${P9N_EC21_BIN},22=${P9N_EC22_BIN} \
- ${CUMULUS_SBE_IMG}:10=${P9C_EC10_BIN}
+ ${CUMULUS_SBE_IMG}:10=${P9C_EC10_BIN},11=${P9C_EC11_BIN}
__SBE_PART_BUILD/% : .SPECTARG .PMAKE
OpenPOWER on IntegriCloud