summaryrefslogtreecommitdiffstats
path: root/src/build/mkrules
diff options
context:
space:
mode:
authorMike Baiocchi <mbaiocch@us.ibm.com>2017-08-10 07:45:19 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-08-11 10:03:23 -0400
commitf08b3735c1402f8fe9292822e1eb95b43357b4ce (patch)
tree19c7c659d91ffc5b46021681e0d9b5a260fb0ca5 /src/build/mkrules
parent9b3e15d8994bab869958efb05b33ef84a9cb415f (diff)
downloadtalos-hostboot-f08b3735c1402f8fe9292822e1eb95b43357b4ce.tar.gz
talos-hostboot-f08b3735c1402f8fe9292822e1eb95b43357b4ce.zip
Process Cumulus SBE Files
This commit processes the DD1.0 Cumulus SBE Files in the FSP build environment. Change-Id: I073a6cf2d784f559b6ba680f531fde9c00d4d2c4 CMVC-Prereq: 1029840 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44467 Reviewed-by: Stephen M. Cprek <smcprek@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/build/mkrules')
-rwxr-xr-xsrc/build/mkrules/hbfw/img/makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/build/mkrules/hbfw/img/makefile b/src/build/mkrules/hbfw/img/makefile
index e3cb1bec2..0c262238e 100755
--- a/src/build/mkrules/hbfw/img/makefile
+++ b/src/build/mkrules/hbfw/img/makefile
@@ -175,9 +175,11 @@ CUMULUS_SBE_IMG = p9c.SbePartition.bin
P9N_EC10_BIN = ${SBEI_OBJPATH:Fp9n_10.sbe_seeprom.hdr.bin}
P9N_EC20_BIN = ${SBEI_OBJPATH:Fp9n_20.sbe_seeprom.hdr.bin}
+P9C_EC10_BIN = ${SBEI_OBJPATH:Fp9c_10.sbe_seeprom.hdr.bin}
SBE_PART_INFO = \
- ${NIMBUS_SBE_IMG}:10=${P9N_EC10_BIN},20=${P9N_EC20_BIN}
+ ${NIMBUS_SBE_IMG}:10=${P9N_EC10_BIN},20=${P9N_EC20_BIN} \
+ ${CUMULUS_SBE_IMG}:10=${P9C_EC10_BIN}
__SBE_PART_BUILD/% : .SPECTARG .PMAKE
OpenPOWER on IntegriCloud