From 802577fb1316779b1eec71d47745e668ea9185e8 Mon Sep 17 00:00:00 2001 From: Prem Shanker Jha Date: Thu, 8 Mar 2018 12:42:19 -0600 Subject: 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: I76916b617b980ed9b57ce91e9bd33b008874c8e8 Original-Change-Id: I68b2587eab2798b7b8a2a188187767fa53aaf12f Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55259 Tested-by: FSP CI Jenkins Tested-by: Jenkins Server Tested-by: Cronus HW CI Reviewed-by: Douglas R. Gilbert Reviewed-by: Richard J. Knight Reviewed-by: Gregory S. Still --- import/chips/p9/procedures/ppe_closed/cme/cme_p9n23.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/import/chips/p9/procedures/ppe_closed/cme/cme_p9n23.mk b/import/chips/p9/procedures/ppe_closed/cme/cme_p9n23.mk index fea0317d..5c307197 100644 --- a/import/chips/p9/procedures/ppe_closed/cme/cme_p9n23.mk +++ b/import/chips/p9/procedures/ppe_closed/cme/cme_p9n23.mk @@ -80,4 +80,6 @@ $(call ADD_BINHEADER_INCDIR,$(IMAGE),\ $(ROOTPATH)/chips/p9/utils/imageProcs/ \ ) - $(call BUILD_BINHEADER,$(IMAGEPATH)/$(CME_IMAGE)/$(CME_IMAGE).bin,$(ROOTPATH)/chips/p9/procedures/utils/stopreg/selfRest.bin) + $(call BUILD_BINHEADER, \ + $(IMAGEPATH)/$(CME_IMAGE)/$(CME_IMAGE).bin, \ + $(ROOTPATH)/output/images/utils/stopreg/p9_core_restore_routines/p9_core_restore_routines.bin) -- cgit v1.2.1