diff options
| author | Ben Gass <bgass@us.ibm.com> | 2017-09-18 14:30:16 -0500 |
|---|---|---|
| committer | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2018-02-06 09:41:15 -0600 |
| commit | 1ed142e14c1bf7ee04d82ce822287b3b39f8c7ea (patch) | |
| tree | 2b79183f7f03d71005ea22ef21087f2cd575ee28 | |
| parent | 023b0780a253865112024a667267ea6b115b7abc (diff) | |
| download | talos-hcode-1ed142e14c1bf7ee04d82ce822287b3b39f8c7ea.tar.gz talos-hcode-1ed142e14c1bf7ee04d82ce822287b3b39f8c7ea.zip | |
Adding p9c_11 support.
Change-Id: I8fe25f43e7c26b841e1c44615612674f073d5e3f
Original-Change-Id: If9ffe53acd009c1520cdd7f162e88fd235799225
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46361
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>
Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com>
Reviewed-by: Soma Bhanutej <soma.bhanu@in.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
| -rw-r--r-- | import/chips/p9/procedures/ppe_closed/pgpe/pstate_gpe/pstate_gpe_p9c11.mk | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/import/chips/p9/procedures/ppe_closed/pgpe/pstate_gpe/pstate_gpe_p9c11.mk b/import/chips/p9/procedures/ppe_closed/pgpe/pstate_gpe/pstate_gpe_p9c11.mk new file mode 100644 index 00000000..a218444d --- /dev/null +++ b/import/chips/p9/procedures/ppe_closed/pgpe/pstate_gpe/pstate_gpe_p9c11.mk @@ -0,0 +1,67 @@ +# IBM_PROLOG_BEGIN_TAG +# This is an automatically generated prolog. +# +# $Source: import/chips/p9/procedures/ppe_closed/pgpe/pstate_gpe/pstate_gpe_p9c11.mk $ +# +# OpenPOWER HCODE Project +# +# COPYRIGHT 2016,2018 +# [+] International Business Machines Corp. +# +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +# implied. See the License for the specific language governing +# permissions and limitations under the License. +# +# IBM_PROLOG_END_TAG +PSTATE_TARGET:=pstate_gpe_p9c11 +IMAGE:=$(PSTATE_TARGET) + +#Note: Flags are resolved later - so local variables can't be +# used to build them +$(IMAGE)_COMMONFLAGS+= -DNIMBUS_DD_LEVEL=0 +$(IMAGE)_COMMONFLAGS+= -DCUMULUS_DD_LEVEL=11 +#$(IMAGE)_COMMONFLAGS+= -fstack-usage + +include $(PGPE_SRCDIR)/pstate_gpe/pstate_common.mk +$(IMAGE)_COMMONFLAGS += $(PSTATE_COMMONFLAGS) +OBJS := $(PSTATE_OBJS) + +$(call BUILD_PPEIMAGE) + +# PPMR header edit: +IMAGE=ppmr_header_p9c11 +IMAGE_EDITOR=pstate_gpeImgEdit.exe + +# Target tool chain +$(IMAGE)_TARGET=PPE + +#linkscript to use +$(IMAGE)_LINK_SCRIPT=linkppmr.cmd + +OBJS = p9_pgpe_ppmr.o + +$(call ADD_BINHEADER_INCDIR,$(IMAGE),\ + $(PK_SRCDIR)/kernel \ + $(PK_SRCDIR)/ppe42 \ + $(PK_SRCDIR)/trace \ + $(PK_SRCDIR)/$(_PPE_TYPE) \ + $(PM_LIBDIR)/include \ + $(PM_LIBDIR)/include/registers \ + $(PM_LIBDIR)/common \ + $(PM_LIBDIR)/occlib \ + $(HCODE_LIBDIR) \ + $(HCODE_COMMON_LIBDIR) \ + $(HCODE_UTILS_INCDIR) \ + $(ROOTPATH)/chips/p9/procedures/hwp/lib/ \ + ) + +$(call BUILD_BINHEADER,$(IMAGEPATH)/$(PSTATE_TARGET)/$(PSTATE_TARGET).bin) |

