summaryrefslogtreecommitdiffstats
path: root/import/chips/p9/procedures/ppe_closed/cme/stop_cme/p9_cme_edit.mk
diff options
context:
space:
mode:
authorAmit Kumar <akumar3@us.ibm.com>2016-06-20 01:24:53 -0500
committerJoshua Hunsberger <jahunsbe@us.ibm.com>2017-10-23 16:26:28 -0500
commit27e2ccbb1002b32c4440c22cf2541f56b6160618 (patch)
tree2d1898fbd6f5fa6518cc46d52de20a5e0a555f0b /import/chips/p9/procedures/ppe_closed/cme/stop_cme/p9_cme_edit.mk
parent4f36f6d623f7cb443da04c9b4e1875ce0dfa161b (diff)
downloadtalos-hcode-27e2ccbb1002b32c4440c22cf2541f56b6160618.tar.gz
talos-hcode-27e2ccbb1002b32c4440c22cf2541f56b6160618.zip
istep 15 changes
- changes in CME/SGPE hcode for istep15 changes. - merged 23684 changes - sgpe Makefile changes - sgpe_img_edit changes to accept multiple images - changes to get ekb build to do cme and sgpe img edit - Replaced EPM_P9_TUNING with ISTEP15_HACK at few places - More changes to get working on 9067 - Removed trailing whitespace in multiple files which were giving build warnings - Checked in image build wrapper files with new hw_image name plus commented out lines which are being worked out in a separate gerrit id - Added FUSED mode attribute to all base attribute files - Added a first draft of the istep15 perl script in pm tools dir Change-Id: I4f559e041406e09ea1d9376c585c97b8445e8ff8 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26027 Dev-Ready: Gregory S. Still <stillgs@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Diffstat (limited to 'import/chips/p9/procedures/ppe_closed/cme/stop_cme/p9_cme_edit.mk')
-rw-r--r--import/chips/p9/procedures/ppe_closed/cme/stop_cme/p9_cme_edit.mk49
1 files changed, 49 insertions, 0 deletions
diff --git a/import/chips/p9/procedures/ppe_closed/cme/stop_cme/p9_cme_edit.mk b/import/chips/p9/procedures/ppe_closed/cme/stop_cme/p9_cme_edit.mk
index 73934190..77698949 100644
--- a/import/chips/p9/procedures/ppe_closed/cme/stop_cme/p9_cme_edit.mk
+++ b/import/chips/p9/procedures/ppe_closed/cme/stop_cme/p9_cme_edit.mk
@@ -23,11 +23,60 @@
#
# IBM_PROLOG_END_TAG
EXE=cmeImgEdit
+
+CME_LIB=$(ROOTPATH)/chips/p9/procedures/ppe_closed/cme/
+HCODE_UTIL=$(ROOTPATH)/chips/p9/procedures/utils/stopreg/
+HCODE_UTIL+=$(ROOTPATH)/chips/p9/xip/
+HCODE_UTIL+=$(ROOTPATH)/chips/p9/procedures/hwp/lib/
+HCODE_UTIL+=$(ROOTPATH)/chips/p9/procedures/ppe_closed/lib/
+HCODE_UTIL+=$(ROOTPATH)/chips/p9/procedures/utils/stopreg/
+HCODE_UTIL+=$(ROOTPATH)/chips/p9/utils/imageProcs/
+HCODE_UTIL+=$(ROOTPATH)/tools/imageProcs/
+HCODE_UTIL+=$(ROOTPATH)/chips/p9/procedures/ppe/pk/kernel
+$(EXE)_DEPLIBS+=p9_xip_image
+$(EXE)_DEPLIBS+=p9_ringId
+
+$(IMAGE)_COMMONFLAGS+= -DPK_TIMER_SUPPORT=1
+$(IMAGE)_COMMONFLAGS+= -DPK_THREAD_SUPPORT=1
+$(IMAGE)_COMMONFLAGS+= -DPK_TRACE_SUPPORT=1
+$(IMAGE)_COMMONFLAGS+= -DUSE_PK_APP_CFG_H=1
+$(IMAGE)_COMMONFLAGS+= -D__PK__=1
+$(EXE)_COMMONFLAGS+= -D__PPE_PLAT
+
+$(call ADD_EXE_INCDIR,$(EXE), $(HCODE_UTIL))
+$(call ADD_EXE_INCDIR,$(EXE), $(CME_LIB))
+
+
IMAGE_DEPS+=cmeImgEdit
OBJS=p9_cme_img_edit.o
$(call BUILD_EXE)
EXE=cpmr_headerImgEdit
+
+CME_LIB=$(ROOTPATH)/chips/p9/procedures/ppe_closed/cme/
+HCODE_UTIL=$(ROOTPATH)/chips/p9/procedures/utils/stopreg/
+HCODE_UTIL+=$(ROOTPATH)/chips/p9/xip/
+HCODE_UTIL+=$(ROOTPATH)/chips/p9/procedures/hwp/lib/
+HCODE_UTIL+=$(ROOTPATH)/chips/p9/procedures/ppe_closed/lib/
+HCODE_UTIL+=$(ROOTPATH)/chips/p9/procedures/utils/stopreg/
+HCODE_UTIL+=$(ROOTPATH)/chips/p9/utils/imageProcs/
+HCODE_UTIL+=$(ROOTPATH)/tools/imageProcs/
+HCODE_UTIL+=$(ROOTPATH)/chips/p9/procedures/ppe/pk/kernel
+$(EXE)_DEPLIBS+=p9_xip_image
+$(EXE)_DEPLIBS+=p9_ringId
+
+$(IMAGE)_COMMONFLAGS+= -DPK_TIMER_SUPPORT=1
+$(IMAGE)_COMMONFLAGS+= -DPK_THREAD_SUPPORT=1
+$(IMAGE)_COMMONFLAGS+= -DPK_TRACE_SUPPORT=1
+$(IMAGE)_COMMONFLAGS+= -DUSE_PK_APP_CFG_H=1
+$(IMAGE)_COMMONFLAGS+= -D__PK__=1
+$(EXE)_COMMONFLAGS+= -D__PPE_PLAT
+
+$(call ADD_EXE_INCDIR,$(EXE), $(HCODE_UTIL))
+$(call ADD_EXE_INCDIR,$(EXE), $(CME_LIB))
+
+
+
IMAGE_DEPS+=cpmr_headerImgEdit
OBJS=p9_cme_img_edit.o
$(call BUILD_EXE)
OpenPOWER on IntegriCloud