summaryrefslogtreecommitdiffstats
path: root/src/build/mkrules
diff options
context:
space:
mode:
authorMike Baiocchi <mbaiocch@us.ibm.com>2017-06-14 16:35:50 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-06-19 09:51:50 -0400
commit331c3aae67d8a366dc750be9148d6bcc194b69cc (patch)
treece58b144135453421e7367008320ee32a132e780 /src/build/mkrules
parent274a64b5cb71867019f4cecf47cfc0e12262238e (diff)
downloadtalos-hostboot-331c3aae67d8a366dc750be9148d6bcc194b69cc.tar.gz
talos-hostboot-331c3aae67d8a366dc750be9148d6bcc194b69cc.zip
Create and allow for PNOR SBE Partition to have DD1.0 and DD2.0 Images
This commit will attempt to put the uncustomized DD1.0 and DD2.0 SBE images into a single PNOR SBE partition. To do so, the size of the PNOR SBE partition was expanded. Change-Id: I938a862bd974f5a2b4fa84fcf9a7e28268a1a5bc Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41853 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Stephen M. Cprek <smcprek@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> Reviewed-by: MURULIDHAR NATARAJU <murulidhar@in.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/makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/build/mkrules/hbfw/img/makefile b/src/build/mkrules/hbfw/img/makefile
index a477aaee7..413598db9 100755
--- a/src/build/mkrules/hbfw/img/makefile
+++ b/src/build/mkrules/hbfw/img/makefile
@@ -45,6 +45,7 @@ install_all: gen_system_specific_images build_sbe_partitions build_pnor_images
HBFW_OBJPATH = ${.PATH:M*obj*}
ENGD_OBJPATH = ${HBFW_OBJPATH:S/hbfw\/img/engd\/href/g}
ENGD_SRCPATH = ${SRCPATH:S/hbfw\/img/engd\/href/g}
+SBEI_OBJPATH = ${HBFW_OBJPATH:S/hbfw\/img/sbei\/sbfw\/img/g}
#################################################
# Copy Hostboot binary images to obj dir to be grabbed
@@ -168,10 +169,11 @@ clobber_cp_hbfiles:
#################################################
SBE_BUILD_SCRIPT = ${buildSbePart.pl:P}
-P9N_EC10_BIN = ${ENGD_OBJPATH:Fp9n_10.sbe_seeprom.hdr.bin}
+P9N_EC10_BIN = ${SBEI_OBJPATH:Fp9n_10.sbe_seeprom.hdr.bin}
+P9N_EC20_BIN = ${SBEI_OBJPATH:Fp9n_20.sbe_seeprom.hdr.bin}
SBE_PART_INFO = \
- p9nSbePartition.bin:10=${P9N_EC10_BIN}
+ p9nSbePartition.bin:10=${P9N_EC10_BIN},20=${P9N_EC20_BIN}
__SBE_PART_BUILD/% : .SPECTARG .PMAKE
OpenPOWER on IntegriCloud