Skip to content

Commit a6f1075

Browse files
stillgsop-jenkins
authored andcommitted
Revert "Self Restore: Integrated support for build of self-restore code 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>
1 parent 1d9d132 commit a6f1075

File tree

6 files changed

+6
-14
lines changed

6 files changed

+6
-14
lines changed

import/chips/p9/procedures/ppe_closed/cme/cme_p9c10.mk

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,4 @@ $(call ADD_BINHEADER_INCDIR,$(IMAGE),\
7979
$(ROOTPATH)/chips/p9/utils/imageProcs/ \
8080
)
8181

82-
$(call BUILD_BINHEADER,\
83-
$(IMAGEPATH)/$(CME_TARGET)/$(CME_TARGET).bin,\
84-
$(ROOTPATH)/output/images/utils/stopreg/p9_core_restore_routines/p9_core_restore_routines.bin)
82+
$(call BUILD_BINHEADER,$(IMAGEPATH)/$(CME_TARGET)/$(CME_TARGET).bin,$(ROOTPATH)/chips/p9/procedures/utils/stopreg/selfRest.bin)

import/chips/p9/procedures/ppe_closed/cme/cme_p9c11.mk

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,4 @@ $(call ADD_BINHEADER_INCDIR,$(IMAGE),\
7979
$(ROOTPATH)/chips/p9/utils/imageProcs/ \
8080
)
8181

82-
$(call BUILD_BINHEADER,\
83-
$(IMAGEPATH)/$(CME_TARGET)/$(CME_TARGET).bin,\
84-
$(ROOTPATH)/output/images/utils/stopreg/p9_core_restore_routines/p9_core_restore_routines.bin)
82+
$(call BUILD_BINHEADER,$(IMAGEPATH)/$(CME_TARGET)/$(CME_TARGET).bin,$(ROOTPATH)/chips/p9/procedures/utils/stopreg/selfRest.bin)

import/chips/p9/procedures/ppe_closed/cme/cme_p9n10.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ $(call ADD_BINHEADER_INCDIR,$(IMAGE),\
7979

8080
$(call BUILD_BINHEADER, \
8181
$(IMAGEPATH)/$(CME_TARGET)/$(CME_TARGET).bin, \
82-
$(ROOTPATH)/output/images/utils/stopreg/p9_core_restore_routines/p9_core_restore_routines.bin)
82+
$(ROOTPATH)/chips/p9/procedures/utils/stopreg/selfRest.bin)

import/chips/p9/procedures/ppe_closed/cme/cme_p9n20.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ $(call ADD_BINHEADER_INCDIR,$(IMAGE),\
7979

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

import/chips/p9/procedures/ppe_closed/cme/cme_p9n21.mk

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,4 @@ $(call ADD_BINHEADER_INCDIR,$(IMAGE),\
8080
$(ROOTPATH)/chips/p9/utils/imageProcs/ \
8181
)
8282

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

import/chips/p9/procedures/ppe_closed/cme/cme_p9n22.mk

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,4 @@ $(call ADD_BINHEADER_INCDIR,$(IMAGE),\
8080
$(ROOTPATH)/chips/p9/utils/imageProcs/ \
8181
)
8282

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

0 commit comments

Comments
 (0)