summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMike Baiocchi <mbaiocch@us.ibm.com>2017-08-07 11:36:00 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-08-09 13:38:16 -0400
commite676209189922c5105629a9785a25958ba0972a9 (patch)
tree1e9a71a798acb217d8069b1745c715242a5f18ae /src
parenta10c7ced3ef2782fe966a1c7b540a1d4bc679873 (diff)
downloadtalos-hostboot-e676209189922c5105629a9785a25958ba0972a9.tar.gz
talos-hostboot-e676209189922c5105629a9785a25958ba0972a9.zip
Update naming of p9n SBE File p9n.SbePartition.bin
This is the first phase of transitioning the P9 Nimbus-specific SBE PNOR Partition file name from p9nSbePartition.bin to p9n.SbePartition.bin. Change-Id: Ibd824b07ad10382e653e92141eae0f2e02fdaba3 RTC:178235 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44315 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> Reviewed-by: Stephen M. Cprek <smcprek@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@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')
-rwxr-xr-xsrc/build/mkrules/hbfw/img/makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/build/mkrules/hbfw/img/makefile b/src/build/mkrules/hbfw/img/makefile
index bd5f6e62b..f3f4230c9 100755
--- a/src/build/mkrules/hbfw/img/makefile
+++ b/src/build/mkrules/hbfw/img/makefile
@@ -169,11 +169,14 @@ clobber_cp_hbfiles:
#################################################
SBE_BUILD_SCRIPT = ${buildSbePart.pl:P}
+NIMBUS_SBE_IMG = p9n.SbePartition.bin
+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}
SBE_PART_INFO = \
- p9nSbePartition.bin:10=${P9N_EC10_BIN},20=${P9N_EC20_BIN}
+ ${NIMBUS_SBE_IMG}:10=${P9N_EC10_BIN},20=${P9N_EC20_BIN}
__SBE_PART_BUILD/% : .SPECTARG .PMAKE
@@ -233,8 +236,6 @@ NIMBUS_HBD_IMG = simics_NIMBUS_targeting.bin
CUMULUS_HBD_IMG = simics_CUMULUS_targeting.bin
NIMBUS_HCODE_IMG = ${ENGD_SRCPATH:Fp9n.hw_ref_image.bin}
CUMULUS_HCODE_IMG = ${ENGD_SRCPATH:Fp9c.hw_ref_image.bin}
-NIMBUS_SBE_IMG = p9nSbePartition.bin
-CUMULUS_SBE_IMG = p9cSbePartition.bin
NIMBUS_OCC_IMG = ${bb}/images/ppc/lab/fs/p9le/rootfs/opt/extucode/81e00430.lid
CUMULUS_OCC_IMG = ${bb}/images/ppc/lab/fs/p9le/rootfs/opt/extucode/81e00430.lid
## System Specific
@@ -293,6 +294,9 @@ gen_system_specific_images_bypass_cache :
dd if=${${NIMBUS_VPO_HBD_IMG}:P} of=${NIMBUS_HBD_FINAL_IMG} ibs=4k skip=1 conv=sync
.endif
+ # @TODO RTC 178235 Remove Symbolic Link Creation Below
+ ln -f -s p9n.SbePartition.header.bin p9nSbePartition.header.bin
+
# build_sbe_partitions build step generates SBE partition files that ODE is
# unaware of due to the file cache that we cannot disable. To work around that,
# build the PNOR images under recursive make, which gets a fresh view of the
OpenPOWER on IntegriCloud