summaryrefslogtreecommitdiffstats
path: root/import/chips/p9/procedures/utils/stopreg
diff options
context:
space:
mode:
authorPrem Shanker Jha <premjha2@in.ibm.com>2016-05-10 08:58:34 -0500
committerJoshua Hunsberger <jahunsbe@us.ibm.com>2017-10-23 16:14:39 -0500
commit46bffd76cee149be3b512fbd82aa01922370177f (patch)
tree17e0cbbe00428c914fd44409388402b008ad753a /import/chips/p9/procedures/utils/stopreg
parentbc8c05e4a24b04f2ece2bf53cd46983ff5f81786 (diff)
downloadtalos-hcode-46bffd76cee149be3b512fbd82aa01922370177f.tar.gz
talos-hcode-46bffd76cee149be3b512fbd82aa01922370177f.zip
PM:Enhanced STOP API Tool.
Change-Id: I76278953c7441e0b21ad65e19f2e709e57030092 RTC:152905 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24320 Tested-by: Jenkins Server <pfd-jenkins+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: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Diffstat (limited to 'import/chips/p9/procedures/utils/stopreg')
-rwxr-xr-ximport/chips/p9/procedures/utils/stopreg/p9_stop_data_struct.H2
-rw-r--r--import/chips/p9/procedures/utils/stopreg/p9_stop_util.mk29
2 files changed, 30 insertions, 1 deletions
diff --git a/import/chips/p9/procedures/utils/stopreg/p9_stop_data_struct.H b/import/chips/p9/procedures/utils/stopreg/p9_stop_data_struct.H
index ac69c7ce..43e3c05f 100755
--- a/import/chips/p9/procedures/utils/stopreg/p9_stop_data_struct.H
+++ b/import/chips/p9/procedures/utils/stopreg/p9_stop_data_struct.H
@@ -35,7 +35,7 @@
#ifndef __STOP_DATA_STRUCT_
#define __STOP_DATA_STRUCT_
-#ifndef __HOS_AIX__
+#ifndef _AIX
#include <endian.h>
#endif
diff --git a/import/chips/p9/procedures/utils/stopreg/p9_stop_util.mk b/import/chips/p9/procedures/utils/stopreg/p9_stop_util.mk
new file mode 100644
index 00000000..e496e17b
--- /dev/null
+++ b/import/chips/p9/procedures/utils/stopreg/p9_stop_util.mk
@@ -0,0 +1,29 @@
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: import/chips/p9/procedures/utils/stopreg/p9_stop_util.mk $
+#
+# 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
+
+PROCEDURE=p9_stop_util
+STOP_UTIL=$(ROOTPATH)/chips/p9/procedures/hwp/lib
+$(call ADD_MODULE_INCDIR,$(PROCEDURE),$(STOP_UTIL))
+$(call BUILD_PROCEDURE)
OpenPOWER on IntegriCloud