diff options
| author | Prem Shanker Jha <premjha2@in.ibm.com> | 2018-03-08 12:42:19 -0600 |
|---|---|---|
| committer | hostboot <hostboot@us.ibm.com> | 2018-04-14 07:10:38 -0500 |
| commit | 3ef82c7c0d5b4df0a6335685c192f3b30583afd4 (patch) | |
| tree | 67c9b74fdabfbf28d955ca7765c5762ef81df334 /import | |
| parent | a9f12dad7a4f6db9608394dccde8176fe4500224 (diff) | |
| download | talos-hcode-3ef82c7c0d5b4df0a6335685c192f3b30583afd4.tar.gz talos-hcode-3ef82c7c0d5b4df0a6335685c192f3b30583afd4.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: 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>
Diffstat (limited to 'import')
| -rw-r--r-- | import/chips/p9/procedures/ppe_closed/cme/cme_p9n10.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/import/chips/p9/procedures/ppe_closed/cme/cme_p9n10.mk b/import/chips/p9/procedures/ppe_closed/cme/cme_p9n10.mk index 023d7e19..1a999f67 100644 --- a/import/chips/p9/procedures/ppe_closed/cme/cme_p9n10.mk +++ b/import/chips/p9/procedures/ppe_closed/cme/cme_p9n10.mk @@ -79,4 +79,4 @@ $(call ADD_BINHEADER_INCDIR,$(IMAGE),\ $(call BUILD_BINHEADER, \ $(IMAGEPATH)/$(CME_TARGET)/$(CME_TARGET).bin, \ - $(ROOTPATH)/chips/p9/procedures/utils/stopreg/selfRest.bin) + $(ROOTPATH)/output/images/utils/stopreg/p9_core_restore_routines/p9_core_restore_routines.bin) |

