summaryrefslogtreecommitdiffstats
path: root/src/build/mkrules
diff options
context:
space:
mode:
authorspashabk-in <shakeebbk@in.ibm.com>2017-11-23 04:19:42 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-11-30 09:02:29 -0500
commit4c1c57f0015efea51fb6c47ded6a6ec05ed27978 (patch)
tree816ee6d1742a64171fd8fe9fe612988e1bf0544b /src/build/mkrules
parent7b43e07c5fb3de5624a532e08a9408434aab93fa (diff)
downloadtalos-hostboot-4c1c57f0015efea51fb6c47ded6a6ec05ed27978.tar.gz
talos-hostboot-4c1c57f0015efea51fb6c47ded6a6ec05ed27978.zip
Create and allow for PNOR SBE Partition to have DD2.2 Images
Include DD2.2 image in SBE pnor partition Extend pnor layout SBE section size cmvc-prereq: 1039677 Change-Id: Ic63115368bfefdb6d92fdede18a1e88655b9fed8 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/50013 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/build/mkrules')
-rwxr-xr-xsrc/build/mkrules/hbfw/img/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/build/mkrules/hbfw/img/makefile b/src/build/mkrules/hbfw/img/makefile
index 7ea1667d0..c6adcae44 100755
--- a/src/build/mkrules/hbfw/img/makefile
+++ b/src/build/mkrules/hbfw/img/makefile
@@ -270,10 +270,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}
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}
SBE_PART_INFO = \
- ${NIMBUS_SBE_IMG}:10=${P9N_EC10_BIN},20=${P9N_EC20_BIN},21=${P9N_EC21_BIN} \
+ ${NIMBUS_SBE_IMG}:20=${P9N_EC20_BIN},21=${P9N_EC21_BIN},22=${P9N_EC22_BIN} \
${CUMULUS_SBE_IMG}:10=${P9C_EC10_BIN}
OpenPOWER on IntegriCloud