summaryrefslogtreecommitdiffstats
path: root/import/tools
diff options
context:
space:
mode:
authorPrem Shanker Jha <premjha2@in.ibm.com>2018-04-17 11:24:24 -0500
committerhostboot <hostboot@us.ibm.com>2018-09-19 10:54:51 -0500
commit00771fa993da5aafef4b2cbc41ec2532a0a6b3c7 (patch)
treecd48b5d86f77e595adaeb4e0e27575dcfcb24d59 /import/tools
parent52a11a1d8cc7d9da1cf4d520740f63d13db80ac2 (diff)
downloadtalos-hcode-00771fa993da5aafef4b2cbc41ec2532a0a6b3c7.tar.gz
talos-hcode-00771fa993da5aafef4b2cbc41ec2532a0a6b3c7.zip
Self Restore: Integrated support for build of self-restore code in EKB.
Self restore binary used to get built by a shell script standalone. It used to get checked in to EKB. Hardware image build infrastructure used to just pick that binary and insert it into the hardware image. This commit augments the EKB build flow by incorporating a capability to build self restore binary like any other executable generated during EKB build. Syntax to build binary: ekb build p9_core_restore_routines Key_Cronus_Test=PM_REGRESS Change-Id: Ifdcf31df6ceded564222f6962d94a3459072a3d3 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/57345 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Cronus HW CI <cronushw-ci+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Kahn C. Evans <kahnevan@us.ibm.com> Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Diffstat (limited to 'import/tools')
-rw-r--r--import/tools/imageProcs/restore_image.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/import/tools/imageProcs/restore_image.mk b/import/tools/imageProcs/restore_image.mk
index 5c95d92a..e6b5eb13 100644
--- a/import/tools/imageProcs/restore_image.mk
+++ b/import/tools/imageProcs/restore_image.mk
@@ -37,7 +37,7 @@ $(eval $(call BUILD_DD_LEVEL_CONTAINER,$1,cpmr_header))
# files to be appended to image
$(eval $(IMAGE)_FILE_CPMR=$$($(IMAGE)_DD_CONT_cpmr_header))
-$(eval $(IMAGE)_FILE_SELF=$(ROOTPATH)/chips/p9/procedures/utils/stopreg/selfRest.bin)
+$(eval $(IMAGE)_FILE_SELF=$(ROOTPATH)/output/images/utils/stopreg/p9_core_restore_routines/p9_core_restore_routines.bin)
# dependencies for appending image sections in sequence:
# - file to be appended
OpenPOWER on IntegriCloud