summaryrefslogtreecommitdiffstats
path: root/import/chips/p9/procedures/ppe_closed/cme/stop_cme/link_cpmr.cmd
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/link_cpmr.cmd
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/link_cpmr.cmd')
-rw-r--r--import/chips/p9/procedures/ppe_closed/cme/stop_cme/link_cpmr.cmd37
1 files changed, 37 insertions, 0 deletions
diff --git a/import/chips/p9/procedures/ppe_closed/cme/stop_cme/link_cpmr.cmd b/import/chips/p9/procedures/ppe_closed/cme/stop_cme/link_cpmr.cmd
new file mode 100644
index 00000000..37649f4c
--- /dev/null
+++ b/import/chips/p9/procedures/ppe_closed/cme/stop_cme/link_cpmr.cmd
@@ -0,0 +1,37 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: import/chips/p9/procedures/ppe_closed/cme/stop_cme/link_cpmr.cmd $ */
+/* */
+/* OpenPOWER HCODE Project */
+/* */
+/* COPYRIGHT 2015,2017 */
+/* [+] 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 */
+
+OUTPUT_FORMAT(binary)
+MEMORY
+{
+ cpmrHeader(rw) : ORIGIN = 0, LENGTH = 512
+}
+
+ SECTIONS
+{
+ . = 0;
+ .cpmr :
+ { *(.cpmr) } > cpmrHeader
+}
OpenPOWER on IntegriCloud