summaryrefslogtreecommitdiffstats
path: root/sbe/sbefw/sbe_sp_intf.H
diff options
context:
space:
mode:
authorShakeeb <shakeebbk@in.ibm.com>2016-04-21 03:18:34 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2016-07-25 07:31:06 -0400
commita6a04775748299d48f4267b5d6e16d045c4d7eb3 (patch)
tree026f929fb64fe67dc89f185fbace721cfbf7f049 /sbe/sbefw/sbe_sp_intf.H
parent0841f441375ee8475f52410f354c2641d29ceeaf (diff)
downloadtalos-sbe-a6a04775748299d48f4267b5d6e16d045c4d7eb3.tar.gz
talos-sbe-a6a04775748299d48f4267b5d6e16d045c4d7eb3.zip
Put Ring From Image Chip-Op
Implementation of Put Ring from Image chip op with the signature - Ring ID and Pervasive Chiplet ID Change-Id: I19b88fb83c11c3d5c7f25bc22338a11fef0c8d4d Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23665 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'sbe/sbefw/sbe_sp_intf.H')
-rw-r--r--sbe/sbefw/sbe_sp_intf.H51
1 files changed, 51 insertions, 0 deletions
diff --git a/sbe/sbefw/sbe_sp_intf.H b/sbe/sbefw/sbe_sp_intf.H
index 531a72eb..1f02515f 100644
--- a/sbe/sbefw/sbe_sp_intf.H
+++ b/sbe/sbefw/sbe_sp_intf.H
@@ -1,3 +1,27 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: sbe/sbefw/sbe_sp_intf.H $ */
+/* */
+/* OpenPOWER sbe Project */
+/* */
+/* Contributors Listed Below - COPYRIGHT 2015,2016 */
+/* [+] 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 */
/*
* @file sbe_sp_intf.H
*
@@ -348,6 +372,33 @@ enum sbeRegAccesRegType
SBE_REG_ACCESS_FPR = 0x02,
};
+/*
+ * @brief enums for target types used in ring access chip op
+*/
+typedef enum
+{
+ TARGET_PERV = 0x0000,
+ TARGET_PROC_CHIP = 0x0001,
+ TARGET_CORE = 0x0002,
+ TARGET_EX = 0x0003,
+} sbeRingTargetTypes_t;
+
+/*
+ * @brief enums for access modes used in ring access chip op
+ */
+typedef enum
+{
+ SBE_RING_MODE_NO_HEADER_CHECK = 0x0001, ///< Don't check header
+ SBE_RING_MODE_SET_PULSE_NO_OPCG_COND = 0x0002, ///< Set pulse with
+ /// no OPCG conditioning
+ SBE_RING_MODE_SET_PULSE_NSL = 0x0004, ///< Set pulse with NSL
+ /// pulse
+ SBE_RING_MODE_SET_PULSE_SL = 0x0008, ///< Set pulse with SL
+ /// pulse
+ SBE_RING_MODE_SET_PULSE_ALL = 0x0010, ///< Set pulse with pulse
+ /// to all hold types
+} sbeRingAccessModes_t;
+
#ifdef __cplusplus
}
#endif
OpenPOWER on IntegriCloud