summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrem Shanker Jha <premjha2@in.ibm.com>2018-03-08 12:42:19 -0600
committerhostboot <hostboot@us.ibm.com>2018-09-19 10:54:50 -0500
commit5477b13b8aa181dbb8e4be1c72daf858c5eb26a5 (patch)
treecd48b5d86f77e595adaeb4e0e27575dcfcb24d59
parent2187a72368c34b14e894eccb4886d0225c3f98a9 (diff)
downloadtalos-hcode-5477b13b8aa181dbb8e4be1c72daf858c5eb26a5.tar.gz
talos-hcode-5477b13b8aa181dbb8e4be1c72daf858c5eb26a5.zip
Self Restore: Integrated build with rest of the EKB build flow.
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: I63abaafb398de14c33ad8f36580d5a6d9b72f6c2 Original-Change-Id: I68b2587eab2798b7b8a2a188187767fa53aaf12f Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55259 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Cronus HW CI <cronushw-ci+hostboot@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>
-rw-r--r--import/tools/imageProcs/restore_image.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/import/tools/imageProcs/restore_image.mk b/import/tools/imageProcs/restore_image.mk
index f7c363a5..e6b5eb13 100644
--- a/import/tools/imageProcs/restore_image.mk
+++ b/import/tools/imageProcs/restore_image.mk
@@ -5,7 +5,7 @@
#
# OpenPOWER HCODE Project
#
-# COPYRIGHT 2016,2017
+# COPYRIGHT 2016,2018
# [+] International Business Machines Corp.
#
#
@@ -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