Skip to content

Commit

Permalink
Revert "Self Restore: Integrated support for build of self-restore co…
Browse files Browse the repository at this point in the history
…de in EKB."

This reverts commit dcebd90d5d9518bfe9809dac395f8410d67f5ee6.

Change-Id: I8c6f8cfcbdb947b58ad65c6ff32ee53763c02cb1
Original-Change-Id: I588f0798c0f1914e10f7aef218e9e377b12aa3c2
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/61066
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
  • Loading branch information
stillgs authored and op-jenkins committed Feb 4, 2019
1 parent 1d9d132 commit a6f1075
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 14 deletions.
4 changes: 1 addition & 3 deletions import/chips/p9/procedures/ppe_closed/cme/cme_p9c10.mk
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,4 @@ $(call ADD_BINHEADER_INCDIR,$(IMAGE),\
$(ROOTPATH)/chips/p9/utils/imageProcs/ \
)

$(call BUILD_BINHEADER,\
$(IMAGEPATH)/$(CME_TARGET)/$(CME_TARGET).bin,\
$(ROOTPATH)/output/images/utils/stopreg/p9_core_restore_routines/p9_core_restore_routines.bin)
$(call BUILD_BINHEADER,$(IMAGEPATH)/$(CME_TARGET)/$(CME_TARGET).bin,$(ROOTPATH)/chips/p9/procedures/utils/stopreg/selfRest.bin)
4 changes: 1 addition & 3 deletions import/chips/p9/procedures/ppe_closed/cme/cme_p9c11.mk
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,4 @@ $(call ADD_BINHEADER_INCDIR,$(IMAGE),\
$(ROOTPATH)/chips/p9/utils/imageProcs/ \
)

$(call BUILD_BINHEADER,\
$(IMAGEPATH)/$(CME_TARGET)/$(CME_TARGET).bin,\
$(ROOTPATH)/output/images/utils/stopreg/p9_core_restore_routines/p9_core_restore_routines.bin)
$(call BUILD_BINHEADER,$(IMAGEPATH)/$(CME_TARGET)/$(CME_TARGET).bin,$(ROOTPATH)/chips/p9/procedures/utils/stopreg/selfRest.bin)
2 changes: 1 addition & 1 deletion import/chips/p9/procedures/ppe_closed/cme/cme_p9n10.mk
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ $(call ADD_BINHEADER_INCDIR,$(IMAGE),\

$(call BUILD_BINHEADER, \
$(IMAGEPATH)/$(CME_TARGET)/$(CME_TARGET).bin, \
$(ROOTPATH)/output/images/utils/stopreg/p9_core_restore_routines/p9_core_restore_routines.bin)
$(ROOTPATH)/chips/p9/procedures/utils/stopreg/selfRest.bin)
2 changes: 1 addition & 1 deletion import/chips/p9/procedures/ppe_closed/cme/cme_p9n20.mk
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ $(call ADD_BINHEADER_INCDIR,$(IMAGE),\

$(call BUILD_BINHEADER, \
$(IMAGEPATH)/$(CME_IMAGE)/$(CME_IMAGE).bin, \
$(ROOTPATH)/output/images/utils/stopreg/p9_core_restore_routines/p9_core_restore_routines.bin)
$(ROOTPATH)/chips/p9/procedures/utils/stopreg/selfRest.bin)
4 changes: 1 addition & 3 deletions import/chips/p9/procedures/ppe_closed/cme/cme_p9n21.mk
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,4 @@ $(call ADD_BINHEADER_INCDIR,$(IMAGE),\
$(ROOTPATH)/chips/p9/utils/imageProcs/ \
)

$(call BUILD_BINHEADER, \
$(IMAGEPATH)/$(CME_IMAGE)/$(CME_IMAGE).bin, \
$(ROOTPATH)/output/images/utils/stopreg/p9_core_restore_routines/p9_core_restore_routines.bin)
$(call BUILD_BINHEADER,$(IMAGEPATH)/$(CME_IMAGE)/$(CME_IMAGE).bin,$(ROOTPATH)/chips/p9/procedures/utils/stopreg/selfRest.bin)
4 changes: 1 addition & 3 deletions import/chips/p9/procedures/ppe_closed/cme/cme_p9n22.mk
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,4 @@ $(call ADD_BINHEADER_INCDIR,$(IMAGE),\
$(ROOTPATH)/chips/p9/utils/imageProcs/ \
)

$(call BUILD_BINHEADER, \
$(IMAGEPATH)/$(CME_IMAGE)/$(CME_IMAGE).bin, \
$(ROOTPATH)/output/images/utils/stopreg/p9_core_restore_routines/p9_core_restore_routines.bin)
$(call BUILD_BINHEADER,$(IMAGEPATH)/$(CME_IMAGE)/$(CME_IMAGE).bin,$(ROOTPATH)/chips/p9/procedures/utils/stopreg/selfRest.bin)

0 comments on commit a6f1075

Please sign in to comment.